Shades of Green Smoke #989E4E
Tints of Green Smoke #989E4E
RGB
CMYK
RGB Variations
Color information
#989E4E (or 0x989E4E) is known color: Green Smoke. HEX triplet: 98, 9E and 4E. RGB value is (152,158,78). Sum of RGB (Red+Green+Blue) = 152+158+78=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #989E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989E4E is #6761B1. Grayscale: #939393. Windows color (decimal): -6775218 or 5152408. OLE color: 5152408.
HSL color Cylindrical-coordinate representation of color #989E4E: hue angle of 64.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #989E4E is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 158 | 78 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.38 |
| HSL | 64.5º | 0.34% | 0.46% | - |
| HSV(B) | 64.5º | 0.51% | 0.62% | - |
| XYZ | 26.55 | 31.68 | 11.92 | - |
| YUV | 147.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 78 | 0.04 | 0 | 0.51 | 0.38 | 64.5 | 0.34 | 0.46 |
| Hex | 98 | 9E | 4E | 4 | 0 | 33 | 26 | 40 | 22 | 2E |
| Octal | 230 | 236 | 116 | 4 | 0 | 63 | 46 | 100 | 42 | 56 |
| Binary | 10011000 | 10011110 | 1001110 | 100 | 0 | 110011 | 100110 | 1000000 | 100010 | 101110 |
Color Harmonies of #989E4E
Complementary color
Monochromatic Colors of #989E4E
Black with #989E4E
Text Example
Text Example
White with #989E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989E4E; }
p { color: rgb(152,158,78); }
H1.HeaderClassName
{
color: #989E4E;
}
.AnyTagClassName
{
color: #989E4E;
}
</style>
background-color css
<style>
a { background-color: #989E4E; }
a { background-color: rgb(152,158,78); }
div.DivClassName
{
background-color: #989E4E;
}
.BgClassName
{
background-color: #989E4E;
}
</style>
border-color css
<style>
span { border-color: #989E4E; }
span { border-color: rgb(152,158,78); }
td.TdClassName
{
border-color: #989E4E;
}
.TagClassName
{
border-color: #989E4E;
}
</style>