Shades of Mantle #90B488
Tints of Mantle #90B488
RGB
CMYK
RGB Variations
Color information
#90B488 (or 0x90B488) is known color: Mantle. HEX triplet: 90, B4 and 88. RGB value is (144,180,136). Sum of RGB (Red+Green+Blue) = 144+180+136=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #90B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B488 is #6F4B77. Grayscale: #A4A4A4. Windows color (decimal): -7293816 or 8959120. OLE color: 8959120.
HSL color Cylindrical-coordinate representation of color #90B488: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90B488 is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 136 | - |
| CMYK | 0.2 | 0 | 0.24 | 0.29 |
| HSL | 109.09º | 0.23% | 0.62% | - |
| HSV(B) | 109.09º | 0.24% | 0.71% | - |
| XYZ | 32.27 | 40.35 | 29.38 | - |
| YUV | 164.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 136 | 0.2 | 0 | 0.24 | 0.29 | 109.09 | 0.23 | 0.62 |
| Hex | 90 | B4 | 88 | 14 | 0 | 18 | 1D | 6D | 17 | 3E |
| Octal | 220 | 264 | 210 | 24 | 0 | 30 | 35 | 155 | 27 | 76 |
| Binary | 10010000 | 10110100 | 10001000 | 10100 | 0 | 11000 | 11101 | 1101101 | 10111 | 111110 |
Color Harmonies of #90B488
Complementary color
Monochromatic Colors of #90B488
Black with #90B488
Text Example
Text Example
White with #90B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B488; }
p { color: rgb(144,180,136); }
H1.HeaderClassName
{
color: #90B488;
}
.AnyTagClassName
{
color: #90B488;
}
</style>
background-color css
<style>
a { background-color: #90B488; }
a { background-color: rgb(144,180,136); }
div.DivClassName
{
background-color: #90B488;
}
.BgClassName
{
background-color: #90B488;
}
</style>
border-color css
<style>
span { border-color: #90B488; }
span { border-color: rgb(144,180,136); }
td.TdClassName
{
border-color: #90B488;
}
.TagClassName
{
border-color: #90B488;
}
</style>