Shades of Green Smoke #9C9A51
Tints of Green Smoke #9C9A51
RGB
CMYK
RGB Variations
Color information
#9C9A51 (or 0x9C9A51) is known color: Green Smoke. HEX triplet: 9C, 9A and 51. RGB value is (156,154,81). Sum of RGB (Red+Green+Blue) = 156+154+81=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9A51 is #6365AE. Grayscale: #929292. Windows color (decimal): -6514095 or 5347996. OLE color: 5347996.
HSL color Cylindrical-coordinate representation of color #9C9A51: hue angle of 58.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C9A51 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 154 | 81 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.39 |
| HSL | 58.4º | 0.32% | 0.46% | - |
| HSV(B) | 58.4º | 0.48% | 0.61% | - |
| XYZ | 26.75 | 30.77 | 12.31 | - |
| YUV | 146.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 81 | 0 | 0.01 | 0.48 | 0.39 | 58.4 | 0.32 | 0.46 |
| Hex | 9C | 9A | 51 | 0 | 1 | 30 | 27 | 3A | 20 | 2E |
| Octal | 234 | 232 | 121 | 0 | 1 | 60 | 47 | 72 | 40 | 56 |
| Binary | 10011100 | 10011010 | 1010001 | 0 | 1 | 110000 | 100111 | 111010 | 100000 | 101110 |
Color Harmonies of #9C9A51
Complementary color
Monochromatic Colors of #9C9A51
Black with #9C9A51
Text Example
Text Example
White with #9C9A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9A51; }
p { color: rgb(156,154,81); }
H1.HeaderClassName
{
color: #9C9A51;
}
.AnyTagClassName
{
color: #9C9A51;
}
</style>
background-color css
<style>
a { background-color: #9C9A51; }
a { background-color: rgb(156,154,81); }
div.DivClassName
{
background-color: #9C9A51;
}
.BgClassName
{
background-color: #9C9A51;
}
</style>
border-color css
<style>
span { border-color: #9C9A51; }
span { border-color: rgb(156,154,81); }
td.TdClassName
{
border-color: #9C9A51;
}
.TagClassName
{
border-color: #9C9A51;
}
</style>