Sage Hex Code — #BCB88A
RGB, HSL, and CMYK values for Sage.
Sage Color Values
| Format | Value |
|---|---|
| HEX | #BCB88A |
| RGB | rgb(188, 184, 138) |
| HSL | hsl(55, 27%, 64%) |
| CMYK | cmyk(0%, 2%, 27%, 26%) |
Want to explore more shades? Use our Color Converter
About Sage
Color psychology: Wisdom, calm, maturity.
Sage (#BCB88A) is a medium shade of green. It's commonly used in web design, graphic design, and branding where wisdom, calm, maturity are desired associations.
How to Use Sage in CSS
/* Using HEX */ color: #BCB88A; background-color: #BCB88A; /* Using RGB */ color: rgb(188, 184, 138); /* Using HSL */ color: hsl(55, 27%, 64%);