Shades of Mantle #96B190
Tints of Mantle #96B190
RGB
CMYK
RGB Variations
Color information
#96B190 (or 0x96B190) is known color: Mantle. HEX triplet: 96, B1 and 90. RGB value is (150,177,144). Sum of RGB (Red+Green+Blue) = 150+177+144=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 177 - color contains mainly: green. Hex color #96B190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B190 is #694E6F. Grayscale: #A5A5A5. Windows color (decimal): -6901360 or 9482646. OLE color: 9482646.
HSL color Cylindrical-coordinate representation of color #96B190: hue angle of 109.09º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B190 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 144 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.31 |
| HSL | 109.09º | 0.17% | 0.63% | - |
| HSV(B) | 109.09º | 0.19% | 0.69% | - |
| XYZ | 33.33 | 39.94 | 32.34 | - |
| YUV | 165.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 144 | 0.15 | 0 | 0.19 | 0.31 | 109.09 | 0.17 | 0.63 |
| Hex | 96 | B1 | 90 | F | 0 | 13 | 1F | 6D | 11 | 3F |
| Octal | 226 | 261 | 220 | 17 | 0 | 23 | 37 | 155 | 21 | 77 |
| Binary | 10010110 | 10110001 | 10010000 | 1111 | 0 | 10011 | 11111 | 1101101 | 10001 | 111111 |
Color Harmonies of #96B190
Complementary color
Monochromatic Colors of #96B190
Black with #96B190
Text Example
Text Example
White with #96B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B190; }
p { color: rgb(150,177,144); }
H1.HeaderClassName
{
color: #96B190;
}
.AnyTagClassName
{
color: #96B190;
}
</style>
background-color css
<style>
a { background-color: #96B190; }
a { background-color: rgb(150,177,144); }
div.DivClassName
{
background-color: #96B190;
}
.BgClassName
{
background-color: #96B190;
}
</style>
border-color css
<style>
span { border-color: #96B190; }
span { border-color: rgb(150,177,144); }
td.TdClassName
{
border-color: #96B190;
}
.TagClassName
{
border-color: #96B190;
}
</style>