#bad12b color space conversions
Hex:
        #bad12b
        RGB:
        186, 209, 43
        CMY:
        27, 18, 83
        CMYK:
        11, 0, 79, 18
      HSL:
        68°, 65.8730%, 49.4118%
        HSV (HSB):
        68°, 79.4258%, 81.9608%
        XYZ:
        43.4862, 56.2144, 10.8440
        xyY:
        0.3934, 0.5085, 56.2144
      CIE-Lab:
        79.7357, -27.3758, 72.3558
        CIE-LCH:
        79.7357, 77.3615, 110.7241
        CIE-Luv:
        79.7357, -8.9269, 85.0453
        Hunter-Lab:
        74.9763, -27.6786, 43.9081
      #bad12b color charts
#bad12b RGB chart
      #bad12b CMYK chart
      #bad12b RGB pie chart
      #bad12b color shades, tints & tones
#bad12b color schemes
#bad12b color preview, HTML & CSS examples
           This text has a color of #bad12b        
        
          <p style="color:#bad12b;">Text here</p>
        
        
          .mytext {color:#bad12b;}
        
        Text color #bad12b
      
           This box has a color of #bad12b        
        
          <div style="background-color:#bad12b;">Content here</div>
        
        
          .mybackground {background-color:#bad12b;}
        
        Background color #bad12b
      
           Border around this has a color of #bad12b        
        
          <div style="border:2px solid #bad12b;">Content here</div>
        
        
          .myborder {border:2px solid #bad12b;}
        
        Border color #bad12b