Shades of Sage #9DA886
Tints of Sage #9DA886
RGB
CMYK
RGB Variations
Color information
#9DA886 (or 0x9DA886) is known color: Sage. HEX triplet: 9D, A8 and 86. RGB value is (157,168,134). Sum of RGB (Red+Green+Blue) = 157+168+134=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA886 is #625779. Grayscale: #A0A0A0. Windows color (decimal): -6444922 or 8824989. OLE color: 8824989.
HSL color Cylindrical-coordinate representation of color #9DA886: hue angle of 79.41º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DA886 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 134 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.34 |
| HSL | 79.41º | 0.16% | 0.59% | - |
| HSV(B) | 79.41º | 0.2% | 0.66% | - |
| XYZ | 32.21 | 36.89 | 27.98 | - |
| YUV | 160.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 134 | 0.07 | 0 | 0.20 | 0.34 | 79.41 | 0.16 | 0.59 |
| Hex | 9D | A8 | 86 | 7 | 0 | 14 | 22 | 4F | 10 | 3B |
| Octal | 235 | 250 | 206 | 7 | 0 | 24 | 42 | 117 | 20 | 73 |
| Binary | 10011101 | 10101000 | 10000110 | 111 | 0 | 10100 | 100010 | 1001111 | 10000 | 111011 |
Color Harmonies of #9DA886
Complementary color
Monochromatic Colors of #9DA886
Black with #9DA886
Text Example
Text Example
White with #9DA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA886; }
p { color: rgb(157,168,134); }
H1.HeaderClassName
{
color: #9DA886;
}
.AnyTagClassName
{
color: #9DA886;
}
</style>
background-color css
<style>
a { background-color: #9DA886; }
a { background-color: rgb(157,168,134); }
div.DivClassName
{
background-color: #9DA886;
}
.BgClassName
{
background-color: #9DA886;
}
</style>
border-color css
<style>
span { border-color: #9DA886; }
span { border-color: rgb(157,168,134); }
td.TdClassName
{
border-color: #9DA886;
}
.TagClassName
{
border-color: #9DA886;
}
</style>