#AABA53

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

Shades of Celery #AABA53

Tints of Celery #AABA53

Color information

#AABA53 (or 0xAABA53) is unknown color: approx Celery. HEX triplet: AA, BA and 53. RGB value is (170,186,83). Sum of RGB (Red+Green+Blue) = 170+186+83=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA53 is #5545AC. Grayscale: #A9A9A9. Windows color (decimal): -5588397 or 5487274. OLE color: 5487274.

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

Color convert

RGB17018683-
CMYK0.0900.550.27
HSL69.32º42.74%52.75%-
HSV(B)69.32º55.38%72.94%-
XYZ35.744.2914.85-
YUV169.4779.2128.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 186 (73.05% from 255) = 42.37%
BLUE value IS 83 (32.81% from 255) = 18.91%
R=38.72%
G=42.37%
B=18.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186830.0900.550.2769.3242.7452.75
HexAABA5390371B452b35
Octal25227212311067331055365
Binary1010101010111010101001110010110111110111000101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA53; }

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

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

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

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

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

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

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

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