Shades of Mantle #99A198
Tints of Mantle #99A198
RGB
CMYK
RGB Variations
Color information
#99A198 (or 0x99A198) is known color: Mantle. HEX triplet: 99, A1 and 98. RGB value is (153,161,152). Sum of RGB (Red+Green+Blue) = 153+161+152=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 161 - color contains mainly: green. Hex color #99A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A198 is #665E67. Grayscale: #9D9D9D. Windows color (decimal): -6708840 or 10002841. OLE color: 10002841.
HSL color Cylindrical-coordinate representation of color #99A198: hue angle of 113.33º 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 #99A198 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 152 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.37 |
| HSL | 113.33º | 0.05% | 0.61% | - |
| HSV(B) | 113.33º | 0.06% | 0.63% | - |
| XYZ | 31.55 | 34.53 | 34.71 | - |
| YUV | 157.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 152 | 0.05 | 0 | 0.06 | 0.37 | 113.33 | 0.05 | 0.61 |
| Hex | 99 | A1 | 98 | 5 | 0 | 6 | 25 | 71 | 5 | 3D |
| Octal | 231 | 241 | 230 | 5 | 0 | 6 | 45 | 161 | 5 | 75 |
| Binary | 10011001 | 10100001 | 10011000 | 101 | 0 | 110 | 100101 | 1110001 | 101 | 111101 |
Color Harmonies of #99A198
Complementary color
Monochromatic Colors of #99A198
Black with #99A198
Text Example
Text Example
White with #99A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A198; }
p { color: rgb(153,161,152); }
H1.HeaderClassName
{
color: #99A198;
}
.AnyTagClassName
{
color: #99A198;
}
</style>
background-color css
<style>
a { background-color: #99A198; }
a { background-color: rgb(153,161,152); }
div.DivClassName
{
background-color: #99A198;
}
.BgClassName
{
background-color: #99A198;
}
</style>
border-color css
<style>
span { border-color: #99A198; }
span { border-color: rgb(153,161,152); }
td.TdClassName
{
border-color: #99A198;
}
.TagClassName
{
border-color: #99A198;
}
</style>