#AEB656

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

Shades of Olive Green #AEB656

Tints of Olive Green #AEB656

Color information

#AEB656 (or 0xAEB656) is unknown color: approx Olive Green. HEX triplet: AE, B6 and 56. RGB value is (174,182,86). Sum of RGB (Red+Green+Blue) = 174+182+86=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB656 is #5149A9. Grayscale: #A9A9A9. Windows color (decimal): -5327274 or 5682862. OLE color: 5682862.

HSL color Cylindrical-coordinate representation of color #AEB656: hue angle of 65º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEB656 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB17418286-
CMYK0.0400.530.29
HSL65º39.67%52.55%-
HSV(B)65º52.75%71.37%-
XYZ35.8643.1315.24-
YUV168.6681.35131.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 182 (71.48% from 255) = 41.18%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=39.37%
G=41.18%
B=19.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174182860.0400.530.296539.6752.55
HexAEB65640351D412835
Octal2562661264065351015065
Binary101011101011011010101101000110101111011000001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB656; }

 p { color: rgb(174,182,86); }

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

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

 a { background-color: rgb(174,182,86); }

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

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

 span { border-color: rgb(174,182,86); }

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