Shades of Mantle #96B58E
Tints of Mantle #96B58E
RGB
CMYK
RGB Variations
Color information
#96B58E (or 0x96B58E) is known color: Mantle. HEX triplet: 96, B5 and 8E. RGB value is (150,181,142). Sum of RGB (Red+Green+Blue) = 150+181+142=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #96B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B58E is #694A71. Grayscale: #A7A7A7. Windows color (decimal): -6900338 or 9352598. OLE color: 9352598.
HSL color Cylindrical-coordinate representation of color #96B58E: hue angle of 107.69º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96B58E is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 142 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.29 |
| HSL | 107.69º | 0.21% | 0.63% | - |
| HSV(B) | 107.69º | 0.22% | 0.71% | - |
| XYZ | 33.98 | 41.48 | 31.81 | - |
| YUV | 167.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 142 | 0.17 | 0 | 0.22 | 0.29 | 107.69 | 0.21 | 0.63 |
| Hex | 96 | B5 | 8E | 11 | 0 | 16 | 1D | 6C | 15 | 3F |
| Octal | 226 | 265 | 216 | 21 | 0 | 26 | 35 | 154 | 25 | 77 |
| Binary | 10010110 | 10110101 | 10001110 | 10001 | 0 | 10110 | 11101 | 1101100 | 10101 | 111111 |
Color Harmonies of #96B58E
Complementary color
Monochromatic Colors of #96B58E
Black with #96B58E
Text Example
Text Example
White with #96B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B58E; }
p { color: rgb(150,181,142); }
H1.HeaderClassName
{
color: #96B58E;
}
.AnyTagClassName
{
color: #96B58E;
}
</style>
background-color css
<style>
a { background-color: #96B58E; }
a { background-color: rgb(150,181,142); }
div.DivClassName
{
background-color: #96B58E;
}
.BgClassName
{
background-color: #96B58E;
}
</style>
border-color css
<style>
span { border-color: #96B58E; }
span { border-color: rgb(150,181,142); }
td.TdClassName
{
border-color: #96B58E;
}
.TagClassName
{
border-color: #96B58E;
}
</style>