#AECB50

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

Shades of Celery #AECB50

Tints of Celery #AECB50

Color information

#AECB50 (or 0xAECB50) is unknown color: approx Celery. HEX triplet: AE, CB and 50. RGB value is (174,203,80). Sum of RGB (Red+Green+Blue) = 174+203+80=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB50 is #5134AF. Grayscale: #B4B4B4. Windows color (decimal): -5321904 or 5295022. OLE color: 5295022.

HSL color Cylindrical-coordinate representation of color #AECB50: hue angle of 74.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AECB50 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB17420380-
CMYK0.1400.610.20
HSL74.15º54.19%55.49%-
HSV(B)74.15º60.59%79.61%-
XYZ40.2652.2915.56-
YUV180.3171.39123.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 203 (79.69% from 255) = 44.42%
BLUE value IS 80 (31.64% from 255) = 17.51%
R=38.07%
G=44.42%
B=17.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174203800.1400.610.2074.1554.1955.49
HexAECB50E03D144a3637
Octal25631312016075241126667
Binary1010111011001011101000011100111101101001001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB50; }

 p { color: rgb(174,203,80); }

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

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

 a { background-color: rgb(174,203,80); }

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

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

 span { border-color: rgb(174,203,80); }

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