Shades of Green Smoke #989D4E
Tints of Green Smoke #989D4E
RGB
CMYK
RGB Variations
Color information
#989D4E (or 0x989D4E) is known color: Green Smoke. HEX triplet: 98, 9D and 4E. RGB value is (152,157,78). Sum of RGB (Red+Green+Blue) = 152+157+78=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #989D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989D4E is #6762B1. Grayscale: #929292. Windows color (decimal): -6775474 or 5152152. OLE color: 5152152.
HSL color Cylindrical-coordinate representation of color #989D4E: hue angle of 63.8º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #989D4E is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 157 | 78 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.38 |
| HSL | 63.8º | 0.34% | 0.46% | - |
| HSV(B) | 63.8º | 0.5% | 0.62% | - |
| XYZ | 26.38 | 31.34 | 11.87 | - |
| YUV | 146.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 78 | 0.03 | 0 | 0.50 | 0.38 | 63.8 | 0.34 | 0.46 |
| Hex | 98 | 9D | 4E | 3 | 0 | 32 | 26 | 40 | 22 | 2E |
| Octal | 230 | 235 | 116 | 3 | 0 | 62 | 46 | 100 | 42 | 56 |
| Binary | 10011000 | 10011101 | 1001110 | 11 | 0 | 110010 | 100110 | 1000000 | 100010 | 101110 |
Color Harmonies of #989D4E
Complementary color
Monochromatic Colors of #989D4E
Black with #989D4E
Text Example
Text Example
White with #989D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989D4E; }
p { color: rgb(152,157,78); }
H1.HeaderClassName
{
color: #989D4E;
}
.AnyTagClassName
{
color: #989D4E;
}
</style>
background-color css
<style>
a { background-color: #989D4E; }
a { background-color: rgb(152,157,78); }
div.DivClassName
{
background-color: #989D4E;
}
.BgClassName
{
background-color: #989D4E;
}
</style>
border-color css
<style>
span { border-color: #989D4E; }
span { border-color: rgb(152,157,78); }
td.TdClassName
{
border-color: #989D4E;
}
.TagClassName
{
border-color: #989D4E;
}
</style>