#9CA365

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

Shades of Green Smoke #9CA365

Tints of Green Smoke #9CA365

Color information

#9CA365 (or 0x9CA365) is unknown color: approx Green Smoke. HEX triplet: 9C, A3 and 65. RGB value is (156,163,101). Sum of RGB (Red+Green+Blue) = 156+163+101=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA365 is #635C9A. Grayscale: #9A9A9A. Windows color (decimal): -6511771 or 6661020. OLE color: 6661020.

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

Color convert

RGB156163101-
CMYK0.0400.380.36
HSL66.77º25.2%51.76%-
HSV(B)66.77º38.04%63.92%-
XYZ29.1634.217.38-
YUV153.8498.18129.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=37.14%
G=38.81%
B=24.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561631010.0400.380.3666.7725.251.76
Hex9CA365402624431934
Octal2342431454046441033164
Binary100111001010001111001011000100110100100100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,163,101); }

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

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

 a { background-color: rgb(156,163,101); }

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

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

 span { border-color: rgb(156,163,101); }

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