#AAB94E

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

Shades of Celery #AAB94E

Tints of Celery #AAB94E

Color information

#AAB94E (or 0xAAB94E) is unknown color: approx Celery. HEX triplet: AA, B9 and 4E. RGB value is (170,185,78). Sum of RGB (Red+Green+Blue) = 170+185+78=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB94E is #5546B1. Grayscale: #A8A8A8. Windows color (decimal): -5588658 or 5159338. OLE color: 5159338.

HSL color Cylindrical-coordinate representation of color #AAB94E: hue angle of 68.41º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAB94E is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB17018578-
CMYK0.0800.580.27
HSL68.41º43.32%51.57%-
HSV(B)68.41º57.84%72.55%-
XYZ35.343.7913.8-
YUV168.3277.03129.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 185 (72.66% from 255) = 42.73%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=39.26%
G=42.73%
B=18.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170185780.0800.580.2768.4143.3251.57
HexAAB94E803A1B442b34
Octal25227111610072331045364
Binary1010101010111001100111010000111010110111000100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB94E; }

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

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

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

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

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

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

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

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