#bcc800 color space conversions
Hex:
        #bcc800
        RGB:
        188, 200, 0
        CMY:
        26, 22, 100
        CMYK:
        6, 0, 100, 22
      HSL:
        64°, 100.0000%, 39.2157%
        HSV (HSB):
        64°, 100.0000%, 78.4314%
        XYZ:
        41.3933, 51.9999, 7.8553
        xyY:
        0.4088, 0.5136, 51.9999
      CIE-Lab:
        77.2808, -23.0770, 77.5699
        CIE-LCH:
        77.2808, 80.9298, 106.5677
        CIE-Luv:
        77.2808, -1.8942, 85.9342
        Hunter-Lab:
        72.1110, -23.7312, 44.0190
      #bcc800 color charts
#bcc800 RGB chart
      #bcc800 CMYK chart
      #bcc800 RGB pie chart
      #bcc800 color shades, tints & tones
#bcc800 color schemes
#bcc800 color preview, HTML & CSS examples
           This text has a color of #bcc800        
        
          <p style="color:#bcc800;">Text here</p>
        
        
          .mytext {color:#bcc800;}
        
        Text color #bcc800
      
           This box has a color of #bcc800        
        
          <div style="background-color:#bcc800;">Content here</div>
        
        
          .mybackground {background-color:#bcc800;}
        
        Background color #bcc800
      
           Border around this has a color of #bcc800        
        
          <div style="border:2px solid #bcc800;">Content here</div>
        
        
          .myborder {border:2px solid #bcc800;}
        
        Border color #bcc800