Shades of Mantle #96B58C
Tints of Mantle #96B58C
RGB
CMYK
RGB Variations
Color information
#96B58C (or 0x96B58C) is known color: Mantle. HEX triplet: 96, B5 and 8C. RGB value is (150,181,140). Sum of RGB (Red+Green+Blue) = 150+181+140=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #96B58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B58C is #694A73. Grayscale: #A7A7A7. Windows color (decimal): -6900340 or 9221526. OLE color: 9221526.
HSL color Cylindrical-coordinate representation of color #96B58C: hue angle of 105.37º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96B58C is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 140 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.29 |
| HSL | 105.37º | 0.22% | 0.63% | - |
| HSV(B) | 105.37º | 0.23% | 0.71% | - |
| XYZ | 33.84 | 41.43 | 31.02 | - |
| YUV | 167.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 140 | 0.17 | 0 | 0.23 | 0.29 | 105.37 | 0.22 | 0.63 |
| Hex | 96 | B5 | 8C | 11 | 0 | 17 | 1D | 69 | 16 | 3F |
| Octal | 226 | 265 | 214 | 21 | 0 | 27 | 35 | 151 | 26 | 77 |
| Binary | 10010110 | 10110101 | 10001100 | 10001 | 0 | 10111 | 11101 | 1101001 | 10110 | 111111 |
Color Harmonies of #96B58C
Complementary color
Monochromatic Colors of #96B58C
Black with #96B58C
Text Example
Text Example
White with #96B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B58C; }
p { color: rgb(150,181,140); }
H1.HeaderClassName
{
color: #96B58C;
}
.AnyTagClassName
{
color: #96B58C;
}
</style>
background-color css
<style>
a { background-color: #96B58C; }
a { background-color: rgb(150,181,140); }
div.DivClassName
{
background-color: #96B58C;
}
.BgClassName
{
background-color: #96B58C;
}
</style>
border-color css
<style>
span { border-color: #96B58C; }
span { border-color: rgb(150,181,140); }
td.TdClassName
{
border-color: #96B58C;
}
.TagClassName
{
border-color: #96B58C;
}
</style>