Shades of Sage #9CA883
Tints of Sage #9CA883
RGB
CMYK
RGB Variations
Color information
#9CA883 (or 0x9CA883) is known color: Sage. HEX triplet: 9C, A8 and 83. RGB value is (156,168,131). Sum of RGB (Red+Green+Blue) = 156+168+131=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA883 is #63577C. Grayscale: #A0A0A0. Windows color (decimal): -6510461 or 8628380. OLE color: 8628380.
HSL color Cylindrical-coordinate representation of color #9CA883: hue angle of 79.46º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CA883 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 131 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.34 |
| HSL | 79.46º | 0.18% | 0.59% | - |
| HSV(B) | 79.46º | 0.22% | 0.66% | - |
| XYZ | 31.81 | 36.71 | 26.88 | - |
| YUV | 160.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 131 | 0.07 | 0 | 0.22 | 0.34 | 79.46 | 0.18 | 0.59 |
| Hex | 9C | A8 | 83 | 7 | 0 | 16 | 22 | 4F | 12 | 3B |
| Octal | 234 | 250 | 203 | 7 | 0 | 26 | 42 | 117 | 22 | 73 |
| Binary | 10011100 | 10101000 | 10000011 | 111 | 0 | 10110 | 100010 | 1001111 | 10010 | 111011 |
Color Harmonies of #9CA883
Complementary color
Monochromatic Colors of #9CA883
Black with #9CA883
Text Example
Text Example
White with #9CA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA883; }
p { color: rgb(156,168,131); }
H1.HeaderClassName
{
color: #9CA883;
}
.AnyTagClassName
{
color: #9CA883;
}
</style>
background-color css
<style>
a { background-color: #9CA883; }
a { background-color: rgb(156,168,131); }
div.DivClassName
{
background-color: #9CA883;
}
.BgClassName
{
background-color: #9CA883;
}
</style>
border-color css
<style>
span { border-color: #9CA883; }
span { border-color: rgb(156,168,131); }
td.TdClassName
{
border-color: #9CA883;
}
.TagClassName
{
border-color: #9CA883;
}
</style>