Shades of Green Smoke #9CA556
Tints of Green Smoke #9CA556
RGB
CMYK
RGB Variations
Color information
#9CA556 (or 0x9CA556) is known color: Green Smoke. HEX triplet: 9C, A5 and 56. RGB value is (156,165,86). Sum of RGB (Red+Green+Blue) = 156+165+86=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA556 is #635AA9. Grayscale: #999999. Windows color (decimal): -6511274 or 5678492. OLE color: 5678492.
HSL color Cylindrical-coordinate representation of color #9CA556: hue angle of 66.84º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CA556 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 86 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.35 |
| HSL | 66.84º | 0.31% | 0.49% | - |
| HSV(B) | 66.84º | 0.48% | 0.65% | - |
| XYZ | 28.85 | 34.65 | 13.97 | - |
| YUV | 153.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 86 | 0.05 | 0 | 0.48 | 0.35 | 66.84 | 0.31 | 0.49 |
| Hex | 9C | A5 | 56 | 5 | 0 | 30 | 23 | 43 | 1F | 31 |
| Octal | 234 | 245 | 126 | 5 | 0 | 60 | 43 | 103 | 37 | 61 |
| Binary | 10011100 | 10100101 | 1010110 | 101 | 0 | 110000 | 100011 | 1000011 | 11111 | 110001 |
Color Harmonies of #9CA556
Complementary color
Monochromatic Colors of #9CA556
Black with #9CA556
Text Example
Text Example
White with #9CA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA556; }
p { color: rgb(156,165,86); }
H1.HeaderClassName
{
color: #9CA556;
}
.AnyTagClassName
{
color: #9CA556;
}
</style>
background-color css
<style>
a { background-color: #9CA556; }
a { background-color: rgb(156,165,86); }
div.DivClassName
{
background-color: #9CA556;
}
.BgClassName
{
background-color: #9CA556;
}
</style>
border-color css
<style>
span { border-color: #9CA556; }
span { border-color: rgb(156,165,86); }
td.TdClassName
{
border-color: #9CA556;
}
.TagClassName
{
border-color: #9CA556;
}
</style>