Shades of Green Smoke #9CA957
Tints of Green Smoke #9CA957
RGB
CMYK
RGB Variations
Color information
#9CA957 (or 0x9CA957) is known color: Green Smoke. HEX triplet: 9C, A9 and 57. RGB value is (156,169,87). Sum of RGB (Red+Green+Blue) = 156+169+87=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA957 is #6356A8. Grayscale: #9C9C9C. Windows color (decimal): -6510249 or 5745052. OLE color: 5745052.
HSL color Cylindrical-coordinate representation of color #9CA957: hue angle of 69.51º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CA957 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 169 | 87 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.34 |
| HSL | 69.51º | 0.32% | 0.5% | - |
| HSV(B) | 69.51º | 0.49% | 0.66% | - |
| XYZ | 29.62 | 36.13 | 14.43 | - |
| YUV | 155.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 87 | 0.08 | 0 | 0.49 | 0.34 | 69.51 | 0.32 | 0.5 |
| Hex | 9C | A9 | 57 | 8 | 0 | 31 | 22 | 46 | 20 | 32 |
| Octal | 234 | 251 | 127 | 10 | 0 | 61 | 42 | 106 | 40 | 62 |
| Binary | 10011100 | 10101001 | 1010111 | 1000 | 0 | 110001 | 100010 | 1000110 | 100000 | 110010 |
Color Harmonies of #9CA957
Complementary color
Monochromatic Colors of #9CA957
Black with #9CA957
Text Example
Text Example
White with #9CA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA957; }
p { color: rgb(156,169,87); }
H1.HeaderClassName
{
color: #9CA957;
}
.AnyTagClassName
{
color: #9CA957;
}
</style>
background-color css
<style>
a { background-color: #9CA957; }
a { background-color: rgb(156,169,87); }
div.DivClassName
{
background-color: #9CA957;
}
.BgClassName
{
background-color: #9CA957;
}
</style>
border-color css
<style>
span { border-color: #9CA957; }
span { border-color: rgb(156,169,87); }
td.TdClassName
{
border-color: #9CA957;
}
.TagClassName
{
border-color: #9CA957;
}
</style>