Shades of Mantle #98A993
Tints of Mantle #98A993
RGB
CMYK
RGB Variations
Color information
#98A993 (or 0x98A993) is known color: Mantle. HEX triplet: 98, A9 and 93. RGB value is (152,169,147). Sum of RGB (Red+Green+Blue) = 152+169+147=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #98A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A993 is #67566C. Grayscale: #A1A1A1. Windows color (decimal): -6772333 or 9677208. OLE color: 9677208.
HSL color Cylindrical-coordinate representation of color #98A993: hue angle of 106.36º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98A993 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 147 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.34 |
| HSL | 106.36º | 0.11% | 0.62% | - |
| HSV(B) | 106.36º | 0.13% | 0.66% | - |
| XYZ | 32.4 | 37.16 | 33.07 | - |
| YUV | 161.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 147 | 0.10 | 0 | 0.13 | 0.34 | 106.36 | 0.11 | 0.62 |
| Hex | 98 | A9 | 93 | A | 0 | D | 22 | 6A | B | 3E |
| Octal | 230 | 251 | 223 | 12 | 0 | 15 | 42 | 152 | 13 | 76 |
| Binary | 10011000 | 10101001 | 10010011 | 1010 | 0 | 1101 | 100010 | 1101010 | 1011 | 111110 |
Color Harmonies of #98A993
Complementary color
Monochromatic Colors of #98A993
Black with #98A993
Text Example
Text Example
White with #98A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A993; }
p { color: rgb(152,169,147); }
H1.HeaderClassName
{
color: #98A993;
}
.AnyTagClassName
{
color: #98A993;
}
</style>
background-color css
<style>
a { background-color: #98A993; }
a { background-color: rgb(152,169,147); }
div.DivClassName
{
background-color: #98A993;
}
.BgClassName
{
background-color: #98A993;
}
</style>
border-color css
<style>
span { border-color: #98A993; }
span { border-color: rgb(152,169,147); }
td.TdClassName
{
border-color: #98A993;
}
.TagClassName
{
border-color: #98A993;
}
</style>