#A8AC5D

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

Shades of Olive Green #A8AC5D

Tints of Olive Green #A8AC5D

Color information

#A8AC5D (or 0xA8AC5D) is unknown color: approx Olive Green. HEX triplet: A8, AC and 5D. RGB value is (168,172,93). Sum of RGB (Red+Green+Blue) = 168+172+93=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC5D is #5753A2. Grayscale: #A2A2A2. Windows color (decimal): -5723043 or 6139048. OLE color: 6139048.

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

Color convert

RGB16817293-
CMYK0.0200.460.33
HSL63.04º32.24%51.96%-
HSV(B)63.04º45.93%67.45%-
XYZ32.8838.6216.08-
YUV161.889.17132.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=38.80%
G=39.72%
B=21.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168172930.0200.460.3363.0432.2451.96
HexA8AC5D202E213f2034
Octal250254135205641774064
Binary10101000101011001011101100101110100001111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC5D; }

 p { color: rgb(168,172,93); }

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

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

 a { background-color: rgb(168,172,93); }

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

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

 span { border-color: rgb(168,172,93); }

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