Shades of Green Smoke #9CB456
Tints of Green Smoke #9CB456
RGB
CMYK
RGB Variations
Color information
#9CB456 (or 0x9CB456) is known color: Green Smoke. HEX triplet: 9C, B4 and 56. RGB value is (156,180,86). Sum of RGB (Red+Green+Blue) = 156+180+86=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB456 is #634BA9. Grayscale: #A2A2A2. Windows color (decimal): -6507434 or 5682332. OLE color: 5682332.
HSL color Cylindrical-coordinate representation of color #9CB456: hue angle of 75.32º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CB456 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 86 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.29 |
| HSL | 75.32º | 0.39% | 0.52% | - |
| HSV(B) | 75.32º | 0.52% | 0.71% | - |
| XYZ | 31.71 | 40.38 | 14.93 | - |
| YUV | 162.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 86 | 0.13 | 0 | 0.52 | 0.29 | 75.32 | 0.39 | 0.52 |
| Hex | 9C | B4 | 56 | D | 0 | 34 | 1D | 4B | 27 | 34 |
| Octal | 234 | 264 | 126 | 15 | 0 | 64 | 35 | 113 | 47 | 64 |
| Binary | 10011100 | 10110100 | 1010110 | 1101 | 0 | 110100 | 11101 | 1001011 | 100111 | 110100 |
Color Harmonies of #9CB456
Complementary color
Monochromatic Colors of #9CB456
Black with #9CB456
Text Example
Text Example
White with #9CB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB456; }
p { color: rgb(156,180,86); }
H1.HeaderClassName
{
color: #9CB456;
}
.AnyTagClassName
{
color: #9CB456;
}
</style>
background-color css
<style>
a { background-color: #9CB456; }
a { background-color: rgb(156,180,86); }
div.DivClassName
{
background-color: #9CB456;
}
.BgClassName
{
background-color: #9CB456;
}
</style>
border-color css
<style>
span { border-color: #9CB456; }
span { border-color: rgb(156,180,86); }
td.TdClassName
{
border-color: #9CB456;
}
.TagClassName
{
border-color: #9CB456;
}
</style>