#afb00e color space conversions
Hex:
        #afb00e
        RGB:
        175, 176, 14
        CMY:
        31, 31, 95
        CMYK:
        1, 0, 92, 31
      HSL:
        60°, 85.2632%, 37.2549%
        HSV (HSB):
        60°, 92.0455%, 69.0196%
        XYZ:
        33.2838, 40.1963, 6.4199
        xyY:
        0.4166, 0.5031, 40.1963
      CIE-Lab:
        69.6091, -16.5787, 69.7590
        CIE-LCH:
        69.6091, 71.7020, 103.3688
        CIE-Luv:
        69.6091, 4.7676, 75.6224
        Hunter-Lab:
        63.4006, -17.2428, 38.3767
      #afb00e color charts
#afb00e RGB chart
      #afb00e CMYK chart
      #afb00e RGB pie chart
      #afb00e color shades, tints & tones
#afb00e color schemes
#afb00e color preview, HTML & CSS examples
           This text has a color of #afb00e        
        
          <p style="color:#afb00e;">Text here</p>
        
        
          .mytext {color:#afb00e;}
        
        Text color #afb00e
      
           This box has a color of #afb00e        
        
          <div style="background-color:#afb00e;">Content here</div>
        
        
          .mybackground {background-color:#afb00e;}
        
        Background color #afb00e
      
           Border around this has a color of #afb00e        
        
          <div style="border:2px solid #afb00e;">Content here</div>
        
        
          .myborder {border:2px solid #afb00e;}
        
        Border color #afb00e