Shades of Mantle #98A096
Tints of Mantle #98A096
RGB
CMYK
RGB Variations
Color information
#98A096 (or 0x98A096) is known color: Mantle. HEX triplet: 98, A0 and 96. RGB value is (152,160,150). Sum of RGB (Red+Green+Blue) = 152+160+150=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 160 - color contains mainly: green. Hex color #98A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A096 is #675F69. Grayscale: #9C9C9C. Windows color (decimal): -6774634 or 9871512. OLE color: 9871512.
HSL color Cylindrical-coordinate representation of color #98A096: hue angle of 108º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98A096 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 150 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.37 |
| HSL | 108º | 0.05% | 0.61% | - |
| HSV(B) | 108º | 0.06% | 0.63% | - |
| XYZ | 31.02 | 34.02 | 33.79 | - |
| YUV | 156.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 150 | 0.05 | 0 | 0.06 | 0.37 | 108 | 0.05 | 0.61 |
| Hex | 98 | A0 | 96 | 5 | 0 | 6 | 25 | 6C | 5 | 3D |
| Octal | 230 | 240 | 226 | 5 | 0 | 6 | 45 | 154 | 5 | 75 |
| Binary | 10011000 | 10100000 | 10010110 | 101 | 0 | 110 | 100101 | 1101100 | 101 | 111101 |
Color Harmonies of #98A096
Complementary color
Monochromatic Colors of #98A096
Black with #98A096
Text Example
Text Example
White with #98A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A096; }
p { color: rgb(152,160,150); }
H1.HeaderClassName
{
color: #98A096;
}
.AnyTagClassName
{
color: #98A096;
}
</style>
background-color css
<style>
a { background-color: #98A096; }
a { background-color: rgb(152,160,150); }
div.DivClassName
{
background-color: #98A096;
}
.BgClassName
{
background-color: #98A096;
}
</style>
border-color css
<style>
span { border-color: #98A096; }
span { border-color: rgb(152,160,150); }
td.TdClassName
{
border-color: #98A096;
}
.TagClassName
{
border-color: #98A096;
}
</style>