#bcd01a color space conversions
Hex:
        #bcd01a
        RGB:
        188, 208, 26
        CMY:
        26, 18, 90
        CMYK:
        10, 0, 88, 18
      HSL:
        67°, 77.7778%, 45.8824%
        HSV (HSB):
        67°, 87.5000%, 81.5686%
        XYZ:
        43.4814, 55.8777, 9.4710
        xyY:
        0.3995, 0.5134, 55.8777
      CIE-Lab:
        79.5442, -26.5644, 76.1159
        CIE-LCH:
        79.5442, 80.6182, 109.2390
        CIE-Luv:
        79.5442, -6.9547, 87.1351
        Hunter-Lab:
        74.7514, -26.9851, 44.8139
      #bcd01a color charts
#bcd01a RGB chart
      #bcd01a CMYK chart
      #bcd01a RGB pie chart
      #bcd01a color shades, tints & tones
#bcd01a color schemes
#bcd01a color preview, HTML & CSS examples
           This text has a color of #bcd01a        
        
          <p style="color:#bcd01a;">Text here</p>
        
        
          .mytext {color:#bcd01a;}
        
        Text color #bcd01a
      
           This box has a color of #bcd01a        
        
          <div style="background-color:#bcd01a;">Content here</div>
        
        
          .mybackground {background-color:#bcd01a;}
        
        Background color #bcd01a
      
           Border around this has a color of #bcd01a        
        
          <div style="border:2px solid #bcd01a;">Content here</div>
        
        
          .myborder {border:2px solid #bcd01a;}
        
        Border color #bcd01a