#AEAB54

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

Shades of Olive Green #AEAB54

Tints of Olive Green #AEAB54

Color information

#AEAB54 (or 0xAEAB54) is unknown color: approx Olive Green. HEX triplet: AE, AB and 54. RGB value is (174,171,84). Sum of RGB (Red+Green+Blue) = 174+171+84=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB54 is #5154AB. Grayscale: #A2A2A2. Windows color (decimal): -5330092 or 5548974. OLE color: 5548974.

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

Color convert

RGB17417184-
CMYK00.020.520.32
HSL58º35.71%50.59%-
HSV(B)58º51.72%68.24%-
XYZ33.6238.7614.1-
YUV161.9883.99136.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 84 (33.20% from 255) = 19.58%
R=40.56%
G=39.86%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741718400.020.520.325835.7150.59
HexAEAB540234203a2433
Octal256253124026440724463
Binary10101110101010111010100010110100100000111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB54; }

 p { color: rgb(174,171,84); }

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

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

 a { background-color: rgb(174,171,84); }

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

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

 span { border-color: rgb(174,171,84); }

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