#AEB45F

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

Shades of Olive Green #AEB45F

Tints of Olive Green #AEB45F

Color information

#AEB45F (or 0xAEB45F) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 5F. RGB value is (174,180,95). Sum of RGB (Red+Green+Blue) = 174+180+95=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB45F is #514BA0. Grayscale: #A8A8A8. Windows color (decimal): -5327777 or 6272174. OLE color: 6272174.

HSL color Cylindrical-coordinate representation of color #AEB45F: hue angle of 64.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEB45F is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB17418095-
CMYK0.0300.470.29
HSL64.24º36.17%53.92%-
HSV(B)64.24º47.22%70.59%-
XYZ35.8442.4717.13-
YUV168.5286.51131.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=38.75%
G=40.09%
B=21.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180950.0300.470.2964.2436.1753.92
HexAEB45F302F1D402436
Octal2562641373057351004466
Binary10101110101101001011111110101111111011000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB45F; }

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

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

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

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

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

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

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

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