Shades of Green Smoke #9CB55C
Tints of Green Smoke #9CB55C
RGB
CMYK
RGB Variations
Color information
#9CB55C (or 0x9CB55C) is known color: Green Smoke. HEX triplet: 9C, B5 and 5C. RGB value is (156,181,92). Sum of RGB (Red+Green+Blue) = 156+181+92=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB55C is #634AA3. Grayscale: #A3A3A3. Windows color (decimal): -6507172 or 6075804. OLE color: 6075804.
HSL color Cylindrical-coordinate representation of color #9CB55C: hue angle of 76.85º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CB55C is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 92 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.29 |
| HSL | 76.85º | 0.38% | 0.54% | - |
| HSV(B) | 76.85º | 0.49% | 0.71% | - |
| XYZ | 32.17 | 40.89 | 16.32 | - |
| YUV | 163.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 92 | 0.14 | 0 | 0.49 | 0.29 | 76.85 | 0.38 | 0.54 |
| Hex | 9C | B5 | 5C | E | 0 | 31 | 1D | 4D | 26 | 36 |
| Octal | 234 | 265 | 134 | 16 | 0 | 61 | 35 | 115 | 46 | 66 |
| Binary | 10011100 | 10110101 | 1011100 | 1110 | 0 | 110001 | 11101 | 1001101 | 100110 | 110110 |
Color Harmonies of #9CB55C
Complementary color
Monochromatic Colors of #9CB55C
Black with #9CB55C
Text Example
Text Example
White with #9CB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB55C; }
p { color: rgb(156,181,92); }
H1.HeaderClassName
{
color: #9CB55C;
}
.AnyTagClassName
{
color: #9CB55C;
}
</style>
background-color css
<style>
a { background-color: #9CB55C; }
a { background-color: rgb(156,181,92); }
div.DivClassName
{
background-color: #9CB55C;
}
.BgClassName
{
background-color: #9CB55C;
}
</style>
border-color css
<style>
span { border-color: #9CB55C; }
span { border-color: rgb(156,181,92); }
td.TdClassName
{
border-color: #9CB55C;
}
.TagClassName
{
border-color: #9CB55C;
}
</style>