#AEB25A

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

Shades of Olive Green #AEB25A

Tints of Olive Green #AEB25A

Color information

#AEB25A (or 0xAEB25A) is unknown color: approx Olive Green. HEX triplet: AE, B2 and 5A. RGB value is (174,178,90). Sum of RGB (Red+Green+Blue) = 174+178+90=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB25A is #514DA5. Grayscale: #A7A7A7. Windows color (decimal): -5328294 or 5943982. OLE color: 5943982.

HSL color Cylindrical-coordinate representation of color #AEB25A: hue angle of 62.73º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEB25A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17417890-
CMYK0.0200.490.30
HSL62.73º36.36%52.55%-
HSV(B)62.73º49.44%69.8%-
XYZ35.2241.5815.84-
YUV166.7784.67133.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 178 (69.92% from 255) = 40.27%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=39.37%
G=40.27%
B=20.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178900.0200.490.3062.7336.3652.55
HexAEB25A20311E3f2435
Octal256262132206136774465
Binary1010111010110010101101010011000111110111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB25A; }

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

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

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

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

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

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

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

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