#AEB659

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

Shades of Olive Green #AEB659

Tints of Olive Green #AEB659

Color information

#AEB659 (or 0xAEB659) is unknown color: approx Olive Green. HEX triplet: AE, B6 and 59. RGB value is (174,182,89). Sum of RGB (Red+Green+Blue) = 174+182+89=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB659 is #5149A6. Grayscale: #A9A9A9. Windows color (decimal): -5327271 or 5879470. OLE color: 5879470.

HSL color Cylindrical-coordinate representation of color #AEB659: hue angle of 65.16º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEB659 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB17418289-
CMYK0.0400.510.29
HSL65.16º38.91%53.14%-
HSV(B)65.16º51.1%71.37%-
XYZ35.9943.1815.89-
YUV169.0182.85131.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 89 (35.16% from 255) = 20%
R=39.10%
G=40.90%
B=20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174182890.0400.510.2965.1638.9153.14
HexAEB65940331D412735
Octal2562661314063351014765
Binary101011101011011010110011000110011111011000001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB659; }

 p { color: rgb(174,182,89); }

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

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

 a { background-color: rgb(174,182,89); }

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

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

 span { border-color: rgb(174,182,89); }

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