Shades of Mantle #98AE8D
Tints of Mantle #98AE8D
RGB
CMYK
RGB Variations
Color information
#98AE8D (or 0x98AE8D) is known color: Mantle. HEX triplet: 98, AE and 8D. RGB value is (152,174,141). Sum of RGB (Red+Green+Blue) = 152+174+141=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AE8D is #675172. Grayscale: #A3A3A3. Windows color (decimal): -6771059 or 9285272. OLE color: 9285272.
HSL color Cylindrical-coordinate representation of color #98AE8D: hue angle of 100º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98AE8D is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 174 | 141 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.32 |
| HSL | 100º | 0.17% | 0.62% | - |
| HSV(B) | 100º | 0.19% | 0.68% | - |
| XYZ | 32.89 | 38.87 | 30.97 | - |
| YUV | 163.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 174 | 141 | 0.13 | 0 | 0.19 | 0.32 | 100 | 0.17 | 0.62 |
| Hex | 98 | AE | 8D | D | 0 | 13 | 20 | 64 | 11 | 3E |
| Octal | 230 | 256 | 215 | 15 | 0 | 23 | 40 | 144 | 21 | 76 |
| Binary | 10011000 | 10101110 | 10001101 | 1101 | 0 | 10011 | 100000 | 1100100 | 10001 | 111110 |
Color Harmonies of #98AE8D
Complementary color
Monochromatic Colors of #98AE8D
Black with #98AE8D
Text Example
Text Example
White with #98AE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AE8D; }
p { color: rgb(152,174,141); }
H1.HeaderClassName
{
color: #98AE8D;
}
.AnyTagClassName
{
color: #98AE8D;
}
</style>
background-color css
<style>
a { background-color: #98AE8D; }
a { background-color: rgb(152,174,141); }
div.DivClassName
{
background-color: #98AE8D;
}
.BgClassName
{
background-color: #98AE8D;
}
</style>
border-color css
<style>
span { border-color: #98AE8D; }
span { border-color: rgb(152,174,141); }
td.TdClassName
{
border-color: #98AE8D;
}
.TagClassName
{
border-color: #98AE8D;
}
</style>