#AEB56A

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

Shades of Olive Green #AEB56A

Tints of Olive Green #AEB56A

Color information

#AEB56A (or 0xAEB56A) is unknown color: approx Olive Green. HEX triplet: AE, B5 and 6A. RGB value is (174,181,106). Sum of RGB (Red+Green+Blue) = 174+181+106=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB56A is #514A95. Grayscale: #AAAAAA. Windows color (decimal): -5327510 or 6993326. OLE color: 6993326.

HSL color Cylindrical-coordinate representation of color #AEB56A: hue angle of 65.6º degrees, saturation: 0.34, 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 #AEB56A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB174181106-
CMYK0.0400.410.29
HSL65.6º33.63%56.27%-
HSV(B)65.6º41.44%70.98%-
XYZ36.5843.0920.02-
YUV170.3691.68130.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=37.74%
G=39.26%
B=22.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811060.0400.410.2965.633.6356.27
HexAEB56A40291D422238
Octal2562651524051351024270
Binary101011101011010111010101000101001111011000010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB56A; }

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

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

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

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

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

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

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

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