Shades of Green Smoke #9CAC53
Tints of Green Smoke #9CAC53
RGB
CMYK
RGB Variations
Color information
#9CAC53 (or 0x9CAC53) is known color: Green Smoke. HEX triplet: 9C, AC and 53. RGB value is (156,172,83). Sum of RGB (Red+Green+Blue) = 156+172+83=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC53 is #6353AC. Grayscale: #9D9D9D. Windows color (decimal): -6509485 or 5483676. OLE color: 5483676.
HSL color Cylindrical-coordinate representation of color #9CAC53: hue angle of 70.79º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CAC53 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 83 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.33 |
| HSL | 70.79º | 0.35% | 0.5% | - |
| HSV(B) | 70.79º | 0.52% | 0.67% | - |
| XYZ | 30.02 | 37.2 | 13.78 | - |
| YUV | 157.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 83 | 0.09 | 0 | 0.52 | 0.33 | 70.79 | 0.35 | 0.5 |
| Hex | 9C | AC | 53 | 9 | 0 | 34 | 21 | 47 | 23 | 32 |
| Octal | 234 | 254 | 123 | 11 | 0 | 64 | 41 | 107 | 43 | 62 |
| Binary | 10011100 | 10101100 | 1010011 | 1001 | 0 | 110100 | 100001 | 1000111 | 100011 | 110010 |
Color Harmonies of #9CAC53
Complementary color
Monochromatic Colors of #9CAC53
Black with #9CAC53
Text Example
Text Example
White with #9CAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC53; }
p { color: rgb(156,172,83); }
H1.HeaderClassName
{
color: #9CAC53;
}
.AnyTagClassName
{
color: #9CAC53;
}
</style>
background-color css
<style>
a { background-color: #9CAC53; }
a { background-color: rgb(156,172,83); }
div.DivClassName
{
background-color: #9CAC53;
}
.BgClassName
{
background-color: #9CAC53;
}
</style>
border-color css
<style>
span { border-color: #9CAC53; }
span { border-color: rgb(156,172,83); }
td.TdClassName
{
border-color: #9CAC53;
}
.TagClassName
{
border-color: #9CAC53;
}
</style>