Shades of Green Smoke #9CB361
Tints of Green Smoke #9CB361
RGB
CMYK
RGB Variations
Color information
#9CB361 (or 0x9CB361) is known color: Green Smoke. HEX triplet: 9C, B3 and 61. RGB value is (156,179,97). Sum of RGB (Red+Green+Blue) = 156+179+97=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB361 is #634C9E. Grayscale: #A3A3A3. Windows color (decimal): -6507679 or 6402972. OLE color: 6402972.
HSL color Cylindrical-coordinate representation of color #9CB361: hue angle of 76.83º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CB361 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 97 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.30 |
| HSL | 76.83º | 0.35% | 0.54% | - |
| HSV(B) | 76.83º | 0.46% | 0.7% | - |
| XYZ | 31.99 | 40.17 | 17.38 | - |
| YUV | 162.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 97 | 0.13 | 0 | 0.46 | 0.30 | 76.83 | 0.35 | 0.54 |
| Hex | 9C | B3 | 61 | D | 0 | 2E | 1E | 4D | 23 | 36 |
| Octal | 234 | 263 | 141 | 15 | 0 | 56 | 36 | 115 | 43 | 66 |
| Binary | 10011100 | 10110011 | 1100001 | 1101 | 0 | 101110 | 11110 | 1001101 | 100011 | 110110 |
Color Harmonies of #9CB361
Complementary color
Monochromatic Colors of #9CB361
Black with #9CB361
Text Example
Text Example
White with #9CB361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB361; }
p { color: rgb(156,179,97); }
H1.HeaderClassName
{
color: #9CB361;
}
.AnyTagClassName
{
color: #9CB361;
}
</style>
background-color css
<style>
a { background-color: #9CB361; }
a { background-color: rgb(156,179,97); }
div.DivClassName
{
background-color: #9CB361;
}
.BgClassName
{
background-color: #9CB361;
}
</style>
border-color css
<style>
span { border-color: #9CB361; }
span { border-color: rgb(156,179,97); }
td.TdClassName
{
border-color: #9CB361;
}
.TagClassName
{
border-color: #9CB361;
}
</style>