#AEB055

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

Shades of Olive Green #AEB055

Tints of Olive Green #AEB055

Color information

#AEB055 (or 0xAEB055) is unknown color: approx Olive Green. HEX triplet: AE, B0 and 55. RGB value is (174,176,85). Sum of RGB (Red+Green+Blue) = 174+176+85=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB055 is #514FAA. Grayscale: #A5A5A5. Windows color (decimal): -5328811 or 5615790. OLE color: 5615790.

HSL color Cylindrical-coordinate representation of color #AEB055: hue angle of 61.32º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEB055 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB17417685-
CMYK0.0100.520.31
HSL61.32º36.55%51.18%-
HSV(B)61.32º51.7%69.02%-
XYZ34.6240.7114.63-
YUV165.0382.84134.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 85 (33.59% from 255) = 19.54%
R=40%
G=40.46%
B=19.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174176850.0100.520.3161.3236.5551.18
HexAEB05510341F3d2533
Octal256260125106437754563
Binary101011101011000010101011011010011111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB055; }

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

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

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

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

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

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

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

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