Shades of Green Smoke #9CB55E
Tints of Green Smoke #9CB55E
RGB
CMYK
RGB Variations
Color information
#9CB55E (or 0x9CB55E) is known color: Green Smoke. HEX triplet: 9C, B5 and 5E. RGB value is (156,181,94). Sum of RGB (Red+Green+Blue) = 156+181+94=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB55E is #634AA1. Grayscale: #A3A3A3. Windows color (decimal): -6507170 or 6206876. OLE color: 6206876.
HSL color Cylindrical-coordinate representation of color #9CB55E: hue angle of 77.24º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CB55E is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 94 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.29 |
| HSL | 77.24º | 0.37% | 0.54% | - |
| HSV(B) | 77.24º | 0.48% | 0.71% | - |
| XYZ | 32.25 | 40.92 | 16.79 | - |
| YUV | 163.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 94 | 0.14 | 0 | 0.48 | 0.29 | 77.24 | 0.37 | 0.54 |
| Hex | 9C | B5 | 5E | E | 0 | 30 | 1D | 4D | 25 | 36 |
| Octal | 234 | 265 | 136 | 16 | 0 | 60 | 35 | 115 | 45 | 66 |
| Binary | 10011100 | 10110101 | 1011110 | 1110 | 0 | 110000 | 11101 | 1001101 | 100101 | 110110 |
Color Harmonies of #9CB55E
Complementary color
Monochromatic Colors of #9CB55E
Black with #9CB55E
Text Example
Text Example
White with #9CB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB55E; }
p { color: rgb(156,181,94); }
H1.HeaderClassName
{
color: #9CB55E;
}
.AnyTagClassName
{
color: #9CB55E;
}
</style>
background-color css
<style>
a { background-color: #9CB55E; }
a { background-color: rgb(156,181,94); }
div.DivClassName
{
background-color: #9CB55E;
}
.BgClassName
{
background-color: #9CB55E;
}
</style>
border-color css
<style>
span { border-color: #9CB55E; }
span { border-color: rgb(156,181,94); }
td.TdClassName
{
border-color: #9CB55E;
}
.TagClassName
{
border-color: #9CB55E;
}
</style>