#bcd800 color space conversions
Hex:
        #bcd800
        RGB:
        188, 216, 0
        CMY:
        26, 15, 100
        CMYK:
        13, 0, 100, 15
      HSL:
        68°, 100.0000%, 42.3529%
        HSV (HSB):
        68°, 100.0000%, 84.7059%
        XYZ:
        45.2949, 59.8031, 9.1559
        xyY:
        0.3964, 0.5234, 59.8031
      CIE-Lab:
        81.7310, -30.7072, 80.8805
        CIE-LCH:
        81.7310, 86.5135, 110.7898
        CIE-Luv:
        81.7310, -11.7087, 92.0629
        Hunter-Lab:
        77.3325, -30.7814, 47.1130
      #bcd800 color charts
#bcd800 RGB chart
      #bcd800 CMYK chart
      #bcd800 RGB pie chart
      #bcd800 color shades, tints & tones
#bcd800 color schemes
#bcd800 color preview, HTML & CSS examples
           This text has a color of #bcd800        
        
          <p style="color:#bcd800;">Text here</p>
        
        
          .mytext {color:#bcd800;}
        
        Text color #bcd800
      
           This box has a color of #bcd800        
        
          <div style="background-color:#bcd800;">Content here</div>
        
        
          .mybackground {background-color:#bcd800;}
        
        Background color #bcd800
      
           Border around this has a color of #bcd800        
        
          <div style="border:2px solid #bcd800;">Content here</div>
        
        
          .myborder {border:2px solid #bcd800;}
        
        Border color #bcd800