Shades of Sage #9CA184
Tints of Sage #9CA184
RGB
CMYK
RGB Variations
Color information
#9CA184 (or 0x9CA184) is known color: Sage. HEX triplet: 9C, A1 and 84. RGB value is (156,161,132). Sum of RGB (Red+Green+Blue) = 156+161+132=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA184 is #635E7B. Grayscale: #9C9C9C. Windows color (decimal): -6512252 or 8692124. OLE color: 8692124.
HSL color Cylindrical-coordinate representation of color #9CA184: hue angle of 70.34º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CA184 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 132 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.37 |
| HSL | 70.34º | 0.13% | 0.57% | - |
| HSV(B) | 70.34º | 0.18% | 0.63% | - |
| XYZ | 30.62 | 34.22 | 26.82 | - |
| YUV | 156.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 132 | 0.03 | 0 | 0.18 | 0.37 | 70.34 | 0.13 | 0.57 |
| Hex | 9C | A1 | 84 | 3 | 0 | 12 | 25 | 46 | D | 39 |
| Octal | 234 | 241 | 204 | 3 | 0 | 22 | 45 | 106 | 15 | 71 |
| Binary | 10011100 | 10100001 | 10000100 | 11 | 0 | 10010 | 100101 | 1000110 | 1101 | 111001 |
Color Harmonies of #9CA184
Complementary color
Monochromatic Colors of #9CA184
Black with #9CA184
Text Example
Text Example
White with #9CA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA184; }
p { color: rgb(156,161,132); }
H1.HeaderClassName
{
color: #9CA184;
}
.AnyTagClassName
{
color: #9CA184;
}
</style>
background-color css
<style>
a { background-color: #9CA184; }
a { background-color: rgb(156,161,132); }
div.DivClassName
{
background-color: #9CA184;
}
.BgClassName
{
background-color: #9CA184;
}
</style>
border-color css
<style>
span { border-color: #9CA184; }
span { border-color: rgb(156,161,132); }
td.TdClassName
{
border-color: #9CA184;
}
.TagClassName
{
border-color: #9CA184;
}
</style>