Shades of Green Smoke #9CA655
Tints of Green Smoke #9CA655
RGB
CMYK
RGB Variations
Color information
#9CA655 (or 0x9CA655) is known color: Green Smoke. HEX triplet: 9C, A6 and 55. RGB value is (156,166,85). Sum of RGB (Red+Green+Blue) = 156+166+85=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA655 is #6359AA. Grayscale: #9A9A9A. Windows color (decimal): -6511019 or 5613212. OLE color: 5613212.
HSL color Cylindrical-coordinate representation of color #9CA655: hue angle of 67.41º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CA655 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 85 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.35 |
| HSL | 67.41º | 0.32% | 0.49% | - |
| HSV(B) | 67.41º | 0.49% | 0.65% | - |
| XYZ | 28.99 | 35 | 13.82 | - |
| YUV | 153.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 85 | 0.06 | 0 | 0.49 | 0.35 | 67.41 | 0.32 | 0.49 |
| Hex | 9C | A6 | 55 | 6 | 0 | 31 | 23 | 43 | 20 | 31 |
| Octal | 234 | 246 | 125 | 6 | 0 | 61 | 43 | 103 | 40 | 61 |
| Binary | 10011100 | 10100110 | 1010101 | 110 | 0 | 110001 | 100011 | 1000011 | 100000 | 110001 |
Color Harmonies of #9CA655
Complementary color
Monochromatic Colors of #9CA655
Black with #9CA655
Text Example
Text Example
White with #9CA655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA655; }
p { color: rgb(156,166,85); }
H1.HeaderClassName
{
color: #9CA655;
}
.AnyTagClassName
{
color: #9CA655;
}
</style>
background-color css
<style>
a { background-color: #9CA655; }
a { background-color: rgb(156,166,85); }
div.DivClassName
{
background-color: #9CA655;
}
.BgClassName
{
background-color: #9CA655;
}
</style>
border-color css
<style>
span { border-color: #9CA655; }
span { border-color: rgb(156,166,85); }
td.TdClassName
{
border-color: #9CA655;
}
.TagClassName
{
border-color: #9CA655;
}
</style>