Shades of Mantle #96B195
Tints of Mantle #96B195
RGB
CMYK
RGB Variations
Color information
#96B195 (or 0x96B195) is known color: Mantle. HEX triplet: 96, B1 and 95. RGB value is (150,177,149). Sum of RGB (Red+Green+Blue) = 150+177+149=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #96B195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B195 is #694E6A. Grayscale: #A5A5A5. Windows color (decimal): -6901355 or 9810326. OLE color: 9810326.
HSL color Cylindrical-coordinate representation of color #96B195: hue angle of 117.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B195 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 149 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.31 |
| HSL | 117.86º | 0.15% | 0.64% | - |
| HSV(B) | 117.86º | 0.16% | 0.69% | - |
| XYZ | 33.72 | 40.1 | 34.4 | - |
| YUV | 165.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 149 | 0.15 | 0 | 0.16 | 0.31 | 117.86 | 0.15 | 0.64 |
| Hex | 96 | B1 | 95 | F | 0 | 10 | 1F | 76 | F | 40 |
| Octal | 226 | 261 | 225 | 17 | 0 | 20 | 37 | 166 | 17 | 100 |
| Binary | 10010110 | 10110001 | 10010101 | 1111 | 0 | 10000 | 11111 | 1110110 | 1111 | 1000000 |
Color Harmonies of #96B195
Complementary color
Monochromatic Colors of #96B195
Black with #96B195
Text Example
Text Example
White with #96B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B195; }
p { color: rgb(150,177,149); }
H1.HeaderClassName
{
color: #96B195;
}
.AnyTagClassName
{
color: #96B195;
}
</style>
background-color css
<style>
a { background-color: #96B195; }
a { background-color: rgb(150,177,149); }
div.DivClassName
{
background-color: #96B195;
}
.BgClassName
{
background-color: #96B195;
}
</style>
border-color css
<style>
span { border-color: #96B195; }
span { border-color: rgb(150,177,149); }
td.TdClassName
{
border-color: #96B195;
}
.TagClassName
{
border-color: #96B195;
}
</style>