Shades of Mantle #98A594
Tints of Mantle #98A594
RGB
CMYK
RGB Variations
Color information
#98A594 (or 0x98A594) is known color: Mantle. HEX triplet: 98, A5 and 94. RGB value is (152,165,148). Sum of RGB (Red+Green+Blue) = 152+165+148=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #98A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A594 is #675A6B. Grayscale: #9F9F9F. Windows color (decimal): -6773356 or 9741720. OLE color: 9741720.
HSL color Cylindrical-coordinate representation of color #98A594: hue angle of 105.88º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #98A594 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 165 | 148 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.35 |
| HSL | 105.88º | 0.09% | 0.61% | - |
| HSV(B) | 105.88º | 0.1% | 0.65% | - |
| XYZ | 31.75 | 35.72 | 33.24 | - |
| YUV | 159.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 165 | 148 | 0.08 | 0 | 0.10 | 0.35 | 105.88 | 0.09 | 0.61 |
| Hex | 98 | A5 | 94 | 8 | 0 | A | 23 | 6A | 9 | 3D |
| Octal | 230 | 245 | 224 | 10 | 0 | 12 | 43 | 152 | 11 | 75 |
| Binary | 10011000 | 10100101 | 10010100 | 1000 | 0 | 1010 | 100011 | 1101010 | 1001 | 111101 |
Color Harmonies of #98A594
Complementary color
Monochromatic Colors of #98A594
Black with #98A594
Text Example
Text Example
White with #98A594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A594; }
p { color: rgb(152,165,148); }
H1.HeaderClassName
{
color: #98A594;
}
.AnyTagClassName
{
color: #98A594;
}
</style>
background-color css
<style>
a { background-color: #98A594; }
a { background-color: rgb(152,165,148); }
div.DivClassName
{
background-color: #98A594;
}
.BgClassName
{
background-color: #98A594;
}
</style>
border-color css
<style>
span { border-color: #98A594; }
span { border-color: rgb(152,165,148); }
td.TdClassName
{
border-color: #98A594;
}
.TagClassName
{
border-color: #98A594;
}
</style>