Shades of Mantle #99A392
Tints of Mantle #99A392
RGB
CMYK
RGB Variations
Color information
#99A392 (or 0x99A392) is known color: Mantle. HEX triplet: 99, A3 and 92. RGB value is (153,163,146). Sum of RGB (Red+Green+Blue) = 153+163+146=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 163 - color contains mainly: green. Hex color #99A392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A392 is #665C6D. Grayscale: #9E9E9E. Windows color (decimal): -6708334 or 9610137. OLE color: 9610137.
HSL color Cylindrical-coordinate representation of color #99A392: hue angle of 95.29º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99A392 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 146 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.36 |
| HSL | 95.29º | 0.08% | 0.61% | - |
| HSV(B) | 95.29º | 0.1% | 0.64% | - |
| XYZ | 31.42 | 35.04 | 32.3 | - |
| YUV | 158.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 146 | 0.06 | 0 | 0.10 | 0.36 | 95.29 | 0.08 | 0.61 |
| Hex | 99 | A3 | 92 | 6 | 0 | A | 24 | 5F | 8 | 3D |
| Octal | 231 | 243 | 222 | 6 | 0 | 12 | 44 | 137 | 10 | 75 |
| Binary | 10011001 | 10100011 | 10010010 | 110 | 0 | 1010 | 100100 | 1011111 | 1000 | 111101 |
Color Harmonies of #99A392
Complementary color
Monochromatic Colors of #99A392
Black with #99A392
Text Example
Text Example
White with #99A392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A392; }
p { color: rgb(153,163,146); }
H1.HeaderClassName
{
color: #99A392;
}
.AnyTagClassName
{
color: #99A392;
}
</style>
background-color css
<style>
a { background-color: #99A392; }
a { background-color: rgb(153,163,146); }
div.DivClassName
{
background-color: #99A392;
}
.BgClassName
{
background-color: #99A392;
}
</style>
border-color css
<style>
span { border-color: #99A392; }
span { border-color: rgb(153,163,146); }
td.TdClassName
{
border-color: #99A392;
}
.TagClassName
{
border-color: #99A392;
}
</style>