#A5BA64

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

Shades of Green Smoke #A5BA64

Tints of Green Smoke #A5BA64

Color information

#A5BA64 (or 0xA5BA64) is unknown color: approx Green Smoke. HEX triplet: A5, BA and 64. RGB value is (165,186,100). Sum of RGB (Red+Green+Blue) = 165+186+100=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA64 is #5A459B. Grayscale: #AAAAAA. Windows color (decimal): -5916060 or 6601381. OLE color: 6601381.

HSL color Cylindrical-coordinate representation of color #A5BA64: hue angle of 74.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5BA64 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB165186100-
CMYK0.1100.460.27
HSL74.65º38.39%56.08%-
HSV(B)74.65º46.24%72.94%-
XYZ35.3844.0418.69-
YUV169.9288.54124.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=36.59%
G=41.24%
B=22.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861000.1100.460.2774.6538.3956.08
HexA5BA64B02E1B4b2638
Octal24527214413056331134670
Binary1010010110111010110010010110101110110111001011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA64; }

 p { color: rgb(165,186,100); }

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

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

 a { background-color: rgb(165,186,100); }

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

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

 span { border-color: rgb(165,186,100); }

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