#AABA41

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

Shades of Celery #AABA41

Tints of Celery #AABA41

Color information

#AABA41 (or 0xAABA41) is unknown color: approx Celery. HEX triplet: AA, BA and 41. RGB value is (170,186,65). Sum of RGB (Red+Green+Blue) = 170+186+65=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA41 is #5545BE. Grayscale: #A7A7A7. Windows color (decimal): -5588415 or 4307626. OLE color: 4307626.

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

Color convert

RGB17018665-
CMYK0.0900.650.27
HSL67.93º48.21%49.22%-
HSV(B)67.93º65.05%72.94%-
XYZ35.0944.0511.65-
YUV167.4270.2129.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 65 (25.78% from 255) = 15.44%
R=40.38%
G=44.18%
B=15.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186650.0900.650.2767.9348.2149.22
HexAABA4190411B443031
Octal252272101110101331046061
Binary10101010101110101000001100101000001110111000100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA41; }

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

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

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

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

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

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

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

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