#AEBA69

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

Shades of Olive Green #AEBA69

Tints of Olive Green #AEBA69

Color information

#AEBA69 (or 0xAEBA69) is unknown color: approx Olive Green. HEX triplet: AE, BA and 69. RGB value is (174,186,105). Sum of RGB (Red+Green+Blue) = 174+186+105=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA69 is #514596. Grayscale: #ADADAD. Windows color (decimal): -5326231 or 6929070. OLE color: 6929070.

HSL color Cylindrical-coordinate representation of color #AEBA69: hue angle of 68.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEBA69 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB174186105-
CMYK0.0600.440.27
HSL68.89º36.99%57.06%-
HSV(B)68.89º43.55%72.94%-
XYZ37.5645.1420.1-
YUV173.1889.52128.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 186 (73.05% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=37.42%
G=40%
B=22.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861050.0600.440.2768.8936.9957.06
HexAEBA69602C1B452539
Octal2562721516054331054571
Binary101011101011101011010011100101100110111000101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA69; }

 p { color: rgb(174,186,105); }

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

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

 a { background-color: rgb(174,186,105); }

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

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

 span { border-color: rgb(174,186,105); }

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