#bdc85d color space conversions
Hex:
        #bdc85d
        RGB:
        189, 200, 93
        CMY:
        26, 22, 64
        CMYK:
        5, 0, 54, 22
      HSL:
        66°, 49.3088%, 57.4510%
        HSV (HSB):
        66°, 53.5000%, 78.4314%
        XYZ:
        43.6163, 52.9177, 18.2712
        xyY:
        0.3799, 0.4609, 52.9177
      CIE-Lab:
        77.8264, -18.7620, 51.4551
        CIE-LCH:
        77.8264, 54.7690, 110.0333
        CIE-Luv:
        77.8264, -2.3206, 66.2385
        Hunter-Lab:
        72.7445, -20.2775, 36.0293
      #bdc85d color charts
#bdc85d RGB chart
      #bdc85d CMYK chart
      #bdc85d RGB pie chart
      #bdc85d color shades, tints & tones
#bdc85d color schemes
#bdc85d color preview, HTML & CSS examples
           This text has a color of #bdc85d        
        
          <p style="color:#bdc85d;">Text here</p>
        
        
          .mytext {color:#bdc85d;}
        
        Text color #bdc85d
      
           This box has a color of #bdc85d        
        
          <div style="background-color:#bdc85d;">Content here</div>
        
        
          .mybackground {background-color:#bdc85d;}
        
        Background color #bdc85d
      
           Border around this has a color of #bdc85d        
        
          <div style="border:2px solid #bdc85d;">Content here</div>
        
        
          .myborder {border:2px solid #bdc85d;}
        
        Border color #bdc85d