#9CA96D

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

Shades of Green Smoke #9CA96D

Tints of Green Smoke #9CA96D

Color information

#9CA96D (or 0x9CA96D) is unknown color: approx Green Smoke. HEX triplet: 9C, A9 and 6D. RGB value is (156,169,109). Sum of RGB (Red+Green+Blue) = 156+169+109=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA96D is #635692. Grayscale: #9E9E9E. Windows color (decimal): -6510227 or 7186844. OLE color: 7186844.

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

Color convert

RGB156169109-
CMYK0.0800.360.34
HSL73º25.86%54.51%-
HSV(B)73º35.5%66.27%-
XYZ30.6636.5519.91-
YUV158.27100.19126.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.94%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 109 (42.97% from 255) = 25.12%
R=35.94%
G=38.94%
B=25.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561691090.0800.360.347325.8654.51
Hex9CA96D802422491a37
Octal23425115510044421113267
Binary1001110010101001110110110000100100100010100100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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