#99bd2d color space conversions
Hex:
        #99bd2d
        RGB:
        153, 189, 45
        CMY:
        40, 26, 82
        CMYK:
        19, 0, 76, 26
      HSL:
        75°, 61.5385%, 45.8824%
        HSV (HSB):
        75°, 76.1905%, 74.1176%
        XYZ:
        31.8081, 43.3570, 9.1749
        xyY:
        0.3771, 0.5141, 43.3570
      CIE-Lab:
        71.7966, -31.2947, 63.6915
        CIE-LCH:
        71.7966, 70.9645, 116.1671
        CIE-Luv:
        71.7966, -17.3232, 76.0696
        Hunter-Lab:
        65.8460, -29.0028, 37.8308
      #99bd2d color charts
#99bd2d RGB chart
      #99bd2d CMYK chart
      #99bd2d RGB pie chart
      #99bd2d color shades, tints & tones
#99bd2d color schemes
#99bd2d color preview, HTML & CSS examples
           This text has a color of #99bd2d        
        
          <p style="color:#99bd2d;">Text here</p>
        
        
          .mytext {color:#99bd2d;}
        
        Text color #99bd2d
      
           This box has a color of #99bd2d        
        
          <div style="background-color:#99bd2d;">Content here</div>
        
        
          .mybackground {background-color:#99bd2d;}
        
        Background color #99bd2d
      
           Border around this has a color of #99bd2d        
        
          <div style="border:2px solid #99bd2d;">Content here</div>
        
        
          .myborder {border:2px solid #99bd2d;}
        
        Border color #99bd2d