Shades of Mantle #98A094
Tints of Mantle #98A094
RGB
CMYK
RGB Variations
Color information
#98A094 (or 0x98A094) is known color: Mantle. HEX triplet: 98, A0 and 94. RGB value is (152,160,148). Sum of RGB (Red+Green+Blue) = 152+160+148=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 160 - color contains mainly: green. Hex color #98A094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A094 is #675F6B. Grayscale: #9C9C9C. Windows color (decimal): -6774636 or 9740440. OLE color: 9740440.
HSL color Cylindrical-coordinate representation of color #98A094: hue angle of 100º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98A094 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 148 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.37 |
| HSL | 100º | 0.06% | 0.6% | - |
| HSV(B) | 100º | 0.07% | 0.63% | - |
| XYZ | 30.87 | 33.96 | 32.94 | - |
| YUV | 156.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 148 | 0.05 | 0 | 0.07 | 0.37 | 100 | 0.06 | 0.6 |
| Hex | 98 | A0 | 94 | 5 | 0 | 7 | 25 | 64 | 6 | 3C |
| Octal | 230 | 240 | 224 | 5 | 0 | 7 | 45 | 144 | 6 | 74 |
| Binary | 10011000 | 10100000 | 10010100 | 101 | 0 | 111 | 100101 | 1100100 | 110 | 111100 |
Color Harmonies of #98A094
Complementary color
Monochromatic Colors of #98A094
Black with #98A094
Text Example
Text Example
White with #98A094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A094; }
p { color: rgb(152,160,148); }
H1.HeaderClassName
{
color: #98A094;
}
.AnyTagClassName
{
color: #98A094;
}
</style>
background-color css
<style>
a { background-color: #98A094; }
a { background-color: rgb(152,160,148); }
div.DivClassName
{
background-color: #98A094;
}
.BgClassName
{
background-color: #98A094;
}
</style>
border-color css
<style>
span { border-color: #98A094; }
span { border-color: rgb(152,160,148); }
td.TdClassName
{
border-color: #98A094;
}
.TagClassName
{
border-color: #98A094;
}
</style>