#baaa2b color space conversions
Hex:
        #baaa2b
        RGB:
        186, 170, 43
        CMY:
        27, 33, 83
        CMYK:
        0, 9, 77, 27
      HSL:
        53°, 62.4454%, 44.9020%
        HSV (HSB):
        53°, 76.8817%, 72.9412%
        XYZ:
        35.0605, 39.3630, 8.0354
        xyY:
        0.4252, 0.4774, 39.3630
      CIE-Lab:
        69.0134, -7.8484, 62.6843
        CIE-LCH:
        69.0134, 63.1737, 97.1366
        CIE-Luv:
        69.0134, 16.1904, 69.0964
        Hunter-Lab:
        62.7399, -10.0451, 36.3244
      #baaa2b color charts
#baaa2b RGB chart
      #baaa2b CMYK chart
      #baaa2b RGB pie chart
      #baaa2b color shades, tints & tones
#baaa2b color schemes
#baaa2b color preview, HTML & CSS examples
           This text has a color of #baaa2b        
        
          <p style="color:#baaa2b;">Text here</p>
        
        
          .mytext {color:#baaa2b;}
        
        Text color #baaa2b
      
           This box has a color of #baaa2b        
        
          <div style="background-color:#baaa2b;">Content here</div>
        
        
          .mybackground {background-color:#baaa2b;}
        
        Background color #baaa2b
      
           Border around this has a color of #baaa2b        
        
          <div style="border:2px solid #baaa2b;">Content here</div>
        
        
          .myborder {border:2px solid #baaa2b;}
        
        Border color #baaa2b