Shades of Mantle #99A297
Tints of Mantle #99A297
RGB
CMYK
RGB Variations
Color information
#99A297 (or 0x99A297) is known color: Mantle. HEX triplet: 99, A2 and 97. RGB value is (153,162,151). Sum of RGB (Red+Green+Blue) = 153+162+151=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 162 - color contains mainly: green. Hex color #99A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A297 is #665D68. Grayscale: #9E9E9E. Windows color (decimal): -6708585 or 9937561. OLE color: 9937561.
HSL color Cylindrical-coordinate representation of color #99A297: hue angle of 109.09º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A297 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 151 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.36 |
| HSL | 109.09º | 0.06% | 0.61% | - |
| HSV(B) | 109.09º | 0.07% | 0.64% | - |
| XYZ | 31.64 | 34.85 | 34.34 | - |
| YUV | 158.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 151 | 0.06 | 0 | 0.07 | 0.36 | 109.09 | 0.06 | 0.61 |
| Hex | 99 | A2 | 97 | 6 | 0 | 7 | 24 | 6D | 6 | 3D |
| Octal | 231 | 242 | 227 | 6 | 0 | 7 | 44 | 155 | 6 | 75 |
| Binary | 10011001 | 10100010 | 10010111 | 110 | 0 | 111 | 100100 | 1101101 | 110 | 111101 |
Color Harmonies of #99A297
Complementary color
Monochromatic Colors of #99A297
Black with #99A297
Text Example
Text Example
White with #99A297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A297; }
p { color: rgb(153,162,151); }
H1.HeaderClassName
{
color: #99A297;
}
.AnyTagClassName
{
color: #99A297;
}
</style>
background-color css
<style>
a { background-color: #99A297; }
a { background-color: rgb(153,162,151); }
div.DivClassName
{
background-color: #99A297;
}
.BgClassName
{
background-color: #99A297;
}
</style>
border-color css
<style>
span { border-color: #99A297; }
span { border-color: rgb(153,162,151); }
td.TdClassName
{
border-color: #99A297;
}
.TagClassName
{
border-color: #99A297;
}
</style>