Shades of Green Smoke #9CB756
Tints of Green Smoke #9CB756
RGB
CMYK
RGB Variations
Color information
#9CB756 (or 0x9CB756) is known color: Green Smoke. HEX triplet: 9C, B7 and 56. RGB value is (156,183,86). Sum of RGB (Red+Green+Blue) = 156+183+86=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB756 is #6348A9. Grayscale: #A4A4A4. Windows color (decimal): -6506666 or 5683100. OLE color: 5683100.
HSL color Cylindrical-coordinate representation of color #9CB756: hue angle of 76.7º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CB756 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 86 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.28 |
| HSL | 76.7º | 0.4% | 0.53% | - |
| HSV(B) | 76.7º | 0.53% | 0.72% | - |
| XYZ | 32.32 | 41.61 | 15.13 | - |
| YUV | 163.87 | 84.05 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 86 | 0.15 | 0 | 0.53 | 0.28 | 76.7 | 0.4 | 0.53 |
| Hex | 9C | B7 | 56 | F | 0 | 35 | 1C | 4D | 28 | 35 |
| Octal | 234 | 267 | 126 | 17 | 0 | 65 | 34 | 115 | 50 | 65 |
| Binary | 10011100 | 10110111 | 1010110 | 1111 | 0 | 110101 | 11100 | 1001101 | 101000 | 110101 |
Color Harmonies of #9CB756
Complementary color
Monochromatic Colors of #9CB756
Black with #9CB756
Text Example
Text Example
White with #9CB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB756; }
p { color: rgb(156,183,86); }
H1.HeaderClassName
{
color: #9CB756;
}
.AnyTagClassName
{
color: #9CB756;
}
</style>
background-color css
<style>
a { background-color: #9CB756; }
a { background-color: rgb(156,183,86); }
div.DivClassName
{
background-color: #9CB756;
}
.BgClassName
{
background-color: #9CB756;
}
</style>
border-color css
<style>
span { border-color: #9CB756; }
span { border-color: rgb(156,183,86); }
td.TdClassName
{
border-color: #9CB756;
}
.TagClassName
{
border-color: #9CB756;
}
</style>