Shades of Mantle #99A892
Tints of Mantle #99A892
RGB
CMYK
RGB Variations
Color information
#99A892 (or 0x99A892) is known color: Mantle. HEX triplet: 99, A8 and 92. RGB value is (153,168,146). Sum of RGB (Red+Green+Blue) = 153+168+146=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 168 - color contains mainly: green. Hex color #99A892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A892 is #66576D. Grayscale: #A1A1A1. Windows color (decimal): -6707054 or 9611417. OLE color: 9611417.
HSL color Cylindrical-coordinate representation of color #99A892: hue angle of 100.91º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99A892 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 168 | 146 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.34 |
| HSL | 100.91º | 0.11% | 0.62% | - |
| HSV(B) | 100.91º | 0.13% | 0.66% | - |
| XYZ | 32.33 | 36.85 | 32.6 | - |
| YUV | 161.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 146 | 0.09 | 0 | 0.13 | 0.34 | 100.91 | 0.11 | 0.62 |
| Hex | 99 | A8 | 92 | 9 | 0 | D | 22 | 65 | B | 3E |
| Octal | 231 | 250 | 222 | 11 | 0 | 15 | 42 | 145 | 13 | 76 |
| Binary | 10011001 | 10101000 | 10010010 | 1001 | 0 | 1101 | 100010 | 1100101 | 1011 | 111110 |
Color Harmonies of #99A892
Complementary color
Monochromatic Colors of #99A892
Black with #99A892
Text Example
Text Example
White with #99A892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A892; }
p { color: rgb(153,168,146); }
H1.HeaderClassName
{
color: #99A892;
}
.AnyTagClassName
{
color: #99A892;
}
</style>
background-color css
<style>
a { background-color: #99A892; }
a { background-color: rgb(153,168,146); }
div.DivClassName
{
background-color: #99A892;
}
.BgClassName
{
background-color: #99A892;
}
</style>
border-color css
<style>
span { border-color: #99A892; }
span { border-color: rgb(153,168,146); }
td.TdClassName
{
border-color: #99A892;
}
.TagClassName
{
border-color: #99A892;
}
</style>