#aeb65d

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

Shades of Olive Green #AEB65D

Tints of Olive Green #AEB65D

Color information

#AEB65D (or 0xAEB65D) is unknown color: approx Olive Green. HEX triplet: AE, B6 and 5D. RGB value is (174,182,93). Sum of RGB (Red+Green+Blue) = 174+182+93=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB65D is #5149A2. Grayscale: #A9A9A9. Windows color (decimal): -5327267 or 6141614. OLE color: 6141614.

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

Color convert

RGB17418293-
CMYK0.0400.490.29
HSL65.39º37.87%53.92%-
HSV(B)65.39º48.9%71.37%-
XYZ36.1643.2416.8-
YUV169.4684.85131.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 182 (71.48% from 255) = 40.53%
BLUE value IS 93 (36.72% from 255) = 20.71%
R=38.75%
G=40.53%
B=20.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174182930.0400.490.2965.3937.8753.92
HexAEB65D40311D412636
Octal2562661354061351014666
Binary101011101011011010111011000110001111011000001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aeb65d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aeb65d; }

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

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

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

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

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

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

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

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