Shades of Mantle #90A28D
Tints of Mantle #90A28D
RGB
CMYK
RGB Variations
Color information
#90A28D (or 0x90A28D) is known color: Mantle. HEX triplet: 90, A2 and 8D. RGB value is (144,162,141). Sum of RGB (Red+Green+Blue) = 144+162+141=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #90A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A28D is #6F5D72. Grayscale: #9A9A9A. Windows color (decimal): -7298419 or 9282192. OLE color: 9282192.
HSL color Cylindrical-coordinate representation of color #90A28D: hue angle of 111.43º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A28D is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 162 | 141 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.36 |
| HSL | 111.43º | 0.1% | 0.59% | - |
| HSV(B) | 111.43º | 0.13% | 0.64% | - |
| XYZ | 29.23 | 33.69 | 30.16 | - |
| YUV | 154.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 141 | 0.11 | 0 | 0.13 | 0.36 | 111.43 | 0.1 | 0.59 |
| Hex | 90 | A2 | 8D | B | 0 | D | 24 | 6F | A | 3B |
| Octal | 220 | 242 | 215 | 13 | 0 | 15 | 44 | 157 | 12 | 73 |
| Binary | 10010000 | 10100010 | 10001101 | 1011 | 0 | 1101 | 100100 | 1101111 | 1010 | 111011 |
Color Harmonies of #90A28D
Complementary color
Monochromatic Colors of #90A28D
Black with #90A28D
Text Example
Text Example
White with #90A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A28D; }
p { color: rgb(144,162,141); }
H1.HeaderClassName
{
color: #90A28D;
}
.AnyTagClassName
{
color: #90A28D;
}
</style>
background-color css
<style>
a { background-color: #90A28D; }
a { background-color: rgb(144,162,141); }
div.DivClassName
{
background-color: #90A28D;
}
.BgClassName
{
background-color: #90A28D;
}
</style>
border-color css
<style>
span { border-color: #90A28D; }
span { border-color: rgb(144,162,141); }
td.TdClassName
{
border-color: #90A28D;
}
.TagClassName
{
border-color: #90A28D;
}
</style>