Shades of Mantle #99A197
Tints of Mantle #99A197
RGB
CMYK
RGB Variations
Color information
#99A197 (or 0x99A197) is known color: Mantle. HEX triplet: 99, A1 and 97. RGB value is (153,161,151). Sum of RGB (Red+Green+Blue) = 153+161+151=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 161 - color contains mainly: green. Hex color #99A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A197 is #665E68. Grayscale: #9D9D9D. Windows color (decimal): -6708841 or 9937305. OLE color: 9937305.
HSL color Cylindrical-coordinate representation of color #99A197: hue angle of 108º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99A197 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 151 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.37 |
| HSL | 108º | 0.05% | 0.61% | - |
| HSV(B) | 108º | 0.06% | 0.63% | - |
| XYZ | 31.47 | 34.5 | 34.28 | - |
| YUV | 157.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 151 | 0.05 | 0 | 0.06 | 0.37 | 108 | 0.05 | 0.61 |
| Hex | 99 | A1 | 97 | 5 | 0 | 6 | 25 | 6C | 5 | 3D |
| Octal | 231 | 241 | 227 | 5 | 0 | 6 | 45 | 154 | 5 | 75 |
| Binary | 10011001 | 10100001 | 10010111 | 101 | 0 | 110 | 100101 | 1101100 | 101 | 111101 |
Color Harmonies of #99A197
Complementary color
Monochromatic Colors of #99A197
Black with #99A197
Text Example
Text Example
White with #99A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A197; }
p { color: rgb(153,161,151); }
H1.HeaderClassName
{
color: #99A197;
}
.AnyTagClassName
{
color: #99A197;
}
</style>
background-color css
<style>
a { background-color: #99A197; }
a { background-color: rgb(153,161,151); }
div.DivClassName
{
background-color: #99A197;
}
.BgClassName
{
background-color: #99A197;
}
</style>
border-color css
<style>
span { border-color: #99A197; }
span { border-color: rgb(153,161,151); }
td.TdClassName
{
border-color: #99A197;
}
.TagClassName
{
border-color: #99A197;
}
</style>