Shades of Green Smoke #9CA959
Tints of Green Smoke #9CA959
RGB
CMYK
RGB Variations
Color information
#9CA959 (or 0x9CA959) is known color: Green Smoke. HEX triplet: 9C, A9 and 59. RGB value is (156,169,89). Sum of RGB (Red+Green+Blue) = 156+169+89=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA959 is #6356A6. Grayscale: #9C9C9C. Windows color (decimal): -6510247 or 5876124. OLE color: 5876124.
HSL color Cylindrical-coordinate representation of color #9CA959: hue angle of 69.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CA959 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 169 | 89 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.34 |
| HSL | 69.75º | 0.32% | 0.51% | - |
| HSV(B) | 69.75º | 0.47% | 0.66% | - |
| XYZ | 29.7 | 36.17 | 14.87 | - |
| YUV | 155.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 89 | 0.08 | 0 | 0.47 | 0.34 | 69.75 | 0.32 | 0.51 |
| Hex | 9C | A9 | 59 | 8 | 0 | 2F | 22 | 46 | 20 | 33 |
| Octal | 234 | 251 | 131 | 10 | 0 | 57 | 42 | 106 | 40 | 63 |
| Binary | 10011100 | 10101001 | 1011001 | 1000 | 0 | 101111 | 100010 | 1000110 | 100000 | 110011 |
Color Harmonies of #9CA959
Complementary color
Monochromatic Colors of #9CA959
Black with #9CA959
Text Example
Text Example
White with #9CA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA959; }
p { color: rgb(156,169,89); }
H1.HeaderClassName
{
color: #9CA959;
}
.AnyTagClassName
{
color: #9CA959;
}
</style>
background-color css
<style>
a { background-color: #9CA959; }
a { background-color: rgb(156,169,89); }
div.DivClassName
{
background-color: #9CA959;
}
.BgClassName
{
background-color: #9CA959;
}
</style>
border-color css
<style>
span { border-color: #9CA959; }
span { border-color: rgb(156,169,89); }
td.TdClassName
{
border-color: #9CA959;
}
.TagClassName
{
border-color: #9CA959;
}
</style>