#AEBA5F

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

Shades of Olive Green #AEBA5F

Tints of Olive Green #AEBA5F

Color information

#AEBA5F (or 0xAEBA5F) is unknown color: approx Olive Green. HEX triplet: AE, BA and 5F. RGB value is (174,186,95). Sum of RGB (Red+Green+Blue) = 174+186+95=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA5F is #5145A0. Grayscale: #ACACAC. Windows color (decimal): -5326241 or 6273710. OLE color: 6273710.

HSL color Cylindrical-coordinate representation of color #AEBA5F: hue angle of 67.91º 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 #AEBA5F is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB17418695-
CMYK0.0600.490.27
HSL67.91º39.74%55.1%-
HSV(B)67.91º48.92%72.94%-
XYZ37.0844.9417.55-
YUV172.0484.52129.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=38.24%
G=40.88%
B=20.88%

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
Decimal174186950.0600.490.2767.9139.7455.1
HexAEBA5F60311B442837
Octal2562721376061331045067
Binary101011101011101010111111100110001110111000100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA5F; }

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

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

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

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

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

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

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

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