#AEB85F

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

Shades of Olive Green #AEB85F

Tints of Olive Green #AEB85F

Color information

#AEB85F (or 0xAEB85F) is unknown color: approx Olive Green. HEX triplet: AE, B8 and 5F. RGB value is (174,184,95). Sum of RGB (Red+Green+Blue) = 174+184+95=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB85F is #5147A0. Grayscale: #ABABAB. Windows color (decimal): -5326753 or 6273198. OLE color: 6273198.

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

Color convert

RGB17418495-
CMYK0.0500.480.28
HSL66.74º38.53%54.71%-
HSV(B)66.74º48.37%72.16%-
XYZ36.6644.1117.41-
YUV170.8685.19130.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=38.41%
G=40.62%
B=20.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184950.0500.480.2866.7438.5354.71
HexAEB85F50301C432737
Octal2562701375060341034767
Binary101011101011100010111111010110000111001000011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB85F; }

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

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

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

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

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

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

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

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