Shades of Green Smoke #9CA86A
Tints of Green Smoke #9CA86A
RGB
CMYK
RGB Variations
Color information
#9CA86A (or 0x9CA86A) is known color: Green Smoke. HEX triplet: 9C, A8 and 6A. RGB value is (156,168,106). Sum of RGB (Red+Green+Blue) = 156+168+106=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA86A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA86A is #635795. Grayscale: #9D9D9D. Windows color (decimal): -6510486 or 6989980. OLE color: 6989980.
HSL color Cylindrical-coordinate representation of color #9CA86A: hue angle of 71.61º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CA86A is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 106 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.34 |
| HSL | 71.61º | 0.26% | 0.54% | - |
| HSV(B) | 71.61º | 0.37% | 0.66% | - |
| XYZ | 30.31 | 36.11 | 19.01 | - |
| YUV | 157.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 106 | 0.07 | 0 | 0.37 | 0.34 | 71.61 | 0.26 | 0.54 |
| Hex | 9C | A8 | 6A | 7 | 0 | 25 | 22 | 48 | 1A | 36 |
| Octal | 234 | 250 | 152 | 7 | 0 | 45 | 42 | 110 | 32 | 66 |
| Binary | 10011100 | 10101000 | 1101010 | 111 | 0 | 100101 | 100010 | 1001000 | 11010 | 110110 |
Color Harmonies of #9CA86A
Complementary color
Monochromatic Colors of #9CA86A
Black with #9CA86A
Text Example
Text Example
White with #9CA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA86A; }
p { color: rgb(156,168,106); }
H1.HeaderClassName
{
color: #9CA86A;
}
.AnyTagClassName
{
color: #9CA86A;
}
</style>
background-color css
<style>
a { background-color: #9CA86A; }
a { background-color: rgb(156,168,106); }
div.DivClassName
{
background-color: #9CA86A;
}
.BgClassName
{
background-color: #9CA86A;
}
</style>
border-color css
<style>
span { border-color: #9CA86A; }
span { border-color: rgb(156,168,106); }
td.TdClassName
{
border-color: #9CA86A;
}
.TagClassName
{
border-color: #9CA86A;
}
</style>