#AEB46A

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

Shades of Olive Green #AEB46A

Tints of Olive Green #AEB46A

Color information

#AEB46A (or 0xAEB46A) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 6A. RGB value is (174,180,106). Sum of RGB (Red+Green+Blue) = 174+180+106=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB46A is #514B95. Grayscale: #AAAAAA. Windows color (decimal): -5327766 or 6993070. OLE color: 6993070.

HSL color Cylindrical-coordinate representation of color #AEB46A: hue angle of 64.86º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEB46A is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB174180106-
CMYK0.0300.410.29
HSL64.86º33.04%56.08%-
HSV(B)64.86º41.11%70.59%-
XYZ36.3842.6819.96-
YUV169.7792.01131.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=37.83%
G=39.13%
B=23.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801060.0300.410.2964.8633.0456.08
HexAEB46A30291D412138
Octal2562641523051351014170
Binary10101110101101001101010110101001111011000001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB46A; }

 p { color: rgb(174,180,106); }

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

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

 a { background-color: rgb(174,180,106); }

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

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

 span { border-color: rgb(174,180,106); }

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