Shades of Sage #9AA183
Tints of Sage #9AA183
RGB
CMYK
RGB Variations
Color information
#9AA183 (or 0x9AA183) is known color: Sage. HEX triplet: 9A, A1 and 83. RGB value is (154,161,131). Sum of RGB (Red+Green+Blue) = 154+161+131=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA183 is #655E7C. Grayscale: #9B9B9B. Windows color (decimal): -6643325 or 8626586. OLE color: 8626586.
HSL color Cylindrical-coordinate representation of color #9AA183: hue angle of 74º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AA183 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 131 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.37 |
| HSL | 74º | 0.14% | 0.57% | - |
| HSV(B) | 74º | 0.19% | 0.63% | - |
| XYZ | 30.17 | 34 | 26.45 | - |
| YUV | 155.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 131 | 0.04 | 0 | 0.19 | 0.37 | 74 | 0.14 | 0.57 |
| Hex | 9A | A1 | 83 | 4 | 0 | 13 | 25 | 4A | E | 39 |
| Octal | 232 | 241 | 203 | 4 | 0 | 23 | 45 | 112 | 16 | 71 |
| Binary | 10011010 | 10100001 | 10000011 | 100 | 0 | 10011 | 100101 | 1001010 | 1110 | 111001 |
Color Harmonies of #9AA183
Complementary color
Monochromatic Colors of #9AA183
Black with #9AA183
Text Example
Text Example
White with #9AA183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA183; }
p { color: rgb(154,161,131); }
H1.HeaderClassName
{
color: #9AA183;
}
.AnyTagClassName
{
color: #9AA183;
}
</style>
background-color css
<style>
a { background-color: #9AA183; }
a { background-color: rgb(154,161,131); }
div.DivClassName
{
background-color: #9AA183;
}
.BgClassName
{
background-color: #9AA183;
}
</style>
border-color css
<style>
span { border-color: #9AA183; }
span { border-color: rgb(154,161,131); }
td.TdClassName
{
border-color: #9AA183;
}
.TagClassName
{
border-color: #9AA183;
}
</style>