#AEB559

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

Shades of Olive Green #AEB559

Tints of Olive Green #AEB559

Color information

#AEB559 (or 0xAEB559) is unknown color: approx Olive Green. HEX triplet: AE, B5 and 59. RGB value is (174,181,89). Sum of RGB (Red+Green+Blue) = 174+181+89=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB559 is #514AA6. Grayscale: #A8A8A8. Windows color (decimal): -5327527 or 5879214. OLE color: 5879214.

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

Color convert

RGB17418189-
CMYK0.0400.510.29
HSL64.57º38.33%52.94%-
HSV(B)64.57º50.83%70.98%-
XYZ35.7842.7715.82-
YUV168.4283.18131.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 89 (35.16% from 255) = 20.05%
R=39.19%
G=40.77%
B=20.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174181890.0400.510.2964.5738.3352.94
HexAEB55940331D412635
Octal2562651314063351014665
Binary101011101011010110110011000110011111011000001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB559; }

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

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

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

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

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

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

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

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