Shades of Mantle #90B486
Tints of Mantle #90B486
RGB
CMYK
RGB Variations
Color information
#90B486 (or 0x90B486) is known color: Mantle. HEX triplet: 90, B4 and 86. RGB value is (144,180,134). Sum of RGB (Red+Green+Blue) = 144+180+134=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #90B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B486 is #6F4B79. Grayscale: #A4A4A4. Windows color (decimal): -7293818 or 8828048. OLE color: 8828048.
HSL color Cylindrical-coordinate representation of color #90B486: hue angle of 106.96º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90B486 is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 134 | - |
| CMYK | 0.2 | 0 | 0.26 | 0.29 |
| HSL | 106.96º | 0.23% | 0.62% | - |
| HSV(B) | 106.96º | 0.26% | 0.71% | - |
| XYZ | 32.13 | 40.29 | 28.64 | - |
| YUV | 163.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 134 | 0.2 | 0 | 0.26 | 0.29 | 106.96 | 0.23 | 0.62 |
| Hex | 90 | B4 | 86 | 14 | 0 | 1A | 1D | 6B | 17 | 3E |
| Octal | 220 | 264 | 206 | 24 | 0 | 32 | 35 | 153 | 27 | 76 |
| Binary | 10010000 | 10110100 | 10000110 | 10100 | 0 | 11010 | 11101 | 1101011 | 10111 | 111110 |
Color Harmonies of #90B486
Complementary color
Monochromatic Colors of #90B486
Black with #90B486
Text Example
Text Example
White with #90B486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B486; }
p { color: rgb(144,180,134); }
H1.HeaderClassName
{
color: #90B486;
}
.AnyTagClassName
{
color: #90B486;
}
</style>
background-color css
<style>
a { background-color: #90B486; }
a { background-color: rgb(144,180,134); }
div.DivClassName
{
background-color: #90B486;
}
.BgClassName
{
background-color: #90B486;
}
</style>
border-color css
<style>
span { border-color: #90B486; }
span { border-color: rgb(144,180,134); }
td.TdClassName
{
border-color: #90B486;
}
.TagClassName
{
border-color: #90B486;
}
</style>