#AEB555

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

Shades of Olive Green #AEB555

Tints of Olive Green #AEB555

Color information

#AEB555 (or 0xAEB555) is unknown color: approx Olive Green. HEX triplet: AE, B5 and 55. RGB value is (174,181,85). Sum of RGB (Red+Green+Blue) = 174+181+85=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB555 is #514AAA. Grayscale: #A8A8A8. Windows color (decimal): -5327531 or 5617070. OLE color: 5617070.

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

Color convert

RGB17418185-
CMYK0.0400.530.29
HSL64.38º39.34%52.16%-
HSV(B)64.38º53.04%70.98%-
XYZ35.6242.714.96-
YUV167.9681.18132.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 85 (33.59% from 255) = 19.32%
R=39.55%
G=41.14%
B=19.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174181850.0400.530.2964.3839.3452.16
HexAEB55540351D402734
Octal2562651254065351004764
Binary101011101011010110101011000110101111011000000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB555; }

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

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

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

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

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

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

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

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