Shades of Sage #9CA171
Tints of Sage #9CA171
RGB
CMYK
RGB Variations
Color information
#9CA171 (or 0x9CA171) is known color: Sage. HEX triplet: 9C, A1 and 71. RGB value is (156,161,113). Sum of RGB (Red+Green+Blue) = 156+161+113=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA171 is #635E8E. Grayscale: #9A9A9A. Windows color (decimal): -6512271 or 7446940. OLE color: 7446940.
HSL color Cylindrical-coordinate representation of color #9CA171: hue angle of 66.25º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA171 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 113 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.37 |
| HSL | 66.25º | 0.2% | 0.54% | - |
| HSV(B) | 66.25º | 0.3% | 0.63% | - |
| XYZ | 29.44 | 33.75 | 20.59 | - |
| YUV | 154.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 113 | 0.03 | 0 | 0.30 | 0.37 | 66.25 | 0.2 | 0.54 |
| Hex | 9C | A1 | 71 | 3 | 0 | 1E | 25 | 42 | 14 | 36 |
| Octal | 234 | 241 | 161 | 3 | 0 | 36 | 45 | 102 | 24 | 66 |
| Binary | 10011100 | 10100001 | 1110001 | 11 | 0 | 11110 | 100101 | 1000010 | 10100 | 110110 |
Color Harmonies of #9CA171
Complementary color
Monochromatic Colors of #9CA171
Black with #9CA171
Text Example
Text Example
White with #9CA171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA171; }
p { color: rgb(156,161,113); }
H1.HeaderClassName
{
color: #9CA171;
}
.AnyTagClassName
{
color: #9CA171;
}
</style>
background-color css
<style>
a { background-color: #9CA171; }
a { background-color: rgb(156,161,113); }
div.DivClassName
{
background-color: #9CA171;
}
.BgClassName
{
background-color: #9CA171;
}
</style>
border-color css
<style>
span { border-color: #9CA171; }
span { border-color: rgb(156,161,113); }
td.TdClassName
{
border-color: #9CA171;
}
.TagClassName
{
border-color: #9CA171;
}
</style>