#AEB164

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

Shades of Olive Green #AEB164

Tints of Olive Green #AEB164

Color information

#AEB164 (or 0xAEB164) is unknown color: approx Olive Green. HEX triplet: AE, B1 and 64. RGB value is (174,177,100). Sum of RGB (Red+Green+Blue) = 174+177+100=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB164 is #514E9B. Grayscale: #A7A7A7. Windows color (decimal): -5328540 or 6599086. OLE color: 6599086.

HSL color Cylindrical-coordinate representation of color #AEB164: hue angle of 62.34º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEB164 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB174177100-
CMYK0.0200.440.31
HSL62.34º33.05%54.31%-
HSV(B)62.34º43.5%69.41%-
XYZ35.4841.3618.17-
YUV167.3290.01132.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 177 (69.53% from 255) = 39.25%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=38.58%
G=39.25%
B=22.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771000.0200.440.3162.3433.0554.31
HexAEB164202C1F3e2136
Octal256261144205437764166
Binary1010111010110001110010010010110011111111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB164; }

 p { color: rgb(174,177,100); }

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

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

 a { background-color: rgb(174,177,100); }

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

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

 span { border-color: rgb(174,177,100); }

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