Shades of Mantle #96B392
Tints of Mantle #96B392
RGB
CMYK
RGB Variations
Color information
#96B392 (or 0x96B392) is known color: Mantle. HEX triplet: 96, B3 and 92. RGB value is (150,179,146). Sum of RGB (Red+Green+Blue) = 150+179+146=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #96B392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B392 is #694C6D. Grayscale: #A6A6A6. Windows color (decimal): -6900846 or 9614230. OLE color: 9614230.
HSL color Cylindrical-coordinate representation of color #96B392: hue angle of 112.73º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B392 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 179 | 146 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.30 |
| HSL | 112.73º | 0.18% | 0.64% | - |
| HSV(B) | 112.73º | 0.18% | 0.7% | - |
| XYZ | 33.89 | 40.8 | 33.28 | - |
| YUV | 166.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 146 | 0.16 | 0 | 0.18 | 0.30 | 112.73 | 0.18 | 0.64 |
| Hex | 96 | B3 | 92 | 10 | 0 | 12 | 1E | 71 | 12 | 40 |
| Octal | 226 | 263 | 222 | 20 | 0 | 22 | 36 | 161 | 22 | 100 |
| Binary | 10010110 | 10110011 | 10010010 | 10000 | 0 | 10010 | 11110 | 1110001 | 10010 | 1000000 |
Color Harmonies of #96B392
Complementary color
Monochromatic Colors of #96B392
Black with #96B392
Text Example
Text Example
White with #96B392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B392; }
p { color: rgb(150,179,146); }
H1.HeaderClassName
{
color: #96B392;
}
.AnyTagClassName
{
color: #96B392;
}
</style>
background-color css
<style>
a { background-color: #96B392; }
a { background-color: rgb(150,179,146); }
div.DivClassName
{
background-color: #96B392;
}
.BgClassName
{
background-color: #96B392;
}
</style>
border-color css
<style>
span { border-color: #96B392; }
span { border-color: rgb(150,179,146); }
td.TdClassName
{
border-color: #96B392;
}
.TagClassName
{
border-color: #96B392;
}
</style>