Shades of Mantle #96B193
Tints of Mantle #96B193
RGB
CMYK
RGB Variations
Color information
#96B193 (or 0x96B193) is known color: Mantle. HEX triplet: 96, B1 and 93. RGB value is (150,177,147). Sum of RGB (Red+Green+Blue) = 150+177+147=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #96B193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B193 is #694E6C. Grayscale: #A5A5A5. Windows color (decimal): -6901357 or 9679254. OLE color: 9679254.
HSL color Cylindrical-coordinate representation of color #96B193: hue angle of 114º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B193 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 147 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.31 |
| HSL | 114º | 0.16% | 0.64% | - |
| HSV(B) | 114º | 0.17% | 0.69% | - |
| XYZ | 33.57 | 40.03 | 33.56 | - |
| YUV | 165.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 147 | 0.15 | 0 | 0.17 | 0.31 | 114 | 0.16 | 0.64 |
| Hex | 96 | B1 | 93 | F | 0 | 11 | 1F | 72 | 10 | 40 |
| Octal | 226 | 261 | 223 | 17 | 0 | 21 | 37 | 162 | 20 | 100 |
| Binary | 10010110 | 10110001 | 10010011 | 1111 | 0 | 10001 | 11111 | 1110010 | 10000 | 1000000 |
Color Harmonies of #96B193
Complementary color
Monochromatic Colors of #96B193
Black with #96B193
Text Example
Text Example
White with #96B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B193; }
p { color: rgb(150,177,147); }
H1.HeaderClassName
{
color: #96B193;
}
.AnyTagClassName
{
color: #96B193;
}
</style>
background-color css
<style>
a { background-color: #96B193; }
a { background-color: rgb(150,177,147); }
div.DivClassName
{
background-color: #96B193;
}
.BgClassName
{
background-color: #96B193;
}
</style>
border-color css
<style>
span { border-color: #96B193; }
span { border-color: rgb(150,177,147); }
td.TdClassName
{
border-color: #96B193;
}
.TagClassName
{
border-color: #96B193;
}
</style>