#AAB24A

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

Shades of Celery #AAB24A

Tints of Celery #AAB24A

Color information

#AAB24A (or 0xAAB24A) is unknown color: approx Celery. HEX triplet: AA, B2 and 4A. RGB value is (170,178,74). Sum of RGB (Red+Green+Blue) = 170+178+74=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB24A is #554DB5. Grayscale: #A4A4A4. Windows color (decimal): -5590454 or 4895402. OLE color: 4895402.

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

Color convert

RGB17017874-
CMYK0.0400.580.30
HSL64.62º41.27%49.41%-
HSV(B)64.62º58.43%69.8%-
XYZ33.7340.8812.59-
YUV163.7577.35132.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 178 (69.92% from 255) = 42.18%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=40.28%
G=42.18%
B=17.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170178740.0400.580.3064.6241.2749.41
HexAAB24A403A1E412931
Octal2522621124072361015161
Binary101010101011001010010101000111010111101000001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB24A; }

 p { color: rgb(170,178,74); }

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

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

 a { background-color: rgb(170,178,74); }

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

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

 span { border-color: rgb(170,178,74); }

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