#AEB85D

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

Shades of Olive Green #AEB85D

Tints of Olive Green #AEB85D

Color information

#AEB85D (or 0xAEB85D) is unknown color: approx Olive Green. HEX triplet: AE, B8 and 5D. RGB value is (174,184,93). Sum of RGB (Red+Green+Blue) = 174+184+93=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB85D is #5147A2. Grayscale: #AAAAAA. Windows color (decimal): -5326755 or 6142126. OLE color: 6142126.

HSL color Cylindrical-coordinate representation of color #AEB85D: hue angle of 66.59º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEB85D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB17418493-
CMYK0.0500.490.28
HSL66.59º39.06%54.31%-
HSV(B)66.59º49.46%72.16%-
XYZ36.5744.0716.93-
YUV170.6484.19130.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 184 (72.27% from 255) = 40.80%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=38.58%
G=40.80%
B=20.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184930.0500.490.2866.5939.0654.31
HexAEB85D50311C432736
Octal2562701355061341034766
Binary101011101011100010111011010110001111001000011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB85D; }

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

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

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

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

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

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

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

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