Shades of Sage #9AA982
Tints of Sage #9AA982
RGB
CMYK
RGB Variations
Color information
#9AA982 (or 0x9AA982) is known color: Sage. HEX triplet: 9A, A9 and 82. RGB value is (154,169,130). Sum of RGB (Red+Green+Blue) = 154+169+130=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA982 is #65567D. Grayscale: #A0A0A0. Windows color (decimal): -6641278 or 8563098. OLE color: 8563098.
HSL color Cylindrical-coordinate representation of color #9AA982: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AA982 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 169 | 130 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.34 |
| HSL | 83.08º | 0.18% | 0.59% | - |
| HSV(B) | 83.08º | 0.23% | 0.66% | - |
| XYZ | 31.54 | 36.86 | 26.57 | - |
| YUV | 160.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 130 | 0.09 | 0 | 0.23 | 0.34 | 83.08 | 0.18 | 0.59 |
| Hex | 9A | A9 | 82 | 9 | 0 | 17 | 22 | 53 | 12 | 3B |
| Octal | 232 | 251 | 202 | 11 | 0 | 27 | 42 | 123 | 22 | 73 |
| Binary | 10011010 | 10101001 | 10000010 | 1001 | 0 | 10111 | 100010 | 1010011 | 10010 | 111011 |
Color Harmonies of #9AA982
Complementary color
Monochromatic Colors of #9AA982
Black with #9AA982
Text Example
Text Example
White with #9AA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA982; }
p { color: rgb(154,169,130); }
H1.HeaderClassName
{
color: #9AA982;
}
.AnyTagClassName
{
color: #9AA982;
}
</style>
background-color css
<style>
a { background-color: #9AA982; }
a { background-color: rgb(154,169,130); }
div.DivClassName
{
background-color: #9AA982;
}
.BgClassName
{
background-color: #9AA982;
}
</style>
border-color css
<style>
span { border-color: #9AA982; }
span { border-color: rgb(154,169,130); }
td.TdClassName
{
border-color: #9AA982;
}
.TagClassName
{
border-color: #9AA982;
}
</style>