#bcc207 color space conversions
Hex:
        #bcc207
        RGB:
        188, 194, 7
        CMY:
        26, 24, 97
        CMYK:
        3, 0, 96, 24
      HSL:
        62°, 93.0348%, 39.4118%
        HSV (HSB):
        62°, 96.3918%, 76.0784%
        XYZ:
        40.0692, 49.2903, 7.6031
        xyY:
        0.4132, 0.5083, 49.2903
      CIE-Lab:
        75.6316, -20.0534, 75.6272
        CIE-LCH:
        75.6316, 78.2407, 104.8508
        CIE-Luv:
        75.6316, 1.9158, 83.2150
        Hunter-Lab:
        70.2070, -20.9872, 42.7241
      #bcc207 color charts
#bcc207 RGB chart
      #bcc207 CMYK chart
      #bcc207 RGB pie chart
      #bcc207 color shades, tints & tones
#bcc207 color schemes
#bcc207 color preview, HTML & CSS examples
           This text has a color of #bcc207        
        
          <p style="color:#bcc207;">Text here</p>
        
        
          .mytext {color:#bcc207;}
        
        Text color #bcc207
      
           This box has a color of #bcc207        
        
          <div style="background-color:#bcc207;">Content here</div>
        
        
          .mybackground {background-color:#bcc207;}
        
        Background color #bcc207
      
           Border around this has a color of #bcc207        
        
          <div style="border:2px solid #bcc207;">Content here</div>
        
        
          .myborder {border:2px solid #bcc207;}
        
        Border color #bcc207