Shades of Green Smoke #98A059
Tints of Green Smoke #98A059
RGB
CMYK
RGB Variations
Color information
#98A059 (or 0x98A059) is known color: Green Smoke. HEX triplet: 98, A0 and 59. RGB value is (152,160,89). Sum of RGB (Red+Green+Blue) = 152+160+89=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #98A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A059 is #675FA6. Grayscale: #959595. Windows color (decimal): -6774695 or 5873816. OLE color: 5873816.
HSL color Cylindrical-coordinate representation of color #98A059: hue angle of 66.76º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98A059 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 89 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.37 |
| HSL | 66.76º | 0.29% | 0.49% | - |
| HSV(B) | 66.76º | 0.44% | 0.63% | - |
| XYZ | 27.32 | 32.54 | 14.29 | - |
| YUV | 149.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 89 | 0.05 | 0 | 0.44 | 0.37 | 66.76 | 0.29 | 0.49 |
| Hex | 98 | A0 | 59 | 5 | 0 | 2C | 25 | 43 | 1D | 31 |
| Octal | 230 | 240 | 131 | 5 | 0 | 54 | 45 | 103 | 35 | 61 |
| Binary | 10011000 | 10100000 | 1011001 | 101 | 0 | 101100 | 100101 | 1000011 | 11101 | 110001 |
Color Harmonies of #98A059
Complementary color
Monochromatic Colors of #98A059
Black with #98A059
Text Example
Text Example
White with #98A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A059; }
p { color: rgb(152,160,89); }
H1.HeaderClassName
{
color: #98A059;
}
.AnyTagClassName
{
color: #98A059;
}
</style>
background-color css
<style>
a { background-color: #98A059; }
a { background-color: rgb(152,160,89); }
div.DivClassName
{
background-color: #98A059;
}
.BgClassName
{
background-color: #98A059;
}
</style>
border-color css
<style>
span { border-color: #98A059; }
span { border-color: rgb(152,160,89); }
td.TdClassName
{
border-color: #98A059;
}
.TagClassName
{
border-color: #98A059;
}
</style>