#bdbd08 color space conversions
Hex:
        #bdbd08
        RGB:
        189, 189, 8
        CMY:
        26, 26, 97
        CMYK:
        0, 0, 96, 26
      HSL:
        60°, 91.8782%, 38.6275%
        HSV (HSB):
        60°, 95.7672%, 74.1176%
        XYZ:
        39.2277, 47.2315, 7.2788
        xyY:
        0.4185, 0.5039, 47.2315
      CIE-Lab:
        74.3376, -17.1191, 74.5843
        CIE-LCH:
        74.3376, 76.5238, 102.9270
        CIE-Luv:
        74.3376, 5.8592, 81.2276
        Hunter-Lab:
        68.7252, -18.3830, 41.8281
      #bdbd08 color charts
#bdbd08 RGB chart
      #bdbd08 CMYK chart
      #bdbd08 RGB pie chart
      #bdbd08 color shades, tints & tones
#bdbd08 color schemes
#bdbd08 color preview, HTML & CSS examples
           This text has a color of #bdbd08        
        
          <p style="color:#bdbd08;">Text here</p>
        
        
          .mytext {color:#bdbd08;}
        
        Text color #bdbd08
      
           This box has a color of #bdbd08        
        
          <div style="background-color:#bdbd08;">Content here</div>
        
        
          .mybackground {background-color:#bdbd08;}
        
        Background color #bdbd08
      
           Border around this has a color of #bdbd08        
        
          <div style="border:2px solid #bdbd08;">Content here</div>
        
        
          .myborder {border:2px solid #bdbd08;}
        
        Border color #bdbd08