#AEB459

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

Shades of Olive Green #AEB459

Tints of Olive Green #AEB459

Color information

#AEB459 (or 0xAEB459) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 59. RGB value is (174,180,89). Sum of RGB (Red+Green+Blue) = 174+180+89=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB459 is #514BA6. Grayscale: #A8A8A8. Windows color (decimal): -5327783 or 5878958. OLE color: 5878958.

HSL color Cylindrical-coordinate representation of color #AEB459: hue angle of 63.96º 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 #AEB459 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB17418089-
CMYK0.0300.510.29
HSL63.96º37.76%52.75%-
HSV(B)63.96º50.56%70.59%-
XYZ35.5842.3615.75-
YUV167.8383.51132.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 89 (35.16% from 255) = 20.09%
R=39.28%
G=40.63%
B=20.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180890.0300.510.2963.9637.7652.75
HexAEB45930331D402635
Octal2562641313063351004665
Binary10101110101101001011001110110011111011000000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB459; }

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

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

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

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

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

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

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

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