Shades of Sage #99A181
Tints of Sage #99A181
RGB
CMYK
RGB Variations
Color information
#99A181 (or 0x99A181) is known color: Sage. HEX triplet: 99, A1 and 81. RGB value is (153,161,129). Sum of RGB (Red+Green+Blue) = 153+161+129=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #99A181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A181 is #665E7E. Grayscale: #9B9B9B. Windows color (decimal): -6708863 or 8495513. OLE color: 8495513.
HSL color Cylindrical-coordinate representation of color #99A181: hue angle of 75º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A181 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 129 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.37 |
| HSL | 75º | 0.15% | 0.57% | - |
| HSV(B) | 75º | 0.2% | 0.63% | - |
| XYZ | 29.84 | 33.85 | 25.73 | - |
| YUV | 154.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 129 | 0.05 | 0 | 0.20 | 0.37 | 75 | 0.15 | 0.57 |
| Hex | 99 | A1 | 81 | 5 | 0 | 14 | 25 | 4B | F | 39 |
| Octal | 231 | 241 | 201 | 5 | 0 | 24 | 45 | 113 | 17 | 71 |
| Binary | 10011001 | 10100001 | 10000001 | 101 | 0 | 10100 | 100101 | 1001011 | 1111 | 111001 |
Color Harmonies of #99A181
Complementary color
Monochromatic Colors of #99A181
Black with #99A181
Text Example
Text Example
White with #99A181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A181; }
p { color: rgb(153,161,129); }
H1.HeaderClassName
{
color: #99A181;
}
.AnyTagClassName
{
color: #99A181;
}
</style>
background-color css
<style>
a { background-color: #99A181; }
a { background-color: rgb(153,161,129); }
div.DivClassName
{
background-color: #99A181;
}
.BgClassName
{
background-color: #99A181;
}
</style>
border-color css
<style>
span { border-color: #99A181; }
span { border-color: rgb(153,161,129); }
td.TdClassName
{
border-color: #99A181;
}
.TagClassName
{
border-color: #99A181;
}
</style>