#AEBC3A

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

Shades of Celery #AEBC3A

Tints of Celery #AEBC3A

Color information

#AEBC3A (or 0xAEBC3A) is unknown color: approx Celery. HEX triplet: AE, BC and 3A. RGB value is (174,188,58). Sum of RGB (Red+Green+Blue) = 174+188+58=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC3A is #5143C5. Grayscale: #A9A9A9. Windows color (decimal): -5325766 or 3849390. OLE color: 3849390.

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

Color convert

RGB17418858-
CMYK0.0700.690.26
HSL66.46º52.85%48.24%-
HSV(B)66.46º69.15%73.73%-
XYZ36.245.2710.83-
YUV168.9965.36131.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 188 (73.83% from 255) = 44.76%
BLUE value IS 58 (23.05% from 255) = 13.81%
R=41.43%
G=44.76%
B=13.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174188580.0700.690.2666.4652.8548.24
HexAEBC3A70451A423530
Octal2562747270105321026560
Binary101011101011110011101011101000101110101000010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC3A; }

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

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

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

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

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

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

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

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