#AEB14E

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

Shades of Olive Green #AEB14E

Tints of Olive Green #AEB14E

Color information

#AEB14E (or 0xAEB14E) is unknown color: approx Olive Green. HEX triplet: AE, B1 and 4E. RGB value is (174,177,78). Sum of RGB (Red+Green+Blue) = 174+177+78=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB14E is #514EB1. Grayscale: #A5A5A5. Windows color (decimal): -5328562 or 5157294. OLE color: 5157294.

HSL color Cylindrical-coordinate representation of color #AEB14E: hue angle of 61.82º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEB14E is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17417778-
CMYK0.0200.560.31
HSL61.82º38.82%50%-
HSV(B)61.82º55.93%69.41%-
XYZ34.5540.9913.3-
YUV164.8279.01134.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 78 (30.86% from 255) = 18.18%
R=40.56%
G=41.26%
B=18.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174177780.0200.560.3161.8238.8250
HexAEB14E20381F3e2732
Octal256261116207037764762
Binary1010111010110001100111010011100011111111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB14E; }

 p { color: rgb(174,177,78); }

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

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

 a { background-color: rgb(174,177,78); }

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

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

 span { border-color: rgb(174,177,78); }

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