Shades of Mantle #96AB8A
Tints of Mantle #96AB8A
RGB
CMYK
RGB Variations
Color information
#96AB8A (or 0x96AB8A) is known color: Mantle. HEX triplet: 96, AB and 8A. RGB value is (150,171,138). Sum of RGB (Red+Green+Blue) = 150+171+138=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB8A is #695475. Grayscale: #A1A1A1. Windows color (decimal): -6902902 or 9087894. OLE color: 9087894.
HSL color Cylindrical-coordinate representation of color #96AB8A: hue angle of 98.18º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96AB8A is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 138 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.33 |
| HSL | 98.18º | 0.16% | 0.61% | - |
| HSV(B) | 98.18º | 0.19% | 0.67% | - |
| XYZ | 31.73 | 37.44 | 29.6 | - |
| YUV | 160.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 138 | 0.12 | 0 | 0.19 | 0.33 | 98.18 | 0.16 | 0.61 |
| Hex | 96 | AB | 8A | C | 0 | 13 | 21 | 62 | 10 | 3D |
| Octal | 226 | 253 | 212 | 14 | 0 | 23 | 41 | 142 | 20 | 75 |
| Binary | 10010110 | 10101011 | 10001010 | 1100 | 0 | 10011 | 100001 | 1100010 | 10000 | 111101 |
Color Harmonies of #96AB8A
Complementary color
Monochromatic Colors of #96AB8A
Black with #96AB8A
Text Example
Text Example
White with #96AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB8A; }
p { color: rgb(150,171,138); }
H1.HeaderClassName
{
color: #96AB8A;
}
.AnyTagClassName
{
color: #96AB8A;
}
</style>
background-color css
<style>
a { background-color: #96AB8A; }
a { background-color: rgb(150,171,138); }
div.DivClassName
{
background-color: #96AB8A;
}
.BgClassName
{
background-color: #96AB8A;
}
</style>
border-color css
<style>
span { border-color: #96AB8A; }
span { border-color: rgb(150,171,138); }
td.TdClassName
{
border-color: #96AB8A;
}
.TagClassName
{
border-color: #96AB8A;
}
</style>