Shades of Mantle #99A992
Tints of Mantle #99A992
RGB
CMYK
RGB Variations
Color information
#99A992 (or 0x99A992) is known color: Mantle. HEX triplet: 99, A9 and 92. RGB value is (153,169,146). Sum of RGB (Red+Green+Blue) = 153+169+146=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #99A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A992 is #66566D. Grayscale: #A1A1A1. Windows color (decimal): -6706798 or 9611673. OLE color: 9611673.
HSL color Cylindrical-coordinate representation of color #99A992: hue angle of 101.74º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99A992 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 146 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.34 |
| HSL | 101.74º | 0.12% | 0.62% | - |
| HSV(B) | 101.74º | 0.14% | 0.66% | - |
| XYZ | 32.51 | 37.22 | 32.67 | - |
| YUV | 161.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 146 | 0.09 | 0 | 0.14 | 0.34 | 101.74 | 0.12 | 0.62 |
| Hex | 99 | A9 | 92 | 9 | 0 | E | 22 | 66 | C | 3E |
| Octal | 231 | 251 | 222 | 11 | 0 | 16 | 42 | 146 | 14 | 76 |
| Binary | 10011001 | 10101001 | 10010010 | 1001 | 0 | 1110 | 100010 | 1100110 | 1100 | 111110 |
Color Harmonies of #99A992
Complementary color
Monochromatic Colors of #99A992
Black with #99A992
Text Example
Text Example
White with #99A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A992; }
p { color: rgb(153,169,146); }
H1.HeaderClassName
{
color: #99A992;
}
.AnyTagClassName
{
color: #99A992;
}
</style>
background-color css
<style>
a { background-color: #99A992; }
a { background-color: rgb(153,169,146); }
div.DivClassName
{
background-color: #99A992;
}
.BgClassName
{
background-color: #99A992;
}
</style>
border-color css
<style>
span { border-color: #99A992; }
span { border-color: rgb(153,169,146); }
td.TdClassName
{
border-color: #99A992;
}
.TagClassName
{
border-color: #99A992;
}
</style>