Shades of Sage #9DAB83
Tints of Sage #9DAB83
RGB
CMYK
RGB Variations
Color information
#9DAB83 (or 0x9DAB83) is known color: Sage. HEX triplet: 9D, AB and 83. RGB value is (157,171,131). Sum of RGB (Red+Green+Blue) = 157+171+131=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB83 is #62547C. Grayscale: #A2A2A2. Windows color (decimal): -6444157 or 8629149. OLE color: 8629149.
HSL color Cylindrical-coordinate representation of color #9DAB83: hue angle of 81º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DAB83 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 131 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.33 |
| HSL | 81º | 0.19% | 0.59% | - |
| HSV(B) | 81º | 0.23% | 0.67% | - |
| XYZ | 32.56 | 37.93 | 27.08 | - |
| YUV | 162.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 131 | 0.08 | 0 | 0.23 | 0.33 | 81 | 0.19 | 0.59 |
| Hex | 9D | AB | 83 | 8 | 0 | 17 | 21 | 51 | 13 | 3B |
| Octal | 235 | 253 | 203 | 10 | 0 | 27 | 41 | 121 | 23 | 73 |
| Binary | 10011101 | 10101011 | 10000011 | 1000 | 0 | 10111 | 100001 | 1010001 | 10011 | 111011 |
Color Harmonies of #9DAB83
Complementary color
Monochromatic Colors of #9DAB83
Black with #9DAB83
Text Example
Text Example
White with #9DAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB83; }
p { color: rgb(157,171,131); }
H1.HeaderClassName
{
color: #9DAB83;
}
.AnyTagClassName
{
color: #9DAB83;
}
</style>
background-color css
<style>
a { background-color: #9DAB83; }
a { background-color: rgb(157,171,131); }
div.DivClassName
{
background-color: #9DAB83;
}
.BgClassName
{
background-color: #9DAB83;
}
</style>
border-color css
<style>
span { border-color: #9DAB83; }
span { border-color: rgb(157,171,131); }
td.TdClassName
{
border-color: #9DAB83;
}
.TagClassName
{
border-color: #9DAB83;
}
</style>