#adac2d color space conversions
Hex:
        #adac2d
        RGB:
        173, 172, 45
        CMY:
        32, 33, 82
        CMYK:
        0, 1, 74, 32
      HSL:
        60°, 58.7156%, 42.7451%
        HSV (HSB):
        60°, 73.9884%, 67.8431%
        XYZ:
        32.4598, 38.5787, 8.2183
        xyY:
        0.4096, 0.4868, 38.5787
      CIE-Lab:
        68.4450, -14.4938, 61.0728
        CIE-LCH:
        68.4450, 62.7691, 103.3504
        CIE-Luv:
        68.4450, 5.6726, 69.1939
        Hunter-Lab:
        62.1118, -15.4111, 35.6334
      #adac2d color charts
#adac2d RGB chart
      #adac2d CMYK chart
      #adac2d RGB pie chart
      #adac2d color shades, tints & tones
#adac2d color schemes
#adac2d color preview, HTML & CSS examples
           This text has a color of #adac2d        
        
          <p style="color:#adac2d;">Text here</p>
        
        
          .mytext {color:#adac2d;}
        
        Text color #adac2d
      
           This box has a color of #adac2d        
        
          <div style="background-color:#adac2d;">Content here</div>
        
        
          .mybackground {background-color:#adac2d;}
        
        Background color #adac2d
      
           Border around this has a color of #adac2d        
        
          <div style="border:2px solid #adac2d;">Content here</div>
        
        
          .myborder {border:2px solid #adac2d;}
        
        Border color #adac2d