Shades of Mantle #98A894
Tints of Mantle #98A894
RGB
CMYK
RGB Variations
Color information
#98A894 (or 0x98A894) is known color: Mantle. HEX triplet: 98, A8 and 94. RGB value is (152,168,148). Sum of RGB (Red+Green+Blue) = 152+168+148=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 168 - color contains mainly: green. Hex color #98A894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A894 is #67576B. Grayscale: #A1A1A1. Windows color (decimal): -6772588 or 9742488. OLE color: 9742488.
HSL color Cylindrical-coordinate representation of color #98A894: hue angle of 108º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98A894 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 168 | 148 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.34 |
| HSL | 108º | 0.1% | 0.62% | - |
| HSV(B) | 108º | 0.12% | 0.66% | - |
| XYZ | 32.3 | 36.82 | 33.42 | - |
| YUV | 160.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 148 | 0.10 | 0 | 0.12 | 0.34 | 108 | 0.1 | 0.62 |
| Hex | 98 | A8 | 94 | A | 0 | C | 22 | 6C | A | 3E |
| Octal | 230 | 250 | 224 | 12 | 0 | 14 | 42 | 154 | 12 | 76 |
| Binary | 10011000 | 10101000 | 10010100 | 1010 | 0 | 1100 | 100010 | 1101100 | 1010 | 111110 |
Color Harmonies of #98A894
Complementary color
Monochromatic Colors of #98A894
Black with #98A894
Text Example
Text Example
White with #98A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A894; }
p { color: rgb(152,168,148); }
H1.HeaderClassName
{
color: #98A894;
}
.AnyTagClassName
{
color: #98A894;
}
</style>
background-color css
<style>
a { background-color: #98A894; }
a { background-color: rgb(152,168,148); }
div.DivClassName
{
background-color: #98A894;
}
.BgClassName
{
background-color: #98A894;
}
</style>
border-color css
<style>
span { border-color: #98A894; }
span { border-color: rgb(152,168,148); }
td.TdClassName
{
border-color: #98A894;
}
.TagClassName
{
border-color: #98A894;
}
</style>