#AABA3C

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

Shades of Celery #AABA3C

Tints of Celery #AABA3C

Color information

#AABA3C (or 0xAABA3C) is unknown color: approx Celery. HEX triplet: AA, BA and 3C. RGB value is (170,186,60). Sum of RGB (Red+Green+Blue) = 170+186+60=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA3C is #5545C3. Grayscale: #A7A7A7. Windows color (decimal): -5588420 or 3979946. OLE color: 3979946.

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

Color convert

RGB17018660-
CMYK0.0900.680.27
HSL67.62º51.22%48.24%-
HSV(B)67.62º67.74%72.94%-
XYZ34.9543.9910.92-
YUV166.8567.7130.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 186 (73.05% from 255) = 44.71%
BLUE value IS 60 (23.83% from 255) = 14.42%
R=40.87%
G=44.71%
B=14.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186600.0900.680.2767.6251.2248.24
HexAABA3C90441B443330
Octal25227274110104331046360
Binary1010101010111010111100100101000100110111000100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA3C; }

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

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

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

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

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

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

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

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