Shades of Mantle #99AD98
Tints of Mantle #99AD98
RGB
CMYK
RGB Variations
Color information
#99AD98 (or 0x99AD98) is known color: Mantle. HEX triplet: 99, AD and 98. RGB value is (153,173,152). Sum of RGB (Red+Green+Blue) = 153+173+152=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD98 is #665267. Grayscale: #A4A4A4. Windows color (decimal): -6705768 or 10005913. OLE color: 10005913.
HSL color Cylindrical-coordinate representation of color #99AD98: hue angle of 117.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AD98 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 152 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.32 |
| HSL | 117.14º | 0.11% | 0.64% | - |
| HSV(B) | 117.14º | 0.12% | 0.68% | - |
| XYZ | 33.75 | 38.93 | 35.44 | - |
| YUV | 164.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 152 | 0.12 | 0 | 0.12 | 0.32 | 117.14 | 0.11 | 0.64 |
| Hex | 99 | AD | 98 | C | 0 | C | 20 | 75 | B | 40 |
| Octal | 231 | 255 | 230 | 14 | 0 | 14 | 40 | 165 | 13 | 100 |
| Binary | 10011001 | 10101101 | 10011000 | 1100 | 0 | 1100 | 100000 | 1110101 | 1011 | 1000000 |
Color Harmonies of #99AD98
Complementary color
Monochromatic Colors of #99AD98
Black with #99AD98
Text Example
Text Example
White with #99AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD98; }
p { color: rgb(153,173,152); }
H1.HeaderClassName
{
color: #99AD98;
}
.AnyTagClassName
{
color: #99AD98;
}
</style>
background-color css
<style>
a { background-color: #99AD98; }
a { background-color: rgb(153,173,152); }
div.DivClassName
{
background-color: #99AD98;
}
.BgClassName
{
background-color: #99AD98;
}
</style>
border-color css
<style>
span { border-color: #99AD98; }
span { border-color: rgb(153,173,152); }
td.TdClassName
{
border-color: #99AD98;
}
.TagClassName
{
border-color: #99AD98;
}
</style>