#A9B064

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

Shades of Green Smoke #A9B064

Tints of Green Smoke #A9B064

Color information

#A9B064 (or 0xA9B064) is unknown color: approx Green Smoke. HEX triplet: A9, B0 and 64. RGB value is (169,176,100). Sum of RGB (Red+Green+Blue) = 169+176+100=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B064 is #564F9B. Grayscale: #A5A5A5. Windows color (decimal): -5656476 or 6598825. OLE color: 6598825.

HSL color Cylindrical-coordinate representation of color #A9B064: hue angle of 65.53º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9B064 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB169176100-
CMYK0.0400.430.31
HSL65.53º32.48%54.12%-
HSV(B)65.53º43.18%69.02%-
XYZ34.1940.4118.05-
YUV165.2491.18130.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=37.98%
G=39.55%
B=22.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691761000.0400.430.3165.5332.4854.12
HexA9B064402B1F422036
Octal2512601444053371024066
Binary101010011011000011001001000101011111111000010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B064; }

 p { color: rgb(169,176,100); }

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

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

 a { background-color: rgb(169,176,100); }

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

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

 span { border-color: rgb(169,176,100); }

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