#AEBC5A

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

Shades of Celery #AEBC5A

Tints of Celery #AEBC5A

Color information

#AEBC5A (or 0xAEBC5A) is unknown color: approx Celery. HEX triplet: AE, BC and 5A. RGB value is (174,188,90). Sum of RGB (Red+Green+Blue) = 174+188+90=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC5A is #5143A5. Grayscale: #ADADAD. Windows color (decimal): -5325734 or 5946542. OLE color: 5946542.

HSL color Cylindrical-coordinate representation of color #AEBC5A: hue angle of 68.57º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEBC5A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB17418890-
CMYK0.0700.520.26
HSL68.57º42.24%54.51%-
HSV(B)68.57º52.13%73.73%-
XYZ37.2845.716.53-
YUV172.6481.36128.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 90 (35.55% from 255) = 19.91%
R=38.50%
G=41.59%
B=19.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174188900.0700.520.2668.5742.2454.51
HexAEBC5A70341A452a37
Octal2562741327064321055267
Binary101011101011110010110101110110100110101000101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC5A; }

 p { color: rgb(174,188,90); }

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

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

 a { background-color: rgb(174,188,90); }

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

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

 span { border-color: rgb(174,188,90); }

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