#A9AC56

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

Shades of Olive Green #A9AC56

Tints of Olive Green #A9AC56

Color information

#A9AC56 (or 0xA9AC56) is unknown color: approx Olive Green. HEX triplet: A9, AC and 56. RGB value is (169,172,86). Sum of RGB (Red+Green+Blue) = 169+172+86=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AC56 is #5653A9. Grayscale: #A1A1A1. Windows color (decimal): -5657514 or 5680297. OLE color: 5680297.

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

Color convert

RGB16917286-
CMYK0.0200.50.33
HSL62.09º34.13%50.59%-
HSV(B)62.09º50%67.45%-
XYZ32.7938.6114.53-
YUV161.385.51133.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 86 (33.98% from 255) = 20.14%
R=39.58%
G=40.28%
B=20.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169172860.0200.50.3362.0934.1350.59
HexA9AC562032213e2233
Octal251254126206241764263
Binary10101001101011001010110100110010100001111110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC56; }

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

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

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

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

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

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

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

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