Shades of Mantle #90988E
Tints of Mantle #90988E
RGB
CMYK
RGB Variations
Color information
#90988E (or 0x90988E) is known color: Mantle. HEX triplet: 90, 98 and 8E. RGB value is (144,152,142). Sum of RGB (Red+Green+Blue) = 144+152+142=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 152 - color contains mainly: green. Hex color #90988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90988E is #6F6771. Grayscale: #949494. Windows color (decimal): -7300978 or 9345168. OLE color: 9345168.
HSL color Cylindrical-coordinate representation of color #90988E: hue angle of 108º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #90988E is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 152 | 142 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.40 |
| HSL | 108º | 0.05% | 0.58% | - |
| HSV(B) | 108º | 0.07% | 0.6% | - |
| XYZ | 27.61 | 30.34 | 29.99 | - |
| YUV | 148.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 142 | 0.05 | 0 | 0.07 | 0.40 | 108 | 0.05 | 0.58 |
| Hex | 90 | 98 | 8E | 5 | 0 | 7 | 28 | 6C | 5 | 3A |
| Octal | 220 | 230 | 216 | 5 | 0 | 7 | 50 | 154 | 5 | 72 |
| Binary | 10010000 | 10011000 | 10001110 | 101 | 0 | 111 | 101000 | 1101100 | 101 | 111010 |
Color Harmonies of #90988E
Complementary color
Monochromatic Colors of #90988E
Black with #90988E
Text Example
Text Example
White with #90988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90988E; }
p { color: rgb(144,152,142); }
H1.HeaderClassName
{
color: #90988E;
}
.AnyTagClassName
{
color: #90988E;
}
</style>
background-color css
<style>
a { background-color: #90988E; }
a { background-color: rgb(144,152,142); }
div.DivClassName
{
background-color: #90988E;
}
.BgClassName
{
background-color: #90988E;
}
</style>
border-color css
<style>
span { border-color: #90988E; }
span { border-color: rgb(144,152,142); }
td.TdClassName
{
border-color: #90988E;
}
.TagClassName
{
border-color: #90988E;
}
</style>