Shades of Mantle #98A896
Tints of Mantle #98A896
RGB
CMYK
RGB Variations
Color information
#98A896 (or 0x98A896) is known color: Mantle. HEX triplet: 98, A8 and 96. RGB value is (152,168,150). Sum of RGB (Red+Green+Blue) = 152+168+150=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #98A896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A896 is #675769. Grayscale: #A1A1A1. Windows color (decimal): -6772586 or 9873560. OLE color: 9873560.
HSL color Cylindrical-coordinate representation of color #98A896: hue angle of 113.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98A896 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 168 | 150 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.34 |
| HSL | 113.33º | 0.09% | 0.62% | - |
| HSV(B) | 113.33º | 0.11% | 0.66% | - |
| XYZ | 32.46 | 36.88 | 34.26 | - |
| YUV | 161.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 150 | 0.10 | 0 | 0.11 | 0.34 | 113.33 | 0.09 | 0.62 |
| Hex | 98 | A8 | 96 | A | 0 | B | 22 | 71 | 9 | 3E |
| Octal | 230 | 250 | 226 | 12 | 0 | 13 | 42 | 161 | 11 | 76 |
| Binary | 10011000 | 10101000 | 10010110 | 1010 | 0 | 1011 | 100010 | 1110001 | 1001 | 111110 |
Color Harmonies of #98A896
Complementary color
Monochromatic Colors of #98A896
Black with #98A896
Text Example
Text Example
White with #98A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A896; }
p { color: rgb(152,168,150); }
H1.HeaderClassName
{
color: #98A896;
}
.AnyTagClassName
{
color: #98A896;
}
</style>
background-color css
<style>
a { background-color: #98A896; }
a { background-color: rgb(152,168,150); }
div.DivClassName
{
background-color: #98A896;
}
.BgClassName
{
background-color: #98A896;
}
</style>
border-color css
<style>
span { border-color: #98A896; }
span { border-color: rgb(152,168,150); }
td.TdClassName
{
border-color: #98A896;
}
.TagClassName
{
border-color: #98A896;
}
</style>