Shades of Green Smoke #989951
Tints of Green Smoke #989951
RGB
CMYK
RGB Variations
Color information
#989951 (or 0x989951) is known color: Green Smoke. HEX triplet: 98, 99 and 51. RGB value is (152,153,81). Sum of RGB (Red+Green+Blue) = 152+153+81=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #989951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989951 is #6766AE. Grayscale: #909090. Windows color (decimal): -6776495 or 5347736. OLE color: 5347736.
HSL color Cylindrical-coordinate representation of color #989951: hue angle of 60.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #989951 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 81 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.4 |
| HSL | 60.83º | 0.31% | 0.46% | - |
| HSV(B) | 60.83º | 0.47% | 0.6% | - |
| XYZ | 25.83 | 30.05 | 12.22 | - |
| YUV | 144.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 81 | 0.01 | 0 | 0.47 | 0.4 | 60.83 | 0.31 | 0.46 |
| Hex | 98 | 99 | 51 | 1 | 0 | 2F | 28 | 3D | 1F | 2E |
| Octal | 230 | 231 | 121 | 1 | 0 | 57 | 50 | 75 | 37 | 56 |
| Binary | 10011000 | 10011001 | 1010001 | 1 | 0 | 101111 | 101000 | 111101 | 11111 | 101110 |
Color Harmonies of #989951
Complementary color
Monochromatic Colors of #989951
Black with #989951
Text Example
Text Example
White with #989951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989951; }
p { color: rgb(152,153,81); }
H1.HeaderClassName
{
color: #989951;
}
.AnyTagClassName
{
color: #989951;
}
</style>
background-color css
<style>
a { background-color: #989951; }
a { background-color: rgb(152,153,81); }
div.DivClassName
{
background-color: #989951;
}
.BgClassName
{
background-color: #989951;
}
</style>
border-color css
<style>
span { border-color: #989951; }
span { border-color: rgb(152,153,81); }
td.TdClassName
{
border-color: #989951;
}
.TagClassName
{
border-color: #989951;
}
</style>