Shades of Mantle #98B48D
Tints of Mantle #98B48D
RGB
CMYK
RGB Variations
Color information
#98B48D (or 0x98B48D) is known color: Mantle. HEX triplet: 98, B4 and 8D. RGB value is (152,180,141). Sum of RGB (Red+Green+Blue) = 152+180+141=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #98B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B48D is #674B72. Grayscale: #A7A7A7. Windows color (decimal): -6769523 or 9286808. OLE color: 9286808.
HSL color Cylindrical-coordinate representation of color #98B48D: hue angle of 103.08º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98B48D is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 180 | 141 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.29 |
| HSL | 103.08º | 0.21% | 0.63% | - |
| HSV(B) | 103.08º | 0.22% | 0.71% | - |
| XYZ | 34.08 | 41.24 | 31.36 | - |
| YUV | 167.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 180 | 141 | 0.16 | 0 | 0.22 | 0.29 | 103.08 | 0.21 | 0.63 |
| Hex | 98 | B4 | 8D | 10 | 0 | 16 | 1D | 67 | 15 | 3F |
| Octal | 230 | 264 | 215 | 20 | 0 | 26 | 35 | 147 | 25 | 77 |
| Binary | 10011000 | 10110100 | 10001101 | 10000 | 0 | 10110 | 11101 | 1100111 | 10101 | 111111 |
Color Harmonies of #98B48D
Complementary color
Monochromatic Colors of #98B48D
Black with #98B48D
Text Example
Text Example
White with #98B48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B48D; }
p { color: rgb(152,180,141); }
H1.HeaderClassName
{
color: #98B48D;
}
.AnyTagClassName
{
color: #98B48D;
}
</style>
background-color css
<style>
a { background-color: #98B48D; }
a { background-color: rgb(152,180,141); }
div.DivClassName
{
background-color: #98B48D;
}
.BgClassName
{
background-color: #98B48D;
}
</style>
border-color css
<style>
span { border-color: #98B48D; }
span { border-color: rgb(152,180,141); }
td.TdClassName
{
border-color: #98B48D;
}
.TagClassName
{
border-color: #98B48D;
}
</style>