Shades of Mantle #98B194
Tints of Mantle #98B194
RGB
CMYK
RGB Variations
Color information
#98B194 (or 0x98B194) is known color: Mantle. HEX triplet: 98, B1 and 94. RGB value is (152,177,148). Sum of RGB (Red+Green+Blue) = 152+177+148=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #98B194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B194 is #674E6B. Grayscale: #A6A6A6. Windows color (decimal): -6770284 or 9744792. OLE color: 9744792.
HSL color Cylindrical-coordinate representation of color #98B194: hue angle of 111.72º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98B194 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 177 | 148 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.31 |
| HSL | 111.72º | 0.16% | 0.64% | - |
| HSV(B) | 111.72º | 0.16% | 0.69% | - |
| XYZ | 34.02 | 40.26 | 33.99 | - |
| YUV | 166.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 148 | 0.14 | 0 | 0.16 | 0.31 | 111.72 | 0.16 | 0.64 |
| Hex | 98 | B1 | 94 | E | 0 | 10 | 1F | 70 | 10 | 40 |
| Octal | 230 | 261 | 224 | 16 | 0 | 20 | 37 | 160 | 20 | 100 |
| Binary | 10011000 | 10110001 | 10010100 | 1110 | 0 | 10000 | 11111 | 1110000 | 10000 | 1000000 |
Color Harmonies of #98B194
Complementary color
Monochromatic Colors of #98B194
Black with #98B194
Text Example
Text Example
White with #98B194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B194; }
p { color: rgb(152,177,148); }
H1.HeaderClassName
{
color: #98B194;
}
.AnyTagClassName
{
color: #98B194;
}
</style>
background-color css
<style>
a { background-color: #98B194; }
a { background-color: rgb(152,177,148); }
div.DivClassName
{
background-color: #98B194;
}
.BgClassName
{
background-color: #98B194;
}
</style>
border-color css
<style>
span { border-color: #98B194; }
span { border-color: rgb(152,177,148); }
td.TdClassName
{
border-color: #98B194;
}
.TagClassName
{
border-color: #98B194;
}
</style>