#AEB259

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

Shades of Olive Green #AEB259

Tints of Olive Green #AEB259

Color information

#AEB259 (or 0xAEB259) is unknown color: approx Olive Green. HEX triplet: AE, B2 and 59. RGB value is (174,178,89). Sum of RGB (Red+Green+Blue) = 174+178+89=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB259 is #514DA6. Grayscale: #A7A7A7. Windows color (decimal): -5328295 or 5878446. OLE color: 5878446.

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

Color convert

RGB17417889-
CMYK0.0200.50.30
HSL62.7º36.63%52.35%-
HSV(B)62.7º50%69.8%-
XYZ35.1841.5615.62-
YUV166.6684.17133.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 89 (35.16% from 255) = 20.18%
R=39.46%
G=40.36%
B=20.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178890.0200.50.3062.736.6352.35
HexAEB25920321E3f2534
Octal256262131206236774564
Binary1010111010110010101100110011001011110111111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB259; }

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

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

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

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

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

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

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

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