#AEB560

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

Shades of Olive Green #AEB560

Tints of Olive Green #AEB560

Color information

#AEB560 (or 0xAEB560) is unknown color: approx Olive Green. HEX triplet: AE, B5 and 60. RGB value is (174,181,96). Sum of RGB (Red+Green+Blue) = 174+181+96=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB560 is #514A9F. Grayscale: #A9A9A9. Windows color (decimal): -5327520 or 6337966. OLE color: 6337966.

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

Color convert

RGB17418196-
CMYK0.0400.470.29
HSL64.94º36.48%54.31%-
HSV(B)64.94º46.96%70.98%-
XYZ36.0942.8917.44-
YUV169.2286.68131.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=38.58%
G=40.13%
B=21.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174181960.0400.470.2964.9436.4854.31
HexAEB560402F1D412436
Octal2562651404057351014466
Binary101011101011010111000001000101111111011000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB560; }

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

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

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

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

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

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

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

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