Shades of Mantle #96AB89
Tints of Mantle #96AB89
RGB
CMYK
RGB Variations
Color information
#96AB89 (or 0x96AB89) is known color: Mantle. HEX triplet: 96, AB and 89. RGB value is (150,171,137). Sum of RGB (Red+Green+Blue) = 150+171+137=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB89 is #695476. Grayscale: #A0A0A0. Windows color (decimal): -6902903 or 9022358. OLE color: 9022358.
HSL color Cylindrical-coordinate representation of color #96AB89: hue angle of 97.06º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96AB89 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 137 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.33 |
| HSL | 97.06º | 0.17% | 0.6% | - |
| HSV(B) | 97.06º | 0.2% | 0.67% | - |
| XYZ | 31.66 | 37.42 | 29.22 | - |
| YUV | 160.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 137 | 0.12 | 0 | 0.20 | 0.33 | 97.06 | 0.17 | 0.6 |
| Hex | 96 | AB | 89 | C | 0 | 14 | 21 | 61 | 11 | 3C |
| Octal | 226 | 253 | 211 | 14 | 0 | 24 | 41 | 141 | 21 | 74 |
| Binary | 10010110 | 10101011 | 10001001 | 1100 | 0 | 10100 | 100001 | 1100001 | 10001 | 111100 |
Color Harmonies of #96AB89
Complementary color
Monochromatic Colors of #96AB89
Black with #96AB89
Text Example
Text Example
White with #96AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB89; }
p { color: rgb(150,171,137); }
H1.HeaderClassName
{
color: #96AB89;
}
.AnyTagClassName
{
color: #96AB89;
}
</style>
background-color css
<style>
a { background-color: #96AB89; }
a { background-color: rgb(150,171,137); }
div.DivClassName
{
background-color: #96AB89;
}
.BgClassName
{
background-color: #96AB89;
}
</style>
border-color css
<style>
span { border-color: #96AB89; }
span { border-color: rgb(150,171,137); }
td.TdClassName
{
border-color: #96AB89;
}
.TagClassName
{
border-color: #96AB89;
}
</style>