#AAB14E

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

Shades of Celery #AAB14E

Tints of Celery #AAB14E

Color information

#AAB14E (or 0xAAB14E) is unknown color: approx Celery. HEX triplet: AA, B1 and 4E. RGB value is (170,177,78). Sum of RGB (Red+Green+Blue) = 170+177+78=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB14E is #554EB1. Grayscale: #A4A4A4. Windows color (decimal): -5590706 or 5157290. OLE color: 5157290.

HSL color Cylindrical-coordinate representation of color #AAB14E: hue angle of 64.24º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAB14E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17017778-
CMYK0.0400.560.31
HSL64.24º38.82%50%-
HSV(B)64.24º55.93%69.41%-
XYZ33.6740.5413.26-
YUV163.6279.68132.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 177 (69.53% from 255) = 41.65%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=40%
G=41.65%
B=18.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177780.0400.560.3164.2438.8250
HexAAB14E40381F402732
Octal2522611164070371004762
Binary101010101011000110011101000111000111111000000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB14E; }

 p { color: rgb(170,177,78); }

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

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

 a { background-color: rgb(170,177,78); }

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

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

 span { border-color: rgb(170,177,78); }

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