#A5AB4E

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

Shades of Olive Green #A5AB4E

Tints of Olive Green #A5AB4E

Color information

#A5AB4E (or 0xA5AB4E) is unknown color: approx Olive Green. HEX triplet: A5, AB and 4E. RGB value is (165,171,78). Sum of RGB (Red+Green+Blue) = 165+171+78=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB4E is #5A54B1. Grayscale: #9E9E9E. Windows color (decimal): -5919922 or 5155749. OLE color: 5155749.

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

Color convert

RGB16517178-
CMYK0.0400.540.33
HSL63.87º37.35%48.82%-
HSV(B)63.87º54.39%67.06%-
XYZ31.4637.6812.82-
YUV158.682.51132.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 78 (30.86% from 255) = 18.84%
R=39.86%
G=41.30%
B=18.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165171780.0400.540.3363.8737.3548.82
HexA5AB4E403621402531
Octal2452531164066411004561
Binary1010010110101011100111010001101101000011000000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB4E; }

 p { color: rgb(165,171,78); }

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

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

 a { background-color: rgb(165,171,78); }

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

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

 span { border-color: rgb(165,171,78); }

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