#AEBA40

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

Shades of Celery #AEBA40

Tints of Celery #AEBA40

Color information

#AEBA40 (or 0xAEBA40) is unknown color: approx Celery. HEX triplet: AE, BA and 40. RGB value is (174,186,64). Sum of RGB (Red+Green+Blue) = 174+186+64=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA40 is #5145BF. Grayscale: #A8A8A8. Windows color (decimal): -5326272 or 4242094. OLE color: 4242094.

HSL color Cylindrical-coordinate representation of color #AEBA40: hue angle of 65.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEBA40 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB17418664-
CMYK0.0600.660.27
HSL65.9º48.8%49.02%-
HSV(B)65.9º65.59%72.94%-
XYZ35.9444.4911.54-
YUV168.569.02131.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 64 (25.39% from 255) = 15.09%
R=41.04%
G=43.87%
B=15.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186640.0600.660.2765.948.849.02
HexAEBA4060421B423131
Octal25627210060102331026161
Binary1010111010111010100000011001000010110111000010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA40; }

 p { color: rgb(174,186,64); }

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

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

 a { background-color: rgb(174,186,64); }

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

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

 span { border-color: rgb(174,186,64); }

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