Shades of Green Smoke #9CA16C
Tints of Green Smoke #9CA16C
RGB
CMYK
RGB Variations
Color information
#9CA16C (or 0x9CA16C) is known color: Green Smoke. HEX triplet: 9C, A1 and 6C. RGB value is (156,161,108). Sum of RGB (Red+Green+Blue) = 156+161+108=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA16C is #635E93. Grayscale: #999999. Windows color (decimal): -6512276 or 7119260. OLE color: 7119260.
HSL color Cylindrical-coordinate representation of color #9CA16C: hue angle of 65.66º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CA16C is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 108 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.37 |
| HSL | 65.66º | 0.22% | 0.53% | - |
| HSV(B) | 65.66º | 0.33% | 0.63% | - |
| XYZ | 29.16 | 33.64 | 19.14 | - |
| YUV | 153.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 108 | 0.03 | 0 | 0.33 | 0.37 | 65.66 | 0.22 | 0.53 |
| Hex | 9C | A1 | 6C | 3 | 0 | 21 | 25 | 42 | 16 | 35 |
| Octal | 234 | 241 | 154 | 3 | 0 | 41 | 45 | 102 | 26 | 65 |
| Binary | 10011100 | 10100001 | 1101100 | 11 | 0 | 100001 | 100101 | 1000010 | 10110 | 110101 |
Color Harmonies of #9CA16C
Complementary color
Monochromatic Colors of #9CA16C
Black with #9CA16C
Text Example
Text Example
White with #9CA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA16C; }
p { color: rgb(156,161,108); }
H1.HeaderClassName
{
color: #9CA16C;
}
.AnyTagClassName
{
color: #9CA16C;
}
</style>
background-color css
<style>
a { background-color: #9CA16C; }
a { background-color: rgb(156,161,108); }
div.DivClassName
{
background-color: #9CA16C;
}
.BgClassName
{
background-color: #9CA16C;
}
</style>
border-color css
<style>
span { border-color: #9CA16C; }
span { border-color: rgb(156,161,108); }
td.TdClassName
{
border-color: #9CA16C;
}
.TagClassName
{
border-color: #9CA16C;
}
</style>