Shades of Green Smoke #9CAC58
Tints of Green Smoke #9CAC58
RGB
CMYK
RGB Variations
Color information
#9CAC58 (or 0x9CAC58) is known color: Green Smoke. HEX triplet: 9C, AC and 58. RGB value is (156,172,88). Sum of RGB (Red+Green+Blue) = 156+172+88=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC58 is #6353A7. Grayscale: #9D9D9D. Windows color (decimal): -6509480 or 5811356. OLE color: 5811356.
HSL color Cylindrical-coordinate representation of color #9CAC58: hue angle of 71.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CAC58 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 88 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.33 |
| HSL | 71.43º | 0.34% | 0.51% | - |
| HSV(B) | 71.43º | 0.49% | 0.67% | - |
| XYZ | 30.22 | 37.28 | 14.83 | - |
| YUV | 157.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 88 | 0.09 | 0 | 0.49 | 0.33 | 71.43 | 0.34 | 0.51 |
| Hex | 9C | AC | 58 | 9 | 0 | 31 | 21 | 47 | 22 | 33 |
| Octal | 234 | 254 | 130 | 11 | 0 | 61 | 41 | 107 | 42 | 63 |
| Binary | 10011100 | 10101100 | 1011000 | 1001 | 0 | 110001 | 100001 | 1000111 | 100010 | 110011 |
Color Harmonies of #9CAC58
Complementary color
Monochromatic Colors of #9CAC58
Black with #9CAC58
Text Example
Text Example
White with #9CAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC58; }
p { color: rgb(156,172,88); }
H1.HeaderClassName
{
color: #9CAC58;
}
.AnyTagClassName
{
color: #9CAC58;
}
</style>
background-color css
<style>
a { background-color: #9CAC58; }
a { background-color: rgb(156,172,88); }
div.DivClassName
{
background-color: #9CAC58;
}
.BgClassName
{
background-color: #9CAC58;
}
</style>
border-color css
<style>
span { border-color: #9CAC58; }
span { border-color: rgb(156,172,88); }
td.TdClassName
{
border-color: #9CAC58;
}
.TagClassName
{
border-color: #9CAC58;
}
</style>