#AEBC5F

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

Shades of Olive Green #AEBC5F

Tints of Olive Green #AEBC5F

Color information

#AEBC5F (or 0xAEBC5F) is unknown color: approx Olive Green. HEX triplet: AE, BC and 5F. RGB value is (174,188,95). Sum of RGB (Red+Green+Blue) = 174+188+95=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC5F is #5143A0. Grayscale: #ADADAD. Windows color (decimal): -5325729 or 6274222. OLE color: 6274222.

HSL color Cylindrical-coordinate representation of color #AEBC5F: hue angle of 69.03º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEBC5F is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB17418895-
CMYK0.0700.490.26
HSL69.03º40.97%55.49%-
HSV(B)69.03º49.47%73.73%-
XYZ37.545.7917.69-
YUV173.2183.86128.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=38.07%
G=41.14%
B=20.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174188950.0700.490.2669.0340.9755.49
HexAEBC5F70311A452937
Octal2562741377061321055167
Binary101011101011110010111111110110001110101000101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC5F; }

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

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

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

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

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

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

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

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