#9CAC4C

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

Shades of Green Smoke #9CAC4C

Tints of Green Smoke #9CAC4C

Color information

#9CAC4C (or 0x9CAC4C) is unknown color: approx Green Smoke. HEX triplet: 9C, AC and 4C. RGB value is (156,172,76). Sum of RGB (Red+Green+Blue) = 156+172+76=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAC4C is #6353B3. Grayscale: #9C9C9C. Windows color (decimal): -6509492 or 5024924. OLE color: 5024924.

HSL color Cylindrical-coordinate representation of color #9CAC4C: hue angle of 70º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CAC4C is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB15617276-
CMYK0.0900.560.33
HSL70º38.71%48.63%-
HSV(B)70º55.81%67.45%-
XYZ29.7737.0912.43-
YUV156.2782.7127.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.61%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 76 (30.08% from 255) = 18.81%
R=38.61%
G=42.57%
B=18.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156172760.0900.560.337038.7148.63
Hex9CAC4C903821462731
Octal23425411411070411064761
Binary10011100101011001001100100101110001000011000110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,172,76); }

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

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

 a { background-color: rgb(156,172,76); }

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

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

 span { border-color: rgb(156,172,76); }

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