Shades of Mantle #96A290
Tints of Mantle #96A290
RGB
CMYK
RGB Variations
Color information
#96A290 (or 0x96A290) is known color: Mantle. HEX triplet: 96, A2 and 90. RGB value is (150,162,144). Sum of RGB (Red+Green+Blue) = 150+162+144=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #96A290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A290 is #695D6F. Grayscale: #9C9C9C. Windows color (decimal): -6905200 or 9478806. OLE color: 9478806.
HSL color Cylindrical-coordinate representation of color #96A290: hue angle of 100º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96A290 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 144 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.36 |
| HSL | 100º | 0.09% | 0.6% | - |
| HSV(B) | 100º | 0.11% | 0.64% | - |
| XYZ | 30.53 | 34.34 | 31.4 | - |
| YUV | 156.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 144 | 0.07 | 0 | 0.11 | 0.36 | 100 | 0.09 | 0.6 |
| Hex | 96 | A2 | 90 | 7 | 0 | B | 24 | 64 | 9 | 3C |
| Octal | 226 | 242 | 220 | 7 | 0 | 13 | 44 | 144 | 11 | 74 |
| Binary | 10010110 | 10100010 | 10010000 | 111 | 0 | 1011 | 100100 | 1100100 | 1001 | 111100 |
Color Harmonies of #96A290
Complementary color
Monochromatic Colors of #96A290
Black with #96A290
Text Example
Text Example
White with #96A290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A290; }
p { color: rgb(150,162,144); }
H1.HeaderClassName
{
color: #96A290;
}
.AnyTagClassName
{
color: #96A290;
}
</style>
background-color css
<style>
a { background-color: #96A290; }
a { background-color: rgb(150,162,144); }
div.DivClassName
{
background-color: #96A290;
}
.BgClassName
{
background-color: #96A290;
}
</style>
border-color css
<style>
span { border-color: #96A290; }
span { border-color: rgb(150,162,144); }
td.TdClassName
{
border-color: #96A290;
}
.TagClassName
{
border-color: #96A290;
}
</style>