Shades of Green Smoke #9CB951
Tints of Green Smoke #9CB951
RGB
CMYK
RGB Variations
Color information
#9CB951 (or 0x9CB951) is known color: Green Smoke. HEX triplet: 9C, B9 and 51. RGB value is (156,185,81). Sum of RGB (Red+Green+Blue) = 156+185+81=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB951 is #6346AE. Grayscale: #A4A4A4. Windows color (decimal): -6506159 or 5355932. OLE color: 5355932.
HSL color Cylindrical-coordinate representation of color #9CB951: hue angle of 76.73º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CB951 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 81 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.27 |
| HSL | 76.73º | 0.43% | 0.52% | - |
| HSV(B) | 76.73º | 0.56% | 0.73% | - |
| XYZ | 32.54 | 42.36 | 14.25 | - |
| YUV | 164.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 81 | 0.16 | 0 | 0.56 | 0.27 | 76.73 | 0.43 | 0.52 |
| Hex | 9C | B9 | 51 | 10 | 0 | 38 | 1B | 4D | 2B | 34 |
| Octal | 234 | 271 | 121 | 20 | 0 | 70 | 33 | 115 | 53 | 64 |
| Binary | 10011100 | 10111001 | 1010001 | 10000 | 0 | 111000 | 11011 | 1001101 | 101011 | 110100 |
Color Harmonies of #9CB951
Complementary color
Monochromatic Colors of #9CB951
Black with #9CB951
Text Example
Text Example
White with #9CB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB951; }
p { color: rgb(156,185,81); }
H1.HeaderClassName
{
color: #9CB951;
}
.AnyTagClassName
{
color: #9CB951;
}
</style>
background-color css
<style>
a { background-color: #9CB951; }
a { background-color: rgb(156,185,81); }
div.DivClassName
{
background-color: #9CB951;
}
.BgClassName
{
background-color: #9CB951;
}
</style>
border-color css
<style>
span { border-color: #9CB951; }
span { border-color: rgb(156,185,81); }
td.TdClassName
{
border-color: #9CB951;
}
.TagClassName
{
border-color: #9CB951;
}
</style>