Shades of Mantle #96B788
Tints of Mantle #96B788
RGB
CMYK
RGB Variations
Color information
#96B788 (or 0x96B788) is known color: Mantle. HEX triplet: 96, B7 and 88. RGB value is (150,183,136). Sum of RGB (Red+Green+Blue) = 150+183+136=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #96B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B788 is #694877. Grayscale: #A7A7A7. Windows color (decimal): -6899832 or 8959894. OLE color: 8959894.
HSL color Cylindrical-coordinate representation of color #96B788: hue angle of 102.13º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B788 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 136 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.28 |
| HSL | 102.13º | 0.25% | 0.63% | - |
| HSV(B) | 102.13º | 0.26% | 0.72% | - |
| XYZ | 33.96 | 42.13 | 29.63 | - |
| YUV | 167.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 136 | 0.18 | 0 | 0.26 | 0.28 | 102.13 | 0.25 | 0.63 |
| Hex | 96 | B7 | 88 | 12 | 0 | 1A | 1C | 66 | 19 | 3F |
| Octal | 226 | 267 | 210 | 22 | 0 | 32 | 34 | 146 | 31 | 77 |
| Binary | 10010110 | 10110111 | 10001000 | 10010 | 0 | 11010 | 11100 | 1100110 | 11001 | 111111 |
Color Harmonies of #96B788
Complementary color
Monochromatic Colors of #96B788
Black with #96B788
Text Example
Text Example
White with #96B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B788; }
p { color: rgb(150,183,136); }
H1.HeaderClassName
{
color: #96B788;
}
.AnyTagClassName
{
color: #96B788;
}
</style>
background-color css
<style>
a { background-color: #96B788; }
a { background-color: rgb(150,183,136); }
div.DivClassName
{
background-color: #96B788;
}
.BgClassName
{
background-color: #96B788;
}
</style>
border-color css
<style>
span { border-color: #96B788; }
span { border-color: rgb(150,183,136); }
td.TdClassName
{
border-color: #96B788;
}
.TagClassName
{
border-color: #96B788;
}
</style>