Shades of Mantle #98B694
Tints of Mantle #98B694
RGB
CMYK
RGB Variations
Color information
#98B694 (or 0x98B694) is known color: Mantle. HEX triplet: 98, B6 and 94. RGB value is (152,182,148). Sum of RGB (Red+Green+Blue) = 152+182+148=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #98B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B694 is #67496B. Grayscale: #A9A9A9. Windows color (decimal): -6769004 or 9746072. OLE color: 9746072.
HSL color Cylindrical-coordinate representation of color #98B694: hue angle of 112.94º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98B694 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 182 | 148 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.29 |
| HSL | 112.94º | 0.19% | 0.65% | - |
| HSV(B) | 112.94º | 0.19% | 0.71% | - |
| XYZ | 35.02 | 42.27 | 34.33 | - |
| YUV | 169.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 148 | 0.16 | 0 | 0.19 | 0.29 | 112.94 | 0.19 | 0.65 |
| Hex | 98 | B6 | 94 | 10 | 0 | 13 | 1D | 71 | 13 | 41 |
| Octal | 230 | 266 | 224 | 20 | 0 | 23 | 35 | 161 | 23 | 101 |
| Binary | 10011000 | 10110110 | 10010100 | 10000 | 0 | 10011 | 11101 | 1110001 | 10011 | 1000001 |
Color Harmonies of #98B694
Complementary color
Monochromatic Colors of #98B694
Black with #98B694
Text Example
Text Example
White with #98B694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B694; }
p { color: rgb(152,182,148); }
H1.HeaderClassName
{
color: #98B694;
}
.AnyTagClassName
{
color: #98B694;
}
</style>
background-color css
<style>
a { background-color: #98B694; }
a { background-color: rgb(152,182,148); }
div.DivClassName
{
background-color: #98B694;
}
.BgClassName
{
background-color: #98B694;
}
</style>
border-color css
<style>
span { border-color: #98B694; }
span { border-color: rgb(152,182,148); }
td.TdClassName
{
border-color: #98B694;
}
.TagClassName
{
border-color: #98B694;
}
</style>