#AABA50

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

Shades of Celery #AABA50

Tints of Celery #AABA50

Color information

#AABA50 (or 0xAABA50) is unknown color: approx Celery. HEX triplet: AA, BA and 50. RGB value is (170,186,80). Sum of RGB (Red+Green+Blue) = 170+186+80=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA50 is #5545AF. Grayscale: #A9A9A9. Windows color (decimal): -5588400 or 5290666. OLE color: 5290666.

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

Color convert

RGB17018680-
CMYK0.0900.570.27
HSL69.06º43.44%52.16%-
HSV(B)69.06º56.99%72.94%-
XYZ35.5844.2414.25-
YUV169.1377.7128.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=38.99%
G=42.66%
B=18.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186800.0900.570.2769.0643.4452.16
HexAABA5090391B452b34
Octal25227212011071331055364
Binary1010101010111010101000010010111001110111000101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA50; }

 p { color: rgb(170,186,80); }

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

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

 a { background-color: rgb(170,186,80); }

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

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

 span { border-color: rgb(170,186,80); }

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