#AEB45C

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

Shades of Olive Green #AEB45C

Tints of Olive Green #AEB45C

Color information

#AEB45C (or 0xAEB45C) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 5C. RGB value is (174,180,92). Sum of RGB (Red+Green+Blue) = 174+180+92=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB45C is #514BA3. Grayscale: #A8A8A8. Windows color (decimal): -5327780 or 6075566. OLE color: 6075566.

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

Color convert

RGB17418092-
CMYK0.0300.490.29
HSL64.09º36.97%53.33%-
HSV(B)64.09º48.89%70.59%-
XYZ35.7142.4116.43-
YUV168.1785.01132.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=39.01%
G=40.36%
B=20.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180920.0300.490.2964.0936.9753.33
HexAEB45C30311D402535
Octal2562641343061351004565
Binary10101110101101001011100110110001111011000000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB45C; }

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

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

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

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

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

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

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

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