Shades of Green Smoke #9CA16D
Tints of Green Smoke #9CA16D
RGB
CMYK
RGB Variations
Color information
#9CA16D (or 0x9CA16D) is known color: Green Smoke. HEX triplet: 9C, A1 and 6D. RGB value is (156,161,109). Sum of RGB (Red+Green+Blue) = 156+161+109=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA16D is #635E92. Grayscale: #999999. Windows color (decimal): -6512275 or 7184796. OLE color: 7184796.
HSL color Cylindrical-coordinate representation of color #9CA16D: hue angle of 65.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CA16D is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 109 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.37 |
| HSL | 65.77º | 0.22% | 0.53% | - |
| HSV(B) | 65.77º | 0.32% | 0.63% | - |
| XYZ | 29.22 | 33.66 | 19.43 | - |
| YUV | 153.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 109 | 0.03 | 0 | 0.32 | 0.37 | 65.77 | 0.22 | 0.53 |
| Hex | 9C | A1 | 6D | 3 | 0 | 20 | 25 | 42 | 16 | 35 |
| Octal | 234 | 241 | 155 | 3 | 0 | 40 | 45 | 102 | 26 | 65 |
| Binary | 10011100 | 10100001 | 1101101 | 11 | 0 | 100000 | 100101 | 1000010 | 10110 | 110101 |
Color Harmonies of #9CA16D
Complementary color
Monochromatic Colors of #9CA16D
Black with #9CA16D
Text Example
Text Example
White with #9CA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA16D; }
p { color: rgb(156,161,109); }
H1.HeaderClassName
{
color: #9CA16D;
}
.AnyTagClassName
{
color: #9CA16D;
}
</style>
background-color css
<style>
a { background-color: #9CA16D; }
a { background-color: rgb(156,161,109); }
div.DivClassName
{
background-color: #9CA16D;
}
.BgClassName
{
background-color: #9CA16D;
}
</style>
border-color css
<style>
span { border-color: #9CA16D; }
span { border-color: rgb(156,161,109); }
td.TdClassName
{
border-color: #9CA16D;
}
.TagClassName
{
border-color: #9CA16D;
}
</style>