#afbb2e color space conversions
Hex:
        #afbb2e
        RGB:
        175, 187, 46
        CMY:
        31, 27, 82
        CMYK:
        6, 0, 75, 27
      HSL:
        65°, 60.5150%, 45.6863%
        HSV (HSB):
        65°, 75.4011%, 73.3333%
        XYZ:
        35.9427, 44.8519, 9.3477
        xyY:
        0.3987, 0.4976, 44.8519
      CIE-Lab:
        72.7942, -21.1625, 64.8646
        CIE-LCH:
        72.7942, 68.2295, 108.0693
        CIE-Luv:
        72.7942, -2.5567, 75.2854
        Hunter-Lab:
        66.9715, -21.4018, 38.6046
      #afbb2e color charts
#afbb2e RGB chart
      #afbb2e CMYK chart
      #afbb2e RGB pie chart
      #afbb2e color shades, tints & tones
#afbb2e color schemes
#afbb2e color preview, HTML & CSS examples
           This text has a color of #afbb2e        
        
          <p style="color:#afbb2e;">Text here</p>
        
        
          .mytext {color:#afbb2e;}
        
        Text color #afbb2e
      
           This box has a color of #afbb2e        
        
          <div style="background-color:#afbb2e;">Content here</div>
        
        
          .mybackground {background-color:#afbb2e;}
        
        Background color #afbb2e
      
           Border around this has a color of #afbb2e        
        
          <div style="border:2px solid #afbb2e;">Content here</div>
        
        
          .myborder {border:2px solid #afbb2e;}
        
        Border color #afbb2e