#afbb00 color space conversions
Hex:
        #afbb00
        RGB:
        175, 187, 0
        CMY:
        31, 27, 100
        CMYK:
        6, 0, 100, 27
      HSL:
        64°, 100.0000%, 36.6667%
        HSV (HSB):
        64°, 100.0000%, 73.3333%
        XYZ:
        35.4495, 44.6546, 6.7508
        xyY:
        0.4081, 0.5141, 44.6546
      CIE-Lab:
        72.6639, -22.2619, 73.7107
        CIE-LCH:
        72.6639, 76.9990, 106.8052
        CIE-Luv:
        72.6639, -2.2640, 80.8591
        Hunter-Lab:
        66.8241, -22.2497, 40.7872
      #afbb00 color charts
#afbb00 RGB chart
      #afbb00 CMYK chart
      #afbb00 RGB pie chart
      #afbb00 color shades, tints & tones
#afbb00 color schemes
#afbb00 color preview, HTML & CSS examples
           This text has a color of #afbb00        
        
          <p style="color:#afbb00;">Text here</p>
        
        
          .mytext {color:#afbb00;}
        
        Text color #afbb00
      
           This box has a color of #afbb00        
        
          <div style="background-color:#afbb00;">Content here</div>
        
        
          .mybackground {background-color:#afbb00;}
        
        Background color #afbb00
      
           Border around this has a color of #afbb00        
        
          <div style="border:2px solid #afbb00;">Content here</div>
        
        
          .myborder {border:2px solid #afbb00;}
        
        Border color #afbb00