Shades of Mantle #98B48E
Tints of Mantle #98B48E
RGB
CMYK
RGB Variations
Color information
#98B48E (or 0x98B48E) is known color: Mantle. HEX triplet: 98, B4 and 8E. RGB value is (152,180,142). Sum of RGB (Red+Green+Blue) = 152+180+142=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #98B48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B48E is #674B71. Grayscale: #A7A7A7. Windows color (decimal): -6769522 or 9352344. OLE color: 9352344.
HSL color Cylindrical-coordinate representation of color #98B48E: hue angle of 104.21º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98B48E is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 180 | 142 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.29 |
| HSL | 104.21º | 0.2% | 0.63% | - |
| HSV(B) | 104.21º | 0.21% | 0.71% | - |
| XYZ | 34.15 | 41.27 | 31.76 | - |
| YUV | 167.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 180 | 142 | 0.16 | 0 | 0.21 | 0.29 | 104.21 | 0.2 | 0.63 |
| Hex | 98 | B4 | 8E | 10 | 0 | 15 | 1D | 68 | 14 | 3F |
| Octal | 230 | 264 | 216 | 20 | 0 | 25 | 35 | 150 | 24 | 77 |
| Binary | 10011000 | 10110100 | 10001110 | 10000 | 0 | 10101 | 11101 | 1101000 | 10100 | 111111 |
Color Harmonies of #98B48E
Complementary color
Monochromatic Colors of #98B48E
Black with #98B48E
Text Example
Text Example
White with #98B48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B48E; }
p { color: rgb(152,180,142); }
H1.HeaderClassName
{
color: #98B48E;
}
.AnyTagClassName
{
color: #98B48E;
}
</style>
background-color css
<style>
a { background-color: #98B48E; }
a { background-color: rgb(152,180,142); }
div.DivClassName
{
background-color: #98B48E;
}
.BgClassName
{
background-color: #98B48E;
}
</style>
border-color css
<style>
span { border-color: #98B48E; }
span { border-color: rgb(152,180,142); }
td.TdClassName
{
border-color: #98B48E;
}
.TagClassName
{
border-color: #98B48E;
}
</style>