#AEB457

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

Shades of Olive Green #AEB457

Tints of Olive Green #AEB457

Color information

#AEB457 (or 0xAEB457) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 57. RGB value is (174,180,87). Sum of RGB (Red+Green+Blue) = 174+180+87=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB457 is #514BA8. Grayscale: #A7A7A7. Windows color (decimal): -5327785 or 5747886. OLE color: 5747886.

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

Color convert

RGB17418087-
CMYK0.0300.520.29
HSL63.87º38.27%52.35%-
HSV(B)63.87º51.67%70.59%-
XYZ35.542.3315.32-
YUV167.682.51132.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 87 (34.38% from 255) = 19.73%
R=39.46%
G=40.82%
B=19.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180870.0300.520.2963.8738.2752.35
HexAEB45730341D402634
Octal2562641273064351004664
Binary10101110101101001010111110110100111011000000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB457; }

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

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

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

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

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

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

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

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