#9CAB56

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

Shades of Green Smoke #9CAB56

Tints of Green Smoke #9CAB56

Color information

#9CAB56 (or 0x9CAB56) is unknown color: approx Green Smoke. HEX triplet: 9C, AB and 56. RGB value is (156,171,86). Sum of RGB (Red+Green+Blue) = 156+171+86=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAB56 is #6354A9. Grayscale: #9D9D9D. Windows color (decimal): -6509738 or 5680028. OLE color: 5680028.

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

Color convert

RGB15617186-
CMYK0.0900.500.33
HSL70.59º33.6%50.39%-
HSV(B)70.59º49.71%67.06%-
XYZ29.9536.8714.34-
YUV156.8288.03127.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.77%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=37.77%
G=41.40%
B=20.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156171860.0900.500.3370.5933.650.39
Hex9CAB56903221472232
Octal23425312611062411074262
Binary10011100101010111010110100101100101000011000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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