#AEBD41

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

Shades of Celery #AEBD41

Tints of Celery #AEBD41

Color information

#AEBD41 (or 0xAEBD41) is unknown color: approx Celery. HEX triplet: AE, BD and 41. RGB value is (174,189,65). Sum of RGB (Red+Green+Blue) = 174+189+65=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD41 is #5142BE. Grayscale: #AAAAAA. Windows color (decimal): -5325503 or 4308398. OLE color: 4308398.

HSL color Cylindrical-coordinate representation of color #AEBD41: hue angle of 67.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEBD41 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB17418965-
CMYK0.0800.660.26
HSL67.26º48.82%49.8%-
HSV(B)67.26º65.61%74.12%-
XYZ36.6145.7811.91-
YUV170.3868.53130.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 189 (74.22% from 255) = 44.16%
BLUE value IS 65 (25.78% from 255) = 15.19%
R=40.65%
G=44.16%
B=15.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189650.0800.660.2667.2648.8249.8
HexAEBD4180421A433132
Octal256275101100102321036162
Binary10101110101111011000001100001000010110101000011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD41; }

 p { color: rgb(174,189,65); }

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

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

 a { background-color: rgb(174,189,65); }

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

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

 span { border-color: rgb(174,189,65); }

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