#AAB04E

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

Shades of Celery #AAB04E

Tints of Celery #AAB04E

Color information

#AAB04E (or 0xAAB04E) is unknown color: approx Celery. HEX triplet: AA, B0 and 4E. RGB value is (170,176,78). Sum of RGB (Red+Green+Blue) = 170+176+78=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB04E is #554FB1. Grayscale: #A3A3A3. Windows color (decimal): -5590962 or 5157034. OLE color: 5157034.

HSL color Cylindrical-coordinate representation of color #AAB04E: hue angle of 63.67º 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 #AAB04E is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17017678-
CMYK0.0300.560.31
HSL63.67º38.58%49.8%-
HSV(B)63.67º55.68%69.02%-
XYZ33.4840.1513.19-
YUV163.0380.01132.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=40.09%
G=41.51%
B=18.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170176780.0300.560.3163.6738.5849.8
HexAAB04E30381F402732
Octal2522601163070371004762
Binary10101010101100001001110110111000111111000000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB04E; }

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

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

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

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

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

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

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

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