Shades of Green Smoke #989E52
Tints of Green Smoke #989E52
RGB
CMYK
RGB Variations
Color information
#989E52 (or 0x989E52) is known color: Green Smoke. HEX triplet: 98, 9E and 52. RGB value is (152,158,82). Sum of RGB (Red+Green+Blue) = 152+158+82=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #989E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989E52 is #6761AD. Grayscale: #939393. Windows color (decimal): -6775214 or 5414552. OLE color: 5414552.
HSL color Cylindrical-coordinate representation of color #989E52: hue angle of 64.74º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #989E52 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 158 | 82 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.38 |
| HSL | 64.74º | 0.32% | 0.47% | - |
| HSV(B) | 64.74º | 0.48% | 0.62% | - |
| XYZ | 26.7 | 31.74 | 12.7 | - |
| YUV | 147.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 82 | 0.04 | 0 | 0.48 | 0.38 | 64.74 | 0.32 | 0.47 |
| Hex | 98 | 9E | 52 | 4 | 0 | 30 | 26 | 41 | 20 | 2F |
| Octal | 230 | 236 | 122 | 4 | 0 | 60 | 46 | 101 | 40 | 57 |
| Binary | 10011000 | 10011110 | 1010010 | 100 | 0 | 110000 | 100110 | 1000001 | 100000 | 101111 |
Color Harmonies of #989E52
Complementary color
Monochromatic Colors of #989E52
Black with #989E52
Text Example
Text Example
White with #989E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989E52; }
p { color: rgb(152,158,82); }
H1.HeaderClassName
{
color: #989E52;
}
.AnyTagClassName
{
color: #989E52;
}
</style>
background-color css
<style>
a { background-color: #989E52; }
a { background-color: rgb(152,158,82); }
div.DivClassName
{
background-color: #989E52;
}
.BgClassName
{
background-color: #989E52;
}
</style>
border-color css
<style>
span { border-color: #989E52; }
span { border-color: rgb(152,158,82); }
td.TdClassName
{
border-color: #989E52;
}
.TagClassName
{
border-color: #989E52;
}
</style>