#AEBD5E

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

Shades of Olive Green #AEBD5E

Tints of Olive Green #AEBD5E

Color information

#AEBD5E (or 0xAEBD5E) is unknown color: approx Olive Green. HEX triplet: AE, BD and 5E. RGB value is (174,189,94). Sum of RGB (Red+Green+Blue) = 174+189+94=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD5E is #5142A1. Grayscale: #AEAEAE. Windows color (decimal): -5325474 or 6208942. OLE color: 6208942.

HSL color Cylindrical-coordinate representation of color #AEBD5E: hue angle of 69.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEBD5E is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB17418994-
CMYK0.0800.500.26
HSL69.47º41.85%55.49%-
HSV(B)69.47º50.26%74.12%-
XYZ37.6746.217.52-
YUV173.6883.03128.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=38.07%
G=41.36%
B=20.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189940.0800.500.2669.4741.8555.49
HexAEBD5E80321A452a37
Octal25627513610062321055267
Binary1010111010111101101111010000110010110101000101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD5E; }

 p { color: rgb(174,189,94); }

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

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

 a { background-color: rgb(174,189,94); }

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

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

 span { border-color: rgb(174,189,94); }

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