#AEAA50

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

Shades of Olive Green #AEAA50

Tints of Olive Green #AEAA50

Color information

#AEAA50 (or 0xAEAA50) is unknown color: approx Olive Green. HEX triplet: AE, AA and 50. RGB value is (174,170,80). Sum of RGB (Red+Green+Blue) = 174+170+80=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA50 is #5155AF. Grayscale: #A1A1A1. Windows color (decimal): -5330352 or 5286574. OLE color: 5286574.

HSL color Cylindrical-coordinate representation of color #AEAA50: hue angle of 57.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEAA50 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB17417080-
CMYK00.020.540.32
HSL57.45º37.01%49.8%-
HSV(B)57.45º54.02%68.24%-
XYZ33.2838.3313.23-
YUV160.9482.33137.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 80 (31.64% from 255) = 18.87%
R=41.04%
G=40.09%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741708000.020.540.3257.4537.0149.8
HexAEAA50023620392532
Octal256252120026640714562
Binary10101110101010101010000010110110100000111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA50; }

 p { color: rgb(174,170,80); }

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

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

 a { background-color: rgb(174,170,80); }

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

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

 span { border-color: rgb(174,170,80); }

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