#A9AA56

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

Shades of Olive Green #A9AA56

Tints of Olive Green #A9AA56

Color information

#A9AA56 (or 0xA9AA56) is unknown color: approx Olive Green. HEX triplet: A9, AA and 56. RGB value is (169,170,86). Sum of RGB (Red+Green+Blue) = 169+170+86=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA56 is #5655A9. Grayscale: #A0A0A0. Windows color (decimal): -5658026 or 5679785. OLE color: 5679785.

HSL color Cylindrical-coordinate representation of color #A9AA56: hue angle of 60.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9AA56 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB16917086-
CMYK0.0100.490.33
HSL60.71º33.07%50.2%-
HSV(B)60.71º49.41%66.67%-
XYZ32.4237.8614.4-
YUV160.1286.17134.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 20.24%
R=39.76%
G=40%
B=20.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169170860.0100.490.3360.7133.0750.2
HexA9AA561031213d2132
Octal251252126106141754162
Binary1010100110101010101011010110001100001111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA56; }

 p { color: rgb(169,170,86); }

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

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

 a { background-color: rgb(169,170,86); }

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

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

 span { border-color: rgb(169,170,86); }

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