Shades of Sage #9CA388
Tints of Sage #9CA388
RGB
CMYK
RGB Variations
Color information
#9CA388 (or 0x9CA388) is known color: Sage. HEX triplet: 9C, A3 and 88. RGB value is (156,163,136). Sum of RGB (Red+Green+Blue) = 156+163+136=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA388 is #635C77. Grayscale: #9D9D9D. Windows color (decimal): -6511736 or 8954780. OLE color: 8954780.
HSL color Cylindrical-coordinate representation of color #9CA388: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA388 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 136 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.36 |
| HSL | 75.56º | 0.13% | 0.59% | - |
| HSV(B) | 75.56º | 0.17% | 0.64% | - |
| XYZ | 31.25 | 35.04 | 28.41 | - |
| YUV | 157.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 136 | 0.04 | 0 | 0.17 | 0.36 | 75.56 | 0.13 | 0.59 |
| Hex | 9C | A3 | 88 | 4 | 0 | 11 | 24 | 4C | D | 3B |
| Octal | 234 | 243 | 210 | 4 | 0 | 21 | 44 | 114 | 15 | 73 |
| Binary | 10011100 | 10100011 | 10001000 | 100 | 0 | 10001 | 100100 | 1001100 | 1101 | 111011 |
Color Harmonies of #9CA388
Complementary color
Monochromatic Colors of #9CA388
Black with #9CA388
Text Example
Text Example
White with #9CA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA388; }
p { color: rgb(156,163,136); }
H1.HeaderClassName
{
color: #9CA388;
}
.AnyTagClassName
{
color: #9CA388;
}
</style>
background-color css
<style>
a { background-color: #9CA388; }
a { background-color: rgb(156,163,136); }
div.DivClassName
{
background-color: #9CA388;
}
.BgClassName
{
background-color: #9CA388;
}
</style>
border-color css
<style>
span { border-color: #9CA388; }
span { border-color: rgb(156,163,136); }
td.TdClassName
{
border-color: #9CA388;
}
.TagClassName
{
border-color: #9CA388;
}
</style>