#AEB053

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

Shades of Olive Green #AEB053

Tints of Olive Green #AEB053

Color information

#AEB053 (or 0xAEB053) is unknown color: approx Olive Green. HEX triplet: AE, B0 and 53. RGB value is (174,176,83). Sum of RGB (Red+Green+Blue) = 174+176+83=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB053 is #514FAC. Grayscale: #A5A5A5. Windows color (decimal): -5328813 or 5484718. OLE color: 5484718.

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

Color convert

RGB17417683-
CMYK0.0100.530.31
HSL61.29º37.05%50.78%-
HSV(B)61.29º52.84%69.02%-
XYZ34.5440.6714.21-
YUV164.881.84134.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 83 (32.81% from 255) = 19.17%
R=40.18%
G=40.65%
B=19.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174176830.0100.530.3161.2937.0550.78
HexAEB05310351F3d2533
Octal256260123106537754563
Binary101011101011000010100111011010111111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB053; }

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

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

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

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

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

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

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

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