#AEB45A

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

Shades of Olive Green #AEB45A

Tints of Olive Green #AEB45A

Color information

#AEB45A (or 0xAEB45A) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 5A. RGB value is (174,180,90). Sum of RGB (Red+Green+Blue) = 174+180+90=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB45A is #514BA5. Grayscale: #A8A8A8. Windows color (decimal): -5327782 or 5944494. OLE color: 5944494.

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

Color convert

RGB17418090-
CMYK0.0300.500.29
HSL64º37.5%52.94%-
HSV(B)64º50%70.59%-
XYZ35.6242.3815.98-
YUV167.9584.01132.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=39.19%
G=40.54%
B=20.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180900.0300.500.296437.552.94
HexAEB45A30321D402635
Octal2562641323062351004665
Binary10101110101101001011010110110010111011000000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB45A; }

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

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

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

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

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

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

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

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