#A5AC4D

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

Shades of Olive Green #A5AC4D

Tints of Olive Green #A5AC4D

Color information

#A5AC4D (or 0xA5AC4D) is unknown color: approx Olive Green. HEX triplet: A5, AC and 4D. RGB value is (165,172,77). Sum of RGB (Red+Green+Blue) = 165+172+77=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC4D is #5A53B2. Grayscale: #9F9F9F. Windows color (decimal): -5919667 or 5090469. OLE color: 5090469.

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

Color convert

RGB16517277-
CMYK0.0400.550.33
HSL64.42º38.15%48.82%-
HSV(B)64.42º55.23%67.45%-
XYZ31.6138.0412.7-
YUV159.0881.68132.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 172 (67.58% from 255) = 41.55%
BLUE value IS 77 (30.47% from 255) = 18.60%
R=39.86%
G=41.55%
B=18.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165172770.0400.550.3364.4238.1548.82
HexA5AC4D403721402631
Octal2452541154067411004661
Binary1010010110101100100110110001101111000011000000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC4D; }

 p { color: rgb(165,172,77); }

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

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

 a { background-color: rgb(165,172,77); }

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

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

 span { border-color: rgb(165,172,77); }

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