Shades of Mantle #99A898
Tints of Mantle #99A898
RGB
CMYK
RGB Variations
Color information
#99A898 (or 0x99A898) is known color: Mantle. HEX triplet: 99, A8 and 98. RGB value is (153,168,152). Sum of RGB (Red+Green+Blue) = 153+168+152=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 168 - color contains mainly: green. Hex color #99A898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A898 is #665767. Grayscale: #A1A1A1. Windows color (decimal): -6707048 or 10004633. OLE color: 10004633.
HSL color Cylindrical-coordinate representation of color #99A898: hue angle of 116.25º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99A898 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 168 | 152 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.34 |
| HSL | 116.25º | 0.08% | 0.63% | - |
| HSV(B) | 116.25º | 0.1% | 0.66% | - |
| XYZ | 32.81 | 37.04 | 35.13 | - |
| YUV | 161.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 152 | 0.09 | 0 | 0.10 | 0.34 | 116.25 | 0.08 | 0.63 |
| Hex | 99 | A8 | 98 | 9 | 0 | A | 22 | 74 | 8 | 3F |
| Octal | 231 | 250 | 230 | 11 | 0 | 12 | 42 | 164 | 10 | 77 |
| Binary | 10011001 | 10101000 | 10011000 | 1001 | 0 | 1010 | 100010 | 1110100 | 1000 | 111111 |
Color Harmonies of #99A898
Complementary color
Monochromatic Colors of #99A898
Black with #99A898
Text Example
Text Example
White with #99A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A898; }
p { color: rgb(153,168,152); }
H1.HeaderClassName
{
color: #99A898;
}
.AnyTagClassName
{
color: #99A898;
}
</style>
background-color css
<style>
a { background-color: #99A898; }
a { background-color: rgb(153,168,152); }
div.DivClassName
{
background-color: #99A898;
}
.BgClassName
{
background-color: #99A898;
}
</style>
border-color css
<style>
span { border-color: #99A898; }
span { border-color: rgb(153,168,152); }
td.TdClassName
{
border-color: #99A898;
}
.TagClassName
{
border-color: #99A898;
}
</style>