#AEB64A

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

Shades of Celery #AEB64A

Tints of Celery #AEB64A

Color information

#AEB64A (or 0xAEB64A) is unknown color: approx Celery. HEX triplet: AE, B6 and 4A. RGB value is (174,182,74). Sum of RGB (Red+Green+Blue) = 174+182+74=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB64A is #5149B5. Grayscale: #A7A7A7. Windows color (decimal): -5327286 or 4896430. OLE color: 4896430.

HSL color Cylindrical-coordinate representation of color #AEB64A: hue angle of 64.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEB64A is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB17418274-
CMYK0.0400.590.29
HSL64.44º42.52%50.2%-
HSV(B)64.44º59.34%71.37%-
XYZ35.4242.9512.9-
YUV167.375.35132.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 74 (29.30% from 255) = 17.21%
R=40.47%
G=42.33%
B=17.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174182740.0400.590.2964.4442.5250.2
HexAEB64A403B1D402b32
Octal2562661124073351005362
Binary101011101011011010010101000111011111011000000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB64A; }

 p { color: rgb(174,182,74); }

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

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

 a { background-color: rgb(174,182,74); }

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

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

 span { border-color: rgb(174,182,74); }

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