Shades of Mantle #98A694
Tints of Mantle #98A694
RGB
CMYK
RGB Variations
Color information
#98A694 (or 0x98A694) is known color: Mantle. HEX triplet: 98, A6 and 94. RGB value is (152,166,148). Sum of RGB (Red+Green+Blue) = 152+166+148=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 166 - color contains mainly: green. Hex color #98A694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A694 is #67596B. Grayscale: #9F9F9F. Windows color (decimal): -6773100 or 9741976. OLE color: 9741976.
HSL color Cylindrical-coordinate representation of color #98A694: hue angle of 106.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98A694 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 166 | 148 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.35 |
| HSL | 106.67º | 0.09% | 0.62% | - |
| HSV(B) | 106.67º | 0.11% | 0.65% | - |
| XYZ | 31.93 | 36.09 | 33.3 | - |
| YUV | 159.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 148 | 0.08 | 0 | 0.11 | 0.35 | 106.67 | 0.09 | 0.62 |
| Hex | 98 | A6 | 94 | 8 | 0 | B | 23 | 6B | 9 | 3E |
| Octal | 230 | 246 | 224 | 10 | 0 | 13 | 43 | 153 | 11 | 76 |
| Binary | 10011000 | 10100110 | 10010100 | 1000 | 0 | 1011 | 100011 | 1101011 | 1001 | 111110 |
Color Harmonies of #98A694
Complementary color
Monochromatic Colors of #98A694
Black with #98A694
Text Example
Text Example
White with #98A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A694; }
p { color: rgb(152,166,148); }
H1.HeaderClassName
{
color: #98A694;
}
.AnyTagClassName
{
color: #98A694;
}
</style>
background-color css
<style>
a { background-color: #98A694; }
a { background-color: rgb(152,166,148); }
div.DivClassName
{
background-color: #98A694;
}
.BgClassName
{
background-color: #98A694;
}
</style>
border-color css
<style>
span { border-color: #98A694; }
span { border-color: rgb(152,166,148); }
td.TdClassName
{
border-color: #98A694;
}
.TagClassName
{
border-color: #98A694;
}
</style>