Shades of Mantle #96AB90
Tints of Mantle #96AB90
RGB
CMYK
RGB Variations
Color information
#96AB90 (or 0x96AB90) is known color: Mantle. HEX triplet: 96, AB and 90. RGB value is (150,171,144). Sum of RGB (Red+Green+Blue) = 150+171+144=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB90 is #69546F. Grayscale: #A1A1A1. Windows color (decimal): -6902896 or 9481110. OLE color: 9481110.
HSL color Cylindrical-coordinate representation of color #96AB90: hue angle of 106.67º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96AB90 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 144 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.33 |
| HSL | 106.67º | 0.14% | 0.62% | - |
| HSV(B) | 106.67º | 0.16% | 0.67% | - |
| XYZ | 32.17 | 37.62 | 31.95 | - |
| YUV | 161.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 144 | 0.12 | 0 | 0.16 | 0.33 | 106.67 | 0.14 | 0.62 |
| Hex | 96 | AB | 90 | C | 0 | 10 | 21 | 6B | E | 3E |
| Octal | 226 | 253 | 220 | 14 | 0 | 20 | 41 | 153 | 16 | 76 |
| Binary | 10010110 | 10101011 | 10010000 | 1100 | 0 | 10000 | 100001 | 1101011 | 1110 | 111110 |
Color Harmonies of #96AB90
Complementary color
Monochromatic Colors of #96AB90
Black with #96AB90
Text Example
Text Example
White with #96AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB90; }
p { color: rgb(150,171,144); }
H1.HeaderClassName
{
color: #96AB90;
}
.AnyTagClassName
{
color: #96AB90;
}
</style>
background-color css
<style>
a { background-color: #96AB90; }
a { background-color: rgb(150,171,144); }
div.DivClassName
{
background-color: #96AB90;
}
.BgClassName
{
background-color: #96AB90;
}
</style>
border-color css
<style>
span { border-color: #96AB90; }
span { border-color: rgb(150,171,144); }
td.TdClassName
{
border-color: #96AB90;
}
.TagClassName
{
border-color: #96AB90;
}
</style>