#AEBC66

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

Shades of Olive Green #AEBC66

Tints of Olive Green #AEBC66

Color information

#AEBC66 (or 0xAEBC66) is unknown color: approx Olive Green. HEX triplet: AE, BC and 66. RGB value is (174,188,102). Sum of RGB (Red+Green+Blue) = 174+188+102=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC66 is #514399. Grayscale: #AEAEAE. Windows color (decimal): -5325722 or 6732974. OLE color: 6732974.

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

Color convert

RGB174188102-
CMYK0.0700.460.26
HSL69.77º39.09%56.86%-
HSV(B)69.77º45.74%73.73%-
XYZ37.8445.9219.44-
YUV174.0187.36127.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=37.5%
G=40.52%
B=21.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881020.0700.460.2669.7739.0956.86
HexAEBC66702E1A462739
Octal2562741467056321064771
Binary101011101011110011001101110101110110101000110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC66; }

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

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

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

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

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

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

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

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