#bdad07 color space conversions
Hex:
        #bdad07
        RGB:
        189, 173, 7
        CMY:
        26, 32, 97
        CMYK:
        0, 8, 96, 26
      HSL:
        55°, 92.8571%, 38.4314%
        HSV (HSB):
        55°, 96.2963%, 74.1176%
        XYZ:
        35.9682, 40.7213, 6.1653
        xyY:
        0.4341, 0.4915, 40.7213
      CIE-Lab:
        69.9802, -8.9475, 71.4418
        CIE-LCH:
        69.9802, 71.9999, 97.1387
        CIE-Luv:
        69.9802, 16.7556, 75.0940
        Hunter-Lab:
        63.8132, -11.0621, 38.9410
      #bdad07 color charts
#bdad07 RGB chart
      #bdad07 CMYK chart
      #bdad07 RGB pie chart
      #bdad07 color shades, tints & tones
#bdad07 color schemes
#bdad07 color preview, HTML & CSS examples
           This text has a color of #bdad07        
        
          <p style="color:#bdad07;">Text here</p>
        
        
          .mytext {color:#bdad07;}
        
        Text color #bdad07
      
           This box has a color of #bdad07        
        
          <div style="background-color:#bdad07;">Content here</div>
        
        
          .mybackground {background-color:#bdad07;}
        
        Background color #bdad07
      
           Border around this has a color of #bdad07        
        
          <div style="border:2px solid #bdad07;">Content here</div>
        
        
          .myborder {border:2px solid #bdad07;}
        
        Border color #bdad07