#AEB349

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

Shades of Celery #AEB349

Tints of Celery #AEB349

Color information

#AEB349 (or 0xAEB349) is unknown color: approx Celery. HEX triplet: AE, B3 and 49. RGB value is (174,179,73). Sum of RGB (Red+Green+Blue) = 174+179+73=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB349 is #514CB6. Grayscale: #A5A5A5. Windows color (decimal): -5328055 or 4830126. OLE color: 4830126.

HSL color Cylindrical-coordinate representation of color #AEB349: hue angle of 62.83º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEB349 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17417973-
CMYK0.0300.590.30
HSL62.83º42.06%49.41%-
HSV(B)62.83º59.22%70.2%-
XYZ34.7841.7212.52-
YUV165.4275.84134.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 73 (28.91% from 255) = 17.14%
R=40.85%
G=42.02%
B=17.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174179730.0300.590.3062.8342.0649.41
HexAEB349303B1E3f2a31
Octal256263111307336775261
Binary1010111010110011100100111011101111110111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB349; }

 p { color: rgb(174,179,73); }

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

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

 a { background-color: rgb(174,179,73); }

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

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

 span { border-color: rgb(174,179,73); }

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