#9CA560

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

Shades of Green Smoke #9CA560

Tints of Green Smoke #9CA560

Color information

#9CA560 (or 0x9CA560) is unknown color: approx Green Smoke. HEX triplet: 9C, A5 and 60. RGB value is (156,165,96). Sum of RGB (Red+Green+Blue) = 156+165+96=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA560 is #635A9F. Grayscale: #9A9A9A. Windows color (decimal): -6511264 or 6333852. OLE color: 6333852.

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

Color convert

RGB15616596-
CMYK0.0500.420.35
HSL67.83º27.71%51.18%-
HSV(B)67.83º41.82%64.71%-
XYZ29.2834.8216.24-
YUV154.4495.02129.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=37.41%
G=39.57%
B=23.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165960.0500.420.3567.8327.7151.18
Hex9CA560502A23441c33
Octal2342451405052431043463
Binary100111001010010111000001010101010100011100010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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