Shades of Mantle #96AC89
Tints of Mantle #96AC89
RGB
CMYK
RGB Variations
Color information
#96AC89 (or 0x96AC89) is known color: Mantle. HEX triplet: 96, AC and 89. RGB value is (150,172,137). Sum of RGB (Red+Green+Blue) = 150+172+137=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AC89 is #695376. Grayscale: #A1A1A1. Windows color (decimal): -6902647 or 9022614. OLE color: 9022614.
HSL color Cylindrical-coordinate representation of color #96AC89: hue angle of 97.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96AC89 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 172 | 137 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.33 |
| HSL | 97.71º | 0.17% | 0.61% | - |
| HSV(B) | 97.71º | 0.2% | 0.67% | - |
| XYZ | 31.85 | 37.8 | 29.28 | - |
| YUV | 161.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 137 | 0.13 | 0 | 0.20 | 0.33 | 97.71 | 0.17 | 0.61 |
| Hex | 96 | AC | 89 | D | 0 | 14 | 21 | 62 | 11 | 3D |
| Octal | 226 | 254 | 211 | 15 | 0 | 24 | 41 | 142 | 21 | 75 |
| Binary | 10010110 | 10101100 | 10001001 | 1101 | 0 | 10100 | 100001 | 1100010 | 10001 | 111101 |
Color Harmonies of #96AC89
Complementary color
Monochromatic Colors of #96AC89
Black with #96AC89
Text Example
Text Example
White with #96AC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AC89; }
p { color: rgb(150,172,137); }
H1.HeaderClassName
{
color: #96AC89;
}
.AnyTagClassName
{
color: #96AC89;
}
</style>
background-color css
<style>
a { background-color: #96AC89; }
a { background-color: rgb(150,172,137); }
div.DivClassName
{
background-color: #96AC89;
}
.BgClassName
{
background-color: #96AC89;
}
</style>
border-color css
<style>
span { border-color: #96AC89; }
span { border-color: rgb(150,172,137); }
td.TdClassName
{
border-color: #96AC89;
}
.TagClassName
{
border-color: #96AC89;
}
</style>