#A4AD4E

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

Shades of Olive Green #A4AD4E

Tints of Olive Green #A4AD4E

Color information

#A4AD4E (or 0xA4AD4E) is unknown color: approx Olive Green. HEX triplet: A4, AD and 4E. RGB value is (164,173,78). Sum of RGB (Red+Green+Blue) = 164+173+78=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AD4E is #5B52B1. Grayscale: #9F9F9F. Windows color (decimal): -5984946 or 5156260. OLE color: 5156260.

HSL color Cylindrical-coordinate representation of color #A4AD4E: hue angle of 65.68º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4AD4E is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB16417378-
CMYK0.0500.550.32
HSL65.68º37.85%49.22%-
HSV(B)65.68º54.91%67.84%-
XYZ31.6338.3312.94-
YUV159.4882.02131.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=39.52%
G=41.69%
B=18.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164173780.0500.550.3265.6837.8549.22
HexA4AD4E503720422631
Octal2442551165067401024661
Binary1010010010101101100111010101101111000001000010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD4E; }

 p { color: rgb(164,173,78); }

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

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

 a { background-color: rgb(164,173,78); }

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

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

 span { border-color: rgb(164,173,78); }

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