#AEB253

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

Shades of Olive Green #AEB253

Tints of Olive Green #AEB253

Color information

#AEB253 (or 0xAEB253) is unknown color: approx Olive Green. HEX triplet: AE, B2 and 53. RGB value is (174,178,83). Sum of RGB (Red+Green+Blue) = 174+178+83=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB253 is #514DAC. Grayscale: #A6A6A6. Windows color (decimal): -5328301 or 5485230. OLE color: 5485230.

HSL color Cylindrical-coordinate representation of color #AEB253: hue angle of 62.53º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEB253 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17417883-
CMYK0.0200.530.30
HSL62.53º38.15%51.18%-
HSV(B)62.53º53.37%69.8%-
XYZ34.9441.4614.35-
YUV165.9781.17133.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 178 (69.92% from 255) = 40.92%
BLUE value IS 83 (32.81% from 255) = 19.08%
R=40%
G=40.92%
B=19.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178830.0200.530.3062.5338.1551.18
HexAEB25320351E3f2633
Octal256262123206536774663
Binary1010111010110010101001110011010111110111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB253; }

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

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

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

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

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

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

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

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