#9CA063

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

Shades of Green Smoke #9CA063

Tints of Green Smoke #9CA063

Color information

#9CA063 (or 0x9CA063) is unknown color: approx Green Smoke. HEX triplet: 9C, A0 and 63. RGB value is (156,160,99). Sum of RGB (Red+Green+Blue) = 156+160+99=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA063 is #635F9C. Grayscale: #989898. Windows color (decimal): -6512541 or 6529180. OLE color: 6529180.

HSL color Cylindrical-coordinate representation of color #9CA063: hue angle of 63.93º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CA063 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB15616099-
CMYK0.0200.380.37
HSL63.93º24.3%50.78%-
HSV(B)63.93º38.12%62.75%-
XYZ28.5333.1116.69-
YUV151.8598.17130.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.59%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 99 (39.06% from 255) = 23.86%
R=37.59%
G=38.55%
B=23.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal156160990.0200.380.3763.9324.350.78
Hex9CA063202625401833
Octal2342401432046451003063
Binary10011100101000001100011100100110100101100000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,160,99); }

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

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

 a { background-color: rgb(156,160,99); }

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

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

 span { border-color: rgb(156,160,99); }

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