Shades of Mantle #9EA999
Tints of Mantle #9EA999
RGB
CMYK
RGB Variations
Color information
#9EA999 (or 0x9EA999) is known color: Mantle. HEX triplet: 9E, A9 and 99. RGB value is (158,169,153). Sum of RGB (Red+Green+Blue) = 158+169+153=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA999 is #615666. Grayscale: #A3A3A3. Windows color (decimal): -6379111 or 10070430. OLE color: 10070430.
HSL color Cylindrical-coordinate representation of color #9EA999: hue angle of 101.25º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EA999 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 153 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.34 |
| HSL | 101.25º | 0.09% | 0.63% | - |
| HSV(B) | 101.25º | 0.09% | 0.66% | - |
| XYZ | 34.04 | 37.94 | 35.67 | - |
| YUV | 163.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 153 | 0.07 | 0 | 0.09 | 0.34 | 101.25 | 0.09 | 0.63 |
| Hex | 9E | A9 | 99 | 7 | 0 | 9 | 22 | 65 | 9 | 3F |
| Octal | 236 | 251 | 231 | 7 | 0 | 11 | 42 | 145 | 11 | 77 |
| Binary | 10011110 | 10101001 | 10011001 | 111 | 0 | 1001 | 100010 | 1100101 | 1001 | 111111 |
Color Harmonies of #9EA999
Complementary color
Monochromatic Colors of #9EA999
Black with #9EA999
Text Example
Text Example
White with #9EA999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA999; }
p { color: rgb(158,169,153); }
H1.HeaderClassName
{
color: #9EA999;
}
.AnyTagClassName
{
color: #9EA999;
}
</style>
background-color css
<style>
a { background-color: #9EA999; }
a { background-color: rgb(158,169,153); }
div.DivClassName
{
background-color: #9EA999;
}
.BgClassName
{
background-color: #9EA999;
}
</style>
border-color css
<style>
span { border-color: #9EA999; }
span { border-color: rgb(158,169,153); }
td.TdClassName
{
border-color: #9EA999;
}
.TagClassName
{
border-color: #9EA999;
}
</style>