Shades of Mantle #98A992
Tints of Mantle #98A992
RGB
CMYK
RGB Variations
Color information
#98A992 (or 0x98A992) is known color: Mantle. HEX triplet: 98, A9 and 92. RGB value is (152,169,146). Sum of RGB (Red+Green+Blue) = 152+169+146=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #98A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A992 is #67566D. Grayscale: #A1A1A1. Windows color (decimal): -6772334 or 9611672. OLE color: 9611672.
HSL color Cylindrical-coordinate representation of color #98A992: hue angle of 104.35º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98A992 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 146 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.34 |
| HSL | 104.35º | 0.12% | 0.62% | - |
| HSV(B) | 104.35º | 0.14% | 0.66% | - |
| XYZ | 32.33 | 37.13 | 32.66 | - |
| YUV | 161.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 146 | 0.10 | 0 | 0.14 | 0.34 | 104.35 | 0.12 | 0.62 |
| Hex | 98 | A9 | 92 | A | 0 | E | 22 | 68 | C | 3E |
| Octal | 230 | 251 | 222 | 12 | 0 | 16 | 42 | 150 | 14 | 76 |
| Binary | 10011000 | 10101001 | 10010010 | 1010 | 0 | 1110 | 100010 | 1101000 | 1100 | 111110 |
Color Harmonies of #98A992
Complementary color
Monochromatic Colors of #98A992
Black with #98A992
Text Example
Text Example
White with #98A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A992; }
p { color: rgb(152,169,146); }
H1.HeaderClassName
{
color: #98A992;
}
.AnyTagClassName
{
color: #98A992;
}
</style>
background-color css
<style>
a { background-color: #98A992; }
a { background-color: rgb(152,169,146); }
div.DivClassName
{
background-color: #98A992;
}
.BgClassName
{
background-color: #98A992;
}
</style>
border-color css
<style>
span { border-color: #98A992; }
span { border-color: rgb(152,169,146); }
td.TdClassName
{
border-color: #98A992;
}
.TagClassName
{
border-color: #98A992;
}
</style>