Shades of Green Smoke #9CB159
Tints of Green Smoke #9CB159
RGB
CMYK
RGB Variations
Color information
#9CB159 (or 0x9CB159) is known color: Green Smoke. HEX triplet: 9C, B1 and 59. RGB value is (156,177,89). Sum of RGB (Red+Green+Blue) = 156+177+89=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB159 is #634EA6. Grayscale: #A1A1A1. Windows color (decimal): -6508199 or 5878172. OLE color: 5878172.
HSL color Cylindrical-coordinate representation of color #9CB159: hue angle of 74.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CB159 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 89 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.31 |
| HSL | 74.32º | 0.36% | 0.52% | - |
| HSV(B) | 74.32º | 0.5% | 0.69% | - |
| XYZ | 31.24 | 39.23 | 15.38 | - |
| YUV | 160.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 89 | 0.12 | 0 | 0.50 | 0.31 | 74.32 | 0.36 | 0.52 |
| Hex | 9C | B1 | 59 | C | 0 | 32 | 1F | 4A | 24 | 34 |
| Octal | 234 | 261 | 131 | 14 | 0 | 62 | 37 | 112 | 44 | 64 |
| Binary | 10011100 | 10110001 | 1011001 | 1100 | 0 | 110010 | 11111 | 1001010 | 100100 | 110100 |
Color Harmonies of #9CB159
Complementary color
Monochromatic Colors of #9CB159
Black with #9CB159
Text Example
Text Example
White with #9CB159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB159; }
p { color: rgb(156,177,89); }
H1.HeaderClassName
{
color: #9CB159;
}
.AnyTagClassName
{
color: #9CB159;
}
</style>
background-color css
<style>
a { background-color: #9CB159; }
a { background-color: rgb(156,177,89); }
div.DivClassName
{
background-color: #9CB159;
}
.BgClassName
{
background-color: #9CB159;
}
</style>
border-color css
<style>
span { border-color: #9CB159; }
span { border-color: rgb(156,177,89); }
td.TdClassName
{
border-color: #9CB159;
}
.TagClassName
{
border-color: #9CB159;
}
</style>