Shades of Mantle #98A097
Tints of Mantle #98A097
RGB
CMYK
RGB Variations
Color information
#98A097 (or 0x98A097) is known color: Mantle. HEX triplet: 98, A0 and 97. RGB value is (152,160,151). Sum of RGB (Red+Green+Blue) = 152+160+151=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 160 - color contains mainly: green. Hex color #98A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A097 is #675F68. Grayscale: #9C9C9C. Windows color (decimal): -6774633 or 9937048. OLE color: 9937048.
HSL color Cylindrical-coordinate representation of color #98A097: hue angle of 113.33º 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 #98A097 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 151 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.37 |
| HSL | 113.33º | 0.05% | 0.61% | - |
| HSV(B) | 113.33º | 0.06% | 0.63% | - |
| XYZ | 31.11 | 34.05 | 34.21 | - |
| YUV | 156.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 151 | 0.05 | 0 | 0.06 | 0.37 | 113.33 | 0.05 | 0.61 |
| Hex | 98 | A0 | 97 | 5 | 0 | 6 | 25 | 71 | 5 | 3D |
| Octal | 230 | 240 | 227 | 5 | 0 | 6 | 45 | 161 | 5 | 75 |
| Binary | 10011000 | 10100000 | 10010111 | 101 | 0 | 110 | 100101 | 1110001 | 101 | 111101 |
Color Harmonies of #98A097
Complementary color
Monochromatic Colors of #98A097
Black with #98A097
Text Example
Text Example
White with #98A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A097; }
p { color: rgb(152,160,151); }
H1.HeaderClassName
{
color: #98A097;
}
.AnyTagClassName
{
color: #98A097;
}
</style>
background-color css
<style>
a { background-color: #98A097; }
a { background-color: rgb(152,160,151); }
div.DivClassName
{
background-color: #98A097;
}
.BgClassName
{
background-color: #98A097;
}
</style>
border-color css
<style>
span { border-color: #98A097; }
span { border-color: rgb(152,160,151); }
td.TdClassName
{
border-color: #98A097;
}
.TagClassName
{
border-color: #98A097;
}
</style>