#AEB456

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

Shades of Olive Green #AEB456

Tints of Olive Green #AEB456

Color information

#AEB456 (or 0xAEB456) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 56. RGB value is (174,180,86). Sum of RGB (Red+Green+Blue) = 174+180+86=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB456 is #514BA9. Grayscale: #A7A7A7. Windows color (decimal): -5327786 or 5682350. OLE color: 5682350.

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

Color convert

RGB17418086-
CMYK0.0300.520.29
HSL63.83º38.52%52.16%-
HSV(B)63.83º52.22%70.59%-
XYZ35.4642.3115.1-
YUV167.4982.01132.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 86 (33.98% from 255) = 19.55%
R=39.55%
G=40.91%
B=19.55%

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
Decimal174180860.0300.520.2963.8338.5252.16
HexAEB45630341D402734
Octal2562641263064351004764
Binary10101110101101001010110110110100111011000000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB456; }

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

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

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

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

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

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

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

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