Shades of Sage #9AA883
Tints of Sage #9AA883
RGB
CMYK
RGB Variations
Color information
#9AA883 (or 0x9AA883) is known color: Sage. HEX triplet: 9A, A8 and 83. RGB value is (154,168,131). Sum of RGB (Red+Green+Blue) = 154+168+131=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA883 is #65577C. Grayscale: #9F9F9F. Windows color (decimal): -6641533 or 8628378. OLE color: 8628378.
HSL color Cylindrical-coordinate representation of color #9AA883: hue angle of 82.7º 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 #9AA883 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 168 | 131 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.34 |
| HSL | 82.7º | 0.18% | 0.59% | - |
| HSV(B) | 82.7º | 0.22% | 0.66% | - |
| XYZ | 31.43 | 36.51 | 26.86 | - |
| YUV | 159.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 131 | 0.08 | 0 | 0.22 | 0.34 | 82.7 | 0.18 | 0.59 |
| Hex | 9A | A8 | 83 | 8 | 0 | 16 | 22 | 53 | 12 | 3B |
| Octal | 232 | 250 | 203 | 10 | 0 | 26 | 42 | 123 | 22 | 73 |
| Binary | 10011010 | 10101000 | 10000011 | 1000 | 0 | 10110 | 100010 | 1010011 | 10010 | 111011 |
Color Harmonies of #9AA883
Complementary color
Monochromatic Colors of #9AA883
Black with #9AA883
Text Example
Text Example
White with #9AA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA883; }
p { color: rgb(154,168,131); }
H1.HeaderClassName
{
color: #9AA883;
}
.AnyTagClassName
{
color: #9AA883;
}
</style>
background-color css
<style>
a { background-color: #9AA883; }
a { background-color: rgb(154,168,131); }
div.DivClassName
{
background-color: #9AA883;
}
.BgClassName
{
background-color: #9AA883;
}
</style>
border-color css
<style>
span { border-color: #9AA883; }
span { border-color: rgb(154,168,131); }
td.TdClassName
{
border-color: #9AA883;
}
.TagClassName
{
border-color: #9AA883;
}
</style>