#9CAC56

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

Shades of Green Smoke #9CAC56

Tints of Green Smoke #9CAC56

Color information

#9CAC56 (or 0x9CAC56) is unknown color: approx Green Smoke. HEX triplet: 9C, AC and 56. RGB value is (156,172,86). Sum of RGB (Red+Green+Blue) = 156+172+86=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC56 is #6353A9. Grayscale: #9D9D9D. Windows color (decimal): -6509482 or 5680284. OLE color: 5680284.

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

Color convert

RGB15617286-
CMYK0.0900.50.33
HSL71.16º34.13%50.59%-
HSV(B)71.16º50%67.45%-
XYZ30.1437.2414.4-
YUV157.4187.7126.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 172 (67.58% from 255) = 41.55%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=37.68%
G=41.55%
B=20.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156172860.0900.50.3371.1634.1350.59
Hex9CAC56903221472233
Octal23425412611062411074263
Binary10011100101011001010110100101100101000011000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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