Shades of Green Smoke #9CA256
Tints of Green Smoke #9CA256
RGB
CMYK
RGB Variations
Color information
#9CA256 (or 0x9CA256) is known color: Green Smoke. HEX triplet: 9C, A2 and 56. RGB value is (156,162,86). Sum of RGB (Red+Green+Blue) = 156+162+86=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA256 is #635DA9. Grayscale: #979797. Windows color (decimal): -6512042 or 5677724. OLE color: 5677724.
HSL color Cylindrical-coordinate representation of color #9CA256: hue angle of 64.74º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CA256 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 162 | 86 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.36 |
| HSL | 64.74º | 0.31% | 0.49% | - |
| HSV(B) | 64.74º | 0.47% | 0.64% | - |
| XYZ | 28.31 | 33.58 | 13.79 | - |
| YUV | 151.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 86 | 0.04 | 0 | 0.47 | 0.36 | 64.74 | 0.31 | 0.49 |
| Hex | 9C | A2 | 56 | 4 | 0 | 2F | 24 | 41 | 1F | 31 |
| Octal | 234 | 242 | 126 | 4 | 0 | 57 | 44 | 101 | 37 | 61 |
| Binary | 10011100 | 10100010 | 1010110 | 100 | 0 | 101111 | 100100 | 1000001 | 11111 | 110001 |
Color Harmonies of #9CA256
Complementary color
Monochromatic Colors of #9CA256
Black with #9CA256
Text Example
Text Example
White with #9CA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA256; }
p { color: rgb(156,162,86); }
H1.HeaderClassName
{
color: #9CA256;
}
.AnyTagClassName
{
color: #9CA256;
}
</style>
background-color css
<style>
a { background-color: #9CA256; }
a { background-color: rgb(156,162,86); }
div.DivClassName
{
background-color: #9CA256;
}
.BgClassName
{
background-color: #9CA256;
}
</style>
border-color css
<style>
span { border-color: #9CA256; }
span { border-color: rgb(156,162,86); }
td.TdClassName
{
border-color: #9CA256;
}
.TagClassName
{
border-color: #9CA256;
}
</style>