Shades of Mantle #96AA90
Tints of Mantle #96AA90
RGB
CMYK
RGB Variations
Color information
#96AA90 (or 0x96AA90) is known color: Mantle. HEX triplet: 96, AA and 90. RGB value is (150,170,144). Sum of RGB (Red+Green+Blue) = 150+170+144=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA90 is #69556F. Grayscale: #A1A1A1. Windows color (decimal): -6903152 or 9480854. OLE color: 9480854.
HSL color Cylindrical-coordinate representation of color #96AA90: hue angle of 106.15º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96AA90 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 144 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.33 |
| HSL | 106.15º | 0.13% | 0.62% | - |
| HSV(B) | 106.15º | 0.15% | 0.67% | - |
| XYZ | 31.99 | 37.25 | 31.89 | - |
| YUV | 161.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 144 | 0.12 | 0 | 0.15 | 0.33 | 106.15 | 0.13 | 0.62 |
| Hex | 96 | AA | 90 | C | 0 | F | 21 | 6A | D | 3E |
| Octal | 226 | 252 | 220 | 14 | 0 | 17 | 41 | 152 | 15 | 76 |
| Binary | 10010110 | 10101010 | 10010000 | 1100 | 0 | 1111 | 100001 | 1101010 | 1101 | 111110 |
Color Harmonies of #96AA90
Complementary color
Monochromatic Colors of #96AA90
Black with #96AA90
Text Example
Text Example
White with #96AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA90; }
p { color: rgb(150,170,144); }
H1.HeaderClassName
{
color: #96AA90;
}
.AnyTagClassName
{
color: #96AA90;
}
</style>
background-color css
<style>
a { background-color: #96AA90; }
a { background-color: rgb(150,170,144); }
div.DivClassName
{
background-color: #96AA90;
}
.BgClassName
{
background-color: #96AA90;
}
</style>
border-color css
<style>
span { border-color: #96AA90; }
span { border-color: rgb(150,170,144); }
td.TdClassName
{
border-color: #96AA90;
}
.TagClassName
{
border-color: #96AA90;
}
</style>