#AEB165

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

Shades of Olive Green #AEB165

Tints of Olive Green #AEB165

Color information

#AEB165 (or 0xAEB165) is unknown color: approx Olive Green. HEX triplet: AE, B1 and 65. RGB value is (174,177,101). Sum of RGB (Red+Green+Blue) = 174+177+101=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB165 is #514E9A. Grayscale: #A7A7A7. Windows color (decimal): -5328539 or 6664622. OLE color: 6664622.

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

Color convert

RGB174177101-
CMYK0.0200.430.31
HSL62.37º32.76%54.51%-
HSV(B)62.37º42.94%69.41%-
XYZ35.5341.3818.43-
YUV167.4490.51132.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=38.50%
G=39.16%
B=22.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771010.0200.430.3162.3732.7654.51
HexAEB165202B1F3e2137
Octal256261145205337764167
Binary1010111010110001110010110010101111111111110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB165; }

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

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

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

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

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

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

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

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