Shades of Green Smoke #9E9E54
Tints of Green Smoke #9E9E54
RGB
CMYK
RGB Variations
Color information
#9E9E54 (or 0x9E9E54) is known color: Green Smoke. HEX triplet: 9E, 9E and 54. RGB value is (158,158,84). Sum of RGB (Red+Green+Blue) = 158+158+84=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 158 - color contains mainly: red, green. Hex color #9E9E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9E54 is #6161AB. Grayscale: #959595. Windows color (decimal): -6381996 or 5545630. OLE color: 5545630.
HSL color Cylindrical-coordinate representation of color #9E9E54: hue angle of 60º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E9E54 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 158 | 84 | - |
| CMYK | 0 | 0 | 0.47 | 0.38 |
| HSL | 60º | 0.31% | 0.47% | - |
| HSV(B) | 60º | 0.47% | 0.62% | - |
| XYZ | 27.93 | 32.36 | 13.16 | - |
| YUV | 149.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 158 | 84 | 0 | 0 | 0.47 | 0.38 | 60 | 0.31 | 0.47 |
| Hex | 9E | 9E | 54 | 0 | 0 | 2F | 26 | 3C | 1F | 2F |
| Octal | 236 | 236 | 124 | 0 | 0 | 57 | 46 | 74 | 37 | 57 |
| Binary | 10011110 | 10011110 | 1010100 | 0 | 0 | 101111 | 100110 | 111100 | 11111 | 101111 |
Color Harmonies of #9E9E54
Complementary color
Monochromatic Colors of #9E9E54
Black with #9E9E54
Text Example
Text Example
White with #9E9E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9E54; }
p { color: rgb(158,158,84); }
H1.HeaderClassName
{
color: #9E9E54;
}
.AnyTagClassName
{
color: #9E9E54;
}
</style>
background-color css
<style>
a { background-color: #9E9E54; }
a { background-color: rgb(158,158,84); }
div.DivClassName
{
background-color: #9E9E54;
}
.BgClassName
{
background-color: #9E9E54;
}
</style>
border-color css
<style>
span { border-color: #9E9E54; }
span { border-color: rgb(158,158,84); }
td.TdClassName
{
border-color: #9E9E54;
}
.TagClassName
{
border-color: #9E9E54;
}
</style>