Shades of Sage #9AA284
Tints of Sage #9AA284
RGB
CMYK
RGB Variations
Color information
#9AA284 (or 0x9AA284) is known color: Sage. HEX triplet: 9A, A2 and 84. RGB value is (154,162,132). Sum of RGB (Red+Green+Blue) = 154+162+132=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA284 is #655D7B. Grayscale: #9C9C9C. Windows color (decimal): -6643068 or 8692378. OLE color: 8692378.
HSL color Cylindrical-coordinate representation of color #9AA284: hue angle of 76º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AA284 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 162 | 132 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.36 |
| HSL | 76º | 0.14% | 0.58% | - |
| HSV(B) | 76º | 0.19% | 0.64% | - |
| XYZ | 30.41 | 34.38 | 26.86 | - |
| YUV | 156.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 132 | 0.05 | 0 | 0.19 | 0.36 | 76 | 0.14 | 0.58 |
| Hex | 9A | A2 | 84 | 5 | 0 | 13 | 24 | 4C | E | 3A |
| Octal | 232 | 242 | 204 | 5 | 0 | 23 | 44 | 114 | 16 | 72 |
| Binary | 10011010 | 10100010 | 10000100 | 101 | 0 | 10011 | 100100 | 1001100 | 1110 | 111010 |
Color Harmonies of #9AA284
Complementary color
Monochromatic Colors of #9AA284
Black with #9AA284
Text Example
Text Example
White with #9AA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA284; }
p { color: rgb(154,162,132); }
H1.HeaderClassName
{
color: #9AA284;
}
.AnyTagClassName
{
color: #9AA284;
}
</style>
background-color css
<style>
a { background-color: #9AA284; }
a { background-color: rgb(154,162,132); }
div.DivClassName
{
background-color: #9AA284;
}
.BgClassName
{
background-color: #9AA284;
}
</style>
border-color css
<style>
span { border-color: #9AA284; }
span { border-color: rgb(154,162,132); }
td.TdClassName
{
border-color: #9AA284;
}
.TagClassName
{
border-color: #9AA284;
}
</style>