#9CA549

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

Shades of Green Smoke #9CA549

Tints of Green Smoke #9CA549

Color information

#9CA549 (or 0x9CA549) is unknown color: approx Green Smoke. HEX triplet: 9C, A5 and 49. RGB value is (156,165,73). Sum of RGB (Red+Green+Blue) = 156+165+73=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA549 is #635AB6. Grayscale: #989898. Windows color (decimal): -6511287 or 4826524. OLE color: 4826524.

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

Color convert

RGB15616573-
CMYK0.0500.560.35
HSL65.87º38.66%46.67%-
HSV(B)65.87º55.76%64.71%-
XYZ28.3734.4611.46-
YUV151.8283.52130.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.59%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=39.59%
G=41.88%
B=18.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165730.0500.560.3565.8738.6646.67
Hex9CA54950382342272f
Octal2342451115070431024757
Binary1001110010100101100100110101110001000111000010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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