Shades of Mantle #98B791
Tints of Mantle #98B791
RGB
CMYK
RGB Variations
Color information
#98B791 (or 0x98B791) is known color: Mantle. HEX triplet: 98, B7 and 91. RGB value is (152,183,145). Sum of RGB (Red+Green+Blue) = 152+183+145=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #98B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B791 is #67486E. Grayscale: #A9A9A9. Windows color (decimal): -6768751 or 9549720. OLE color: 9549720.
HSL color Cylindrical-coordinate representation of color #98B791: hue angle of 108.95º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98B791 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 183 | 145 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.28 |
| HSL | 108.95º | 0.21% | 0.64% | - |
| HSV(B) | 108.95º | 0.21% | 0.72% | - |
| XYZ | 34.99 | 42.59 | 33.16 | - |
| YUV | 169.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 183 | 145 | 0.17 | 0 | 0.21 | 0.28 | 108.95 | 0.21 | 0.64 |
| Hex | 98 | B7 | 91 | 11 | 0 | 15 | 1C | 6D | 15 | 40 |
| Octal | 230 | 267 | 221 | 21 | 0 | 25 | 34 | 155 | 25 | 100 |
| Binary | 10011000 | 10110111 | 10010001 | 10001 | 0 | 10101 | 11100 | 1101101 | 10101 | 1000000 |
Color Harmonies of #98B791
Complementary color
Monochromatic Colors of #98B791
Black with #98B791
Text Example
Text Example
White with #98B791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B791; }
p { color: rgb(152,183,145); }
H1.HeaderClassName
{
color: #98B791;
}
.AnyTagClassName
{
color: #98B791;
}
</style>
background-color css
<style>
a { background-color: #98B791; }
a { background-color: rgb(152,183,145); }
div.DivClassName
{
background-color: #98B791;
}
.BgClassName
{
background-color: #98B791;
}
</style>
border-color css
<style>
span { border-color: #98B791; }
span { border-color: rgb(152,183,145); }
td.TdClassName
{
border-color: #98B791;
}
.TagClassName
{
border-color: #98B791;
}
</style>