Shades of Green Smoke #9CA34A
Tints of Green Smoke #9CA34A
RGB
CMYK
RGB Variations
Color information
#9CA34A (or 0x9CA34A) is known color: Green Smoke. HEX triplet: 9C, A3 and 4A. RGB value is (156,163,74). Sum of RGB (Red+Green+Blue) = 156+163+74=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA34A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA34A is #635CB5. Grayscale: #979797. Windows color (decimal): -6511798 or 4891548. OLE color: 4891548.
HSL color Cylindrical-coordinate representation of color #9CA34A: hue angle of 64.72º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CA34A is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 74 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.36 |
| HSL | 64.72º | 0.38% | 0.46% | - |
| HSV(B) | 64.72º | 0.55% | 0.64% | - |
| XYZ | 28.04 | 33.76 | 11.52 | - |
| YUV | 150.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 74 | 0.04 | 0 | 0.55 | 0.36 | 64.72 | 0.38 | 0.46 |
| Hex | 9C | A3 | 4A | 4 | 0 | 37 | 24 | 41 | 26 | 2E |
| Octal | 234 | 243 | 112 | 4 | 0 | 67 | 44 | 101 | 46 | 56 |
| Binary | 10011100 | 10100011 | 1001010 | 100 | 0 | 110111 | 100100 | 1000001 | 100110 | 101110 |
Color Harmonies of #9CA34A
Complementary color
Monochromatic Colors of #9CA34A
Black with #9CA34A
Text Example
Text Example
White with #9CA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA34A; }
p { color: rgb(156,163,74); }
H1.HeaderClassName
{
color: #9CA34A;
}
.AnyTagClassName
{
color: #9CA34A;
}
</style>
background-color css
<style>
a { background-color: #9CA34A; }
a { background-color: rgb(156,163,74); }
div.DivClassName
{
background-color: #9CA34A;
}
.BgClassName
{
background-color: #9CA34A;
}
</style>
border-color css
<style>
span { border-color: #9CA34A; }
span { border-color: rgb(156,163,74); }
td.TdClassName
{
border-color: #9CA34A;
}
.TagClassName
{
border-color: #9CA34A;
}
</style>