Shades of Sage #99A082
Tints of Sage #99A082
RGB
CMYK
RGB Variations
Color information
#99A082 (or 0x99A082) is known color: Sage. HEX triplet: 99, A0 and 82. RGB value is (153,160,130). Sum of RGB (Red+Green+Blue) = 153+160+130=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 160 - color contains mainly: green. Hex color #99A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A082 is #665F7D. Grayscale: #9A9A9A. Windows color (decimal): -6709118 or 8560793. OLE color: 8560793.
HSL color Cylindrical-coordinate representation of color #99A082: 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 #99A082 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 130 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.37 |
| HSL | 74º | 0.14% | 0.57% | - |
| HSV(B) | 74º | 0.19% | 0.63% | - |
| XYZ | 29.74 | 33.53 | 26.02 | - |
| YUV | 154.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 130 | 0.04 | 0 | 0.19 | 0.37 | 74 | 0.14 | 0.57 |
| Hex | 99 | A0 | 82 | 4 | 0 | 13 | 25 | 4A | E | 39 |
| Octal | 231 | 240 | 202 | 4 | 0 | 23 | 45 | 112 | 16 | 71 |
| Binary | 10011001 | 10100000 | 10000010 | 100 | 0 | 10011 | 100101 | 1001010 | 1110 | 111001 |
Color Harmonies of #99A082
Complementary color
Monochromatic Colors of #99A082
Black with #99A082
Text Example
Text Example
White with #99A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A082; }
p { color: rgb(153,160,130); }
H1.HeaderClassName
{
color: #99A082;
}
.AnyTagClassName
{
color: #99A082;
}
</style>
background-color css
<style>
a { background-color: #99A082; }
a { background-color: rgb(153,160,130); }
div.DivClassName
{
background-color: #99A082;
}
.BgClassName
{
background-color: #99A082;
}
</style>
border-color css
<style>
span { border-color: #99A082; }
span { border-color: rgb(153,160,130); }
td.TdClassName
{
border-color: #99A082;
}
.TagClassName
{
border-color: #99A082;
}
</style>