Shades of Mantle #98AD98
Tints of Mantle #98AD98
RGB
CMYK
RGB Variations
Color information
#98AD98 (or 0x98AD98) is known color: Mantle. HEX triplet: 98, AD and 98. RGB value is (152,173,152). Sum of RGB (Red+Green+Blue) = 152+173+152=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD98 is #675267. Grayscale: #A4A4A4. Windows color (decimal): -6771304 or 10005912. OLE color: 10005912.
HSL color Cylindrical-coordinate representation of color #98AD98: hue angle of 120º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98AD98 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 152 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.32 |
| HSL | 120º | 0.11% | 0.64% | - |
| HSV(B) | 120º | 0.12% | 0.68% | - |
| XYZ | 33.56 | 38.83 | 35.43 | - |
| YUV | 164.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 152 | 0.12 | 0 | 0.12 | 0.32 | 120 | 0.11 | 0.64 |
| Hex | 98 | AD | 98 | C | 0 | C | 20 | 78 | B | 40 |
| Octal | 230 | 255 | 230 | 14 | 0 | 14 | 40 | 170 | 13 | 100 |
| Binary | 10011000 | 10101101 | 10011000 | 1100 | 0 | 1100 | 100000 | 1111000 | 1011 | 1000000 |
Color Harmonies of #98AD98
Complementary color
Monochromatic Colors of #98AD98
Black with #98AD98
Text Example
Text Example
White with #98AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD98; }
p { color: rgb(152,173,152); }
H1.HeaderClassName
{
color: #98AD98;
}
.AnyTagClassName
{
color: #98AD98;
}
</style>
background-color css
<style>
a { background-color: #98AD98; }
a { background-color: rgb(152,173,152); }
div.DivClassName
{
background-color: #98AD98;
}
.BgClassName
{
background-color: #98AD98;
}
</style>
border-color css
<style>
span { border-color: #98AD98; }
span { border-color: rgb(152,173,152); }
td.TdClassName
{
border-color: #98AD98;
}
.TagClassName
{
border-color: #98AD98;
}
</style>