#9CA964

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

Shades of Green Smoke #9CA964

Tints of Green Smoke #9CA964

Color information

#9CA964 (or 0x9CA964) is unknown color: approx Green Smoke. HEX triplet: 9C, A9 and 64. RGB value is (156,169,100). Sum of RGB (Red+Green+Blue) = 156+169+100=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA964 is #63569B. Grayscale: #9D9D9D. Windows color (decimal): -6510236 or 6597020. OLE color: 6597020.

HSL color Cylindrical-coordinate representation of color #9CA964: hue angle of 71.3º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CA964 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB156169100-
CMYK0.0800.410.34
HSL71.3º28.63%52.75%-
HSV(B)71.3º40.83%66.27%-
XYZ30.236.3617.48-
YUV157.2595.69127.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.71%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=36.71%
G=39.76%
B=23.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561691000.0800.410.3471.328.6352.75
Hex9CA964802922471d35
Octal23425114410051421073565
Binary1001110010101001110010010000101001100010100011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,169,100); }

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

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

 a { background-color: rgb(156,169,100); }

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

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

 span { border-color: rgb(156,169,100); }

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