Shades of Green Smoke #9CB44C
Tints of Green Smoke #9CB44C
RGB
CMYK
RGB Variations
Color information
#9CB44C (or 0x9CB44C) is known color: Green Smoke. HEX triplet: 9C, B4 and 4C. RGB value is (156,180,76). Sum of RGB (Red+Green+Blue) = 156+180+76=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB44C is #634BB3. Grayscale: #A1A1A1. Windows color (decimal): -6507444 or 5026972. OLE color: 5026972.
HSL color Cylindrical-coordinate representation of color #9CB44C: hue angle of 73.85º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CB44C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 76 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.29 |
| HSL | 73.85º | 0.41% | 0.5% | - |
| HSV(B) | 73.85º | 0.58% | 0.71% | - |
| XYZ | 31.34 | 40.23 | 12.95 | - |
| YUV | 160.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 76 | 0.13 | 0 | 0.58 | 0.29 | 73.85 | 0.41 | 0.5 |
| Hex | 9C | B4 | 4C | D | 0 | 3A | 1D | 4A | 29 | 32 |
| Octal | 234 | 264 | 114 | 15 | 0 | 72 | 35 | 112 | 51 | 62 |
| Binary | 10011100 | 10110100 | 1001100 | 1101 | 0 | 111010 | 11101 | 1001010 | 101001 | 110010 |
Color Harmonies of #9CB44C
Complementary color
Monochromatic Colors of #9CB44C
Black with #9CB44C
Text Example
Text Example
White with #9CB44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB44C; }
p { color: rgb(156,180,76); }
H1.HeaderClassName
{
color: #9CB44C;
}
.AnyTagClassName
{
color: #9CB44C;
}
</style>
background-color css
<style>
a { background-color: #9CB44C; }
a { background-color: rgb(156,180,76); }
div.DivClassName
{
background-color: #9CB44C;
}
.BgClassName
{
background-color: #9CB44C;
}
</style>
border-color css
<style>
span { border-color: #9CB44C; }
span { border-color: rgb(156,180,76); }
td.TdClassName
{
border-color: #9CB44C;
}
.TagClassName
{
border-color: #9CB44C;
}
</style>