Shades of Mantle #98A998
Tints of Mantle #98A998
RGB
CMYK
RGB Variations
Color information
#98A998 (or 0x98A998) is known color: Mantle. HEX triplet: 98, A9 and 98. RGB value is (152,169,152). Sum of RGB (Red+Green+Blue) = 152+169+152=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #98A998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A998 is #675667. Grayscale: #A2A2A2. Windows color (decimal): -6772328 or 10004888. OLE color: 10004888.
HSL color Cylindrical-coordinate representation of color #98A998: hue angle of 120º degrees, saturation: 0.09, 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 #98A998 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 152 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.34 |
| HSL | 120º | 0.09% | 0.63% | - |
| HSV(B) | 120º | 0.1% | 0.66% | - |
| XYZ | 32.8 | 37.32 | 35.18 | - |
| YUV | 161.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 152 | 0.10 | 0 | 0.10 | 0.34 | 120 | 0.09 | 0.63 |
| Hex | 98 | A9 | 98 | A | 0 | A | 22 | 78 | 9 | 3F |
| Octal | 230 | 251 | 230 | 12 | 0 | 12 | 42 | 170 | 11 | 77 |
| Binary | 10011000 | 10101001 | 10011000 | 1010 | 0 | 1010 | 100010 | 1111000 | 1001 | 111111 |
Color Harmonies of #98A998
Complementary color
Monochromatic Colors of #98A998
Black with #98A998
Text Example
Text Example
White with #98A998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A998; }
p { color: rgb(152,169,152); }
H1.HeaderClassName
{
color: #98A998;
}
.AnyTagClassName
{
color: #98A998;
}
</style>
background-color css
<style>
a { background-color: #98A998; }
a { background-color: rgb(152,169,152); }
div.DivClassName
{
background-color: #98A998;
}
.BgClassName
{
background-color: #98A998;
}
</style>
border-color css
<style>
span { border-color: #98A998; }
span { border-color: rgb(152,169,152); }
td.TdClassName
{
border-color: #98A998;
}
.TagClassName
{
border-color: #98A998;
}
</style>