#AEAB58

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

Shades of Olive Green #AEAB58

Tints of Olive Green #AEAB58

Color information

#AEAB58 (or 0xAEAB58) is unknown color: approx Olive Green. HEX triplet: AE, AB and 58. RGB value is (174,171,88). Sum of RGB (Red+Green+Blue) = 174+171+88=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB58 is #5154A7. Grayscale: #A2A2A2. Windows color (decimal): -5330088 or 5811118. OLE color: 5811118.

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

Color convert

RGB17417188-
CMYK00.020.490.32
HSL57.91º34.68%51.37%-
HSV(B)57.91º49.43%68.24%-
XYZ33.7838.8314.95-
YUV162.4485.99136.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=40.18%
G=39.49%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741718800.020.490.3257.9134.6851.37
HexAEAB580231203a2333
Octal256253130026140724363
Binary10101110101010111011000010110001100000111010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB58; }

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

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

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

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

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

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

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

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