Shades of Sage #9EA884
Tints of Sage #9EA884
RGB
CMYK
RGB Variations
Color information
#9EA884 (or 0x9EA884) is known color: Sage. HEX triplet: 9E, A8 and 84. RGB value is (158,168,132). Sum of RGB (Red+Green+Blue) = 158+168+132=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA884 is #61577B. Grayscale: #A1A1A1. Windows color (decimal): -6379388 or 8693918. OLE color: 8693918.
HSL color Cylindrical-coordinate representation of color #9EA884: hue angle of 76.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EA884 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 132 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.34 |
| HSL | 76.67º | 0.17% | 0.59% | - |
| HSV(B) | 76.67º | 0.21% | 0.66% | - |
| XYZ | 32.27 | 36.94 | 27.26 | - |
| YUV | 160.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 132 | 0.06 | 0 | 0.21 | 0.34 | 76.67 | 0.17 | 0.59 |
| Hex | 9E | A8 | 84 | 6 | 0 | 15 | 22 | 4D | 11 | 3B |
| Octal | 236 | 250 | 204 | 6 | 0 | 25 | 42 | 115 | 21 | 73 |
| Binary | 10011110 | 10101000 | 10000100 | 110 | 0 | 10101 | 100010 | 1001101 | 10001 | 111011 |
Color Harmonies of #9EA884
Complementary color
Monochromatic Colors of #9EA884
Black with #9EA884
Text Example
Text Example
White with #9EA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA884; }
p { color: rgb(158,168,132); }
H1.HeaderClassName
{
color: #9EA884;
}
.AnyTagClassName
{
color: #9EA884;
}
</style>
background-color css
<style>
a { background-color: #9EA884; }
a { background-color: rgb(158,168,132); }
div.DivClassName
{
background-color: #9EA884;
}
.BgClassName
{
background-color: #9EA884;
}
</style>
border-color css
<style>
span { border-color: #9EA884; }
span { border-color: rgb(158,168,132); }
td.TdClassName
{
border-color: #9EA884;
}
.TagClassName
{
border-color: #9EA884;
}
</style>