Shades of Mantle #96AD90
Tints of Mantle #96AD90
RGB
CMYK
RGB Variations
Color information
#96AD90 (or 0x96AD90) is known color: Mantle. HEX triplet: 96, AD and 90. RGB value is (150,173,144). Sum of RGB (Red+Green+Blue) = 150+173+144=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AD90 is #69526F. Grayscale: #A2A2A2. Windows color (decimal): -6902384 or 9481622. OLE color: 9481622.
HSL color Cylindrical-coordinate representation of color #96AD90: hue angle of 107.59º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96AD90 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 144 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.32 |
| HSL | 107.59º | 0.15% | 0.62% | - |
| HSV(B) | 107.59º | 0.17% | 0.68% | - |
| XYZ | 32.56 | 38.38 | 32.08 | - |
| YUV | 162.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 144 | 0.13 | 0 | 0.17 | 0.32 | 107.59 | 0.15 | 0.62 |
| Hex | 96 | AD | 90 | D | 0 | 11 | 20 | 6C | F | 3E |
| Octal | 226 | 255 | 220 | 15 | 0 | 21 | 40 | 154 | 17 | 76 |
| Binary | 10010110 | 10101101 | 10010000 | 1101 | 0 | 10001 | 100000 | 1101100 | 1111 | 111110 |
Color Harmonies of #96AD90
Complementary color
Monochromatic Colors of #96AD90
Black with #96AD90
Text Example
Text Example
White with #96AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD90; }
p { color: rgb(150,173,144); }
H1.HeaderClassName
{
color: #96AD90;
}
.AnyTagClassName
{
color: #96AD90;
}
</style>
background-color css
<style>
a { background-color: #96AD90; }
a { background-color: rgb(150,173,144); }
div.DivClassName
{
background-color: #96AD90;
}
.BgClassName
{
background-color: #96AD90;
}
</style>
border-color css
<style>
span { border-color: #96AD90; }
span { border-color: rgb(150,173,144); }
td.TdClassName
{
border-color: #96AD90;
}
.TagClassName
{
border-color: #96AD90;
}
</style>