#9CA34D

Color #9CA34D Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9CA34D

Tints of Green Smoke #9CA34D

Color information

#9CA34D (or 0x9CA34D) is unknown color: approx Green Smoke. HEX triplet: 9C, A3 and 4D. RGB value is (156,163,77). Sum of RGB (Red+Green+Blue) = 156+163+77=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA34D is #635CB2. Grayscale: #979797. Windows color (decimal): -6511795 or 5088156. OLE color: 5088156.

HSL color Cylindrical-coordinate representation of color #9CA34D: hue angle of 64.88º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CA34D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB15616377-
CMYK0.0400.530.36
HSL64.88º35.83%47.06%-
HSV(B)64.88º52.76%63.92%-
XYZ28.1533.812.06-
YUV151.186.18131.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 39.39%
GREEN value IS 163 (64.06% from 255) = 41.16%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=39.39%
G=41.16%
B=19.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156163770.0400.530.3664.8835.8347.06
Hex9CA34D40352441242f
Octal2342431154065441014457
Binary1001110010100011100110110001101011001001000001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CA34D; }

 p { color: rgb(156,163,77); }

 H1.HeaderClassName
 {
   color: #9CA34D;
 }
 .AnyTagClassName
 {
   color: #9CA34D;
 }
</style>
background-color css

<style>
 a { background-color: #9CA34D; }

 a { background-color: rgb(156,163,77); }

 div.DivClassName
 {
   background-color: #9CA34D;
 }
 .BgClassName
 {
   background-color: #9CA34D;
 }
</style>
border-color css

<style>
 span { border-color: #9CA34D; }

 span { border-color: rgb(156,163,77); }

 td.TdClassName
 {
   border-color: #9CA34D;
 }
 .TagClassName
 {
   border-color: #9CA34D;
 }
</style>