#AEBA5E

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

Shades of Olive Green #AEBA5E

Tints of Olive Green #AEBA5E

Color information

#AEBA5E (or 0xAEBA5E) is unknown color: approx Olive Green. HEX triplet: AE, BA and 5E. RGB value is (174,186,94). Sum of RGB (Red+Green+Blue) = 174+186+94=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA5E is #5145A1. Grayscale: #ACACAC. Windows color (decimal): -5326242 or 6208174. OLE color: 6208174.

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

Color convert

RGB17418694-
CMYK0.0600.490.27
HSL67.83º40%54.9%-
HSV(B)67.83º49.46%72.94%-
XYZ37.0344.9217.31-
YUV171.9284.02129.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=38.33%
G=40.97%
B=20.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186940.0600.490.2767.834054.9
HexAEBA5E60311B442837
Octal2562721366061331045067
Binary101011101011101010111101100110001110111000100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA5E; }

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

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

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

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

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

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

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

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