Shades of Mantle #98A295
Tints of Mantle #98A295
RGB
CMYK
RGB Variations
Color information
#98A295 (or 0x98A295) is known color: Mantle. HEX triplet: 98, A2 and 95. RGB value is (152,162,149). Sum of RGB (Red+Green+Blue) = 152+162+149=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 162 - color contains mainly: green. Hex color #98A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A295 is #675D6A. Grayscale: #9D9D9D. Windows color (decimal): -6774123 or 9806488. OLE color: 9806488.
HSL color Cylindrical-coordinate representation of color #98A295: hue angle of 106.15º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A295 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 149 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.36 |
| HSL | 106.15º | 0.07% | 0.61% | - |
| HSV(B) | 106.15º | 0.08% | 0.64% | - |
| XYZ | 31.29 | 34.69 | 33.48 | - |
| YUV | 157.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 149 | 0.06 | 0 | 0.08 | 0.36 | 106.15 | 0.07 | 0.61 |
| Hex | 98 | A2 | 95 | 6 | 0 | 8 | 24 | 6A | 7 | 3D |
| Octal | 230 | 242 | 225 | 6 | 0 | 10 | 44 | 152 | 7 | 75 |
| Binary | 10011000 | 10100010 | 10010101 | 110 | 0 | 1000 | 100100 | 1101010 | 111 | 111101 |
Color Harmonies of #98A295
Complementary color
Monochromatic Colors of #98A295
Black with #98A295
Text Example
Text Example
White with #98A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A295; }
p { color: rgb(152,162,149); }
H1.HeaderClassName
{
color: #98A295;
}
.AnyTagClassName
{
color: #98A295;
}
</style>
background-color css
<style>
a { background-color: #98A295; }
a { background-color: rgb(152,162,149); }
div.DivClassName
{
background-color: #98A295;
}
.BgClassName
{
background-color: #98A295;
}
</style>
border-color css
<style>
span { border-color: #98A295; }
span { border-color: rgb(152,162,149); }
td.TdClassName
{
border-color: #98A295;
}
.TagClassName
{
border-color: #98A295;
}
</style>