Shades of Mantle #8E988B
Tints of Mantle #8E988B
RGB
CMYK
RGB Variations
Color information
#8E988B (or 0x8E988B) is known color: Mantle. HEX triplet: 8E, 98 and 8B. RGB value is (142,152,139). Sum of RGB (Red+Green+Blue) = 142+152+139=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 152 - color contains mainly: green. Hex color #8E988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E988B is #716774. Grayscale: #939393. Windows color (decimal): -7432053 or 9148558. OLE color: 9148558.
HSL color Cylindrical-coordinate representation of color #8E988B: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E988B is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 152 | 139 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.40 |
| HSL | 106.15º | 0.06% | 0.57% | - |
| HSV(B) | 106.15º | 0.09% | 0.6% | - |
| XYZ | 27.04 | 30.07 | 28.81 | - |
| YUV | 147.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 139 | 0.07 | 0 | 0.09 | 0.40 | 106.15 | 0.06 | 0.57 |
| Hex | 8E | 98 | 8B | 7 | 0 | 9 | 28 | 6A | 6 | 39 |
| Octal | 216 | 230 | 213 | 7 | 0 | 11 | 50 | 152 | 6 | 71 |
| Binary | 10001110 | 10011000 | 10001011 | 111 | 0 | 1001 | 101000 | 1101010 | 110 | 111001 |
Color Harmonies of #8E988B
Complementary color
Monochromatic Colors of #8E988B
Black with #8E988B
Text Example
Text Example
White with #8E988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E988B; }
p { color: rgb(142,152,139); }
H1.HeaderClassName
{
color: #8E988B;
}
.AnyTagClassName
{
color: #8E988B;
}
</style>
background-color css
<style>
a { background-color: #8E988B; }
a { background-color: rgb(142,152,139); }
div.DivClassName
{
background-color: #8E988B;
}
.BgClassName
{
background-color: #8E988B;
}
</style>
border-color css
<style>
span { border-color: #8E988B; }
span { border-color: rgb(142,152,139); }
td.TdClassName
{
border-color: #8E988B;
}
.TagClassName
{
border-color: #8E988B;
}
</style>