#9CA556

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

Shades of Green Smoke #9CA556

Tints of Green Smoke #9CA556

Color information

#9CA556 (or 0x9CA556) is unknown color: approx Green Smoke. HEX triplet: 9C, A5 and 56. RGB value is (156,165,86). Sum of RGB (Red+Green+Blue) = 156+165+86=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA556 is #635AA9. Grayscale: #999999. Windows color (decimal): -6511274 or 5678492. OLE color: 5678492.

HSL color Cylindrical-coordinate representation of color #9CA556: hue angle of 66.84º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CA556 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB15616586-
CMYK0.0500.480.35
HSL66.84º31.47%49.22%-
HSV(B)66.84º47.88%64.71%-
XYZ28.8534.6513.97-
YUV153.390.02129.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.33%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=38.33%
G=40.54%
B=21.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165860.0500.480.3566.8431.4749.22
Hex9CA556503023431f31
Octal2342451265060431033761
Binary100111001010010110101101010110000100011100001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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