Shades of Mantle #98A395
Tints of Mantle #98A395
RGB
CMYK
RGB Variations
Color information
#98A395 (or 0x98A395) is known color: Mantle. HEX triplet: 98, A3 and 95. RGB value is (152,163,149). Sum of RGB (Red+Green+Blue) = 152+163+149=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 163 - color contains mainly: green. Hex color #98A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A395 is #675C6A. Grayscale: #9E9E9E. Windows color (decimal): -6773867 or 9806744. OLE color: 9806744.
HSL color Cylindrical-coordinate representation of color #98A395: hue angle of 107.14º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #98A395 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 149 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.36 |
| HSL | 107.14º | 0.07% | 0.61% | - |
| HSV(B) | 107.14º | 0.09% | 0.64% | - |
| XYZ | 31.47 | 35.04 | 33.54 | - |
| YUV | 158.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 149 | 0.07 | 0 | 0.09 | 0.36 | 107.14 | 0.07 | 0.61 |
| Hex | 98 | A3 | 95 | 7 | 0 | 9 | 24 | 6B | 7 | 3D |
| Octal | 230 | 243 | 225 | 7 | 0 | 11 | 44 | 153 | 7 | 75 |
| Binary | 10011000 | 10100011 | 10010101 | 111 | 0 | 1001 | 100100 | 1101011 | 111 | 111101 |
Color Harmonies of #98A395
Complementary color
Monochromatic Colors of #98A395
Black with #98A395
Text Example
Text Example
White with #98A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A395; }
p { color: rgb(152,163,149); }
H1.HeaderClassName
{
color: #98A395;
}
.AnyTagClassName
{
color: #98A395;
}
</style>
background-color css
<style>
a { background-color: #98A395; }
a { background-color: rgb(152,163,149); }
div.DivClassName
{
background-color: #98A395;
}
.BgClassName
{
background-color: #98A395;
}
</style>
border-color css
<style>
span { border-color: #98A395; }
span { border-color: rgb(152,163,149); }
td.TdClassName
{
border-color: #98A395;
}
.TagClassName
{
border-color: #98A395;
}
</style>