Shades of Mantle #96B492
Tints of Mantle #96B492
RGB
CMYK
RGB Variations
Color information
#96B492 (or 0x96B492) is known color: Mantle. HEX triplet: 96, B4 and 92. RGB value is (150,180,146). Sum of RGB (Red+Green+Blue) = 150+180+146=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #96B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B492 is #694B6D. Grayscale: #A7A7A7. Windows color (decimal): -6900590 or 9614486. OLE color: 9614486.
HSL color Cylindrical-coordinate representation of color #96B492: hue angle of 112.94º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B492 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 180 | 146 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.29 |
| HSL | 112.94º | 0.18% | 0.64% | - |
| HSV(B) | 112.94º | 0.19% | 0.71% | - |
| XYZ | 34.09 | 41.2 | 33.35 | - |
| YUV | 167.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 146 | 0.17 | 0 | 0.19 | 0.29 | 112.94 | 0.18 | 0.64 |
| Hex | 96 | B4 | 92 | 11 | 0 | 13 | 1D | 71 | 12 | 40 |
| Octal | 226 | 264 | 222 | 21 | 0 | 23 | 35 | 161 | 22 | 100 |
| Binary | 10010110 | 10110100 | 10010010 | 10001 | 0 | 10011 | 11101 | 1110001 | 10010 | 1000000 |
Color Harmonies of #96B492
Complementary color
Monochromatic Colors of #96B492
Black with #96B492
Text Example
Text Example
White with #96B492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B492; }
p { color: rgb(150,180,146); }
H1.HeaderClassName
{
color: #96B492;
}
.AnyTagClassName
{
color: #96B492;
}
</style>
background-color css
<style>
a { background-color: #96B492; }
a { background-color: rgb(150,180,146); }
div.DivClassName
{
background-color: #96B492;
}
.BgClassName
{
background-color: #96B492;
}
</style>
border-color css
<style>
span { border-color: #96B492; }
span { border-color: rgb(150,180,146); }
td.TdClassName
{
border-color: #96B492;
}
.TagClassName
{
border-color: #96B492;
}
</style>