#AEBC67

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

Shades of Olive Green #AEBC67

Tints of Olive Green #AEBC67

Color information

#AEBC67 (or 0xAEBC67) is unknown color: approx Olive Green. HEX triplet: AE, BC and 67. RGB value is (174,188,103). Sum of RGB (Red+Green+Blue) = 174+188+103=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC67 is #514398. Grayscale: #AEAEAE. Windows color (decimal): -5325721 or 6798510. OLE color: 6798510.

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

Color convert

RGB174188103-
CMYK0.0700.450.26
HSL69.88º38.81%57.06%-
HSV(B)69.88º45.21%73.73%-
XYZ37.8945.9419.7-
YUV174.1287.86127.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=37.42%
G=40.43%
B=22.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881030.0700.450.2669.8838.8157.06
HexAEBC67702D1A462739
Octal2562741477055321064771
Binary101011101011110011001111110101101110101000110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC67; }

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

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

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

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

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

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

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

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