#AEB342

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

Shades of Celery #AEB342

Tints of Celery #AEB342

Color information

#AEB342 (or 0xAEB342) is unknown color: approx Celery. HEX triplet: AE, B3 and 42. RGB value is (174,179,66). Sum of RGB (Red+Green+Blue) = 174+179+66=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB342 is #514CBD. Grayscale: #A5A5A5. Windows color (decimal): -5328062 or 4371374. OLE color: 4371374.

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

Color convert

RGB17417966-
CMYK0.0300.630.30
HSL62.65º46.12%48.04%-
HSV(B)62.65º63.13%70.2%-
XYZ34.5641.6311.37-
YUV164.6272.34134.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 179 (70.31% from 255) = 42.72%
BLUE value IS 66 (26.17% from 255) = 15.75%
R=41.53%
G=42.72%
B=15.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174179660.0300.630.3062.6546.1248.04
HexAEB342303F1E3f2e30
Octal256263102307736775660
Binary1010111010110011100001011011111111110111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB342; }

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

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

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

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

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

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

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

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