Shades of Mantle #98B28E
Tints of Mantle #98B28E
RGB
CMYK
RGB Variations
Color information
#98B28E (or 0x98B28E) is known color: Mantle. HEX triplet: 98, B2 and 8E. RGB value is (152,178,142). Sum of RGB (Red+Green+Blue) = 152+178+142=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 178 - color contains mainly: green. Hex color #98B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B28E is #674D71. Grayscale: #A6A6A6. Windows color (decimal): -6770034 or 9351832. OLE color: 9351832.
HSL color Cylindrical-coordinate representation of color #98B28E: hue angle of 103.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98B28E is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 178 | 142 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.30 |
| HSL | 103.33º | 0.19% | 0.63% | - |
| HSV(B) | 103.33º | 0.2% | 0.7% | - |
| XYZ | 33.75 | 40.47 | 31.62 | - |
| YUV | 166.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 142 | 0.15 | 0 | 0.20 | 0.30 | 103.33 | 0.19 | 0.63 |
| Hex | 98 | B2 | 8E | F | 0 | 14 | 1E | 67 | 13 | 3F |
| Octal | 230 | 262 | 216 | 17 | 0 | 24 | 36 | 147 | 23 | 77 |
| Binary | 10011000 | 10110010 | 10001110 | 1111 | 0 | 10100 | 11110 | 1100111 | 10011 | 111111 |
Color Harmonies of #98B28E
Complementary color
Monochromatic Colors of #98B28E
Black with #98B28E
Text Example
Text Example
White with #98B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B28E; }
p { color: rgb(152,178,142); }
H1.HeaderClassName
{
color: #98B28E;
}
.AnyTagClassName
{
color: #98B28E;
}
</style>
background-color css
<style>
a { background-color: #98B28E; }
a { background-color: rgb(152,178,142); }
div.DivClassName
{
background-color: #98B28E;
}
.BgClassName
{
background-color: #98B28E;
}
</style>
border-color css
<style>
span { border-color: #98B28E; }
span { border-color: rgb(152,178,142); }
td.TdClassName
{
border-color: #98B28E;
}
.TagClassName
{
border-color: #98B28E;
}
</style>