#9CA249

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

Shades of Green Smoke #9CA249

Tints of Green Smoke #9CA249

Color information

#9CA249 (or 0x9CA249) is unknown color: approx Green Smoke. HEX triplet: 9C, A2 and 49. RGB value is (156,162,73). Sum of RGB (Red+Green+Blue) = 156+162+73=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA249 is #635DB6. Grayscale: #969696. Windows color (decimal): -6512055 or 4825756. OLE color: 4825756.

HSL color Cylindrical-coordinate representation of color #9CA249: hue angle of 64.04º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CA249 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB15616273-
CMYK0.0400.550.36
HSL64.04º37.87%46.08%-
HSV(B)64.04º54.94%63.53%-
XYZ27.8333.3911.28-
YUV150.0684.51132.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=39.90%
G=41.43%
B=18.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156162730.0400.550.3664.0437.8746.08
Hex9CA24940372440262e
Octal2342421114067441004656
Binary1001110010100010100100110001101111001001000000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,73); }

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

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

 a { background-color: rgb(156,162,73); }

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

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

 span { border-color: rgb(156,162,73); }

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