#AABA4F

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

Shades of Celery #AABA4F

Tints of Celery #AABA4F

Color information

#AABA4F (or 0xAABA4F) is unknown color: approx Celery. HEX triplet: AA, BA and 4F. RGB value is (170,186,79). Sum of RGB (Red+Green+Blue) = 170+186+79=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA4F is #5545B0. Grayscale: #A9A9A9. Windows color (decimal): -5588401 or 5225130. OLE color: 5225130.

HSL color Cylindrical-coordinate representation of color #AABA4F: hue angle of 68.97º degrees, saturation: 0.44, 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 #AABA4F is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB17018679-
CMYK0.0900.580.27
HSL68.97º43.67%51.96%-
HSV(B)68.97º57.53%72.94%-
XYZ35.5544.2314.06-
YUV169.0277.2128.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 79 (31.25% from 255) = 18.16%
R=39.08%
G=42.76%
B=18.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186790.0900.580.2768.9743.6751.96
HexAABA4F903A1B452c34
Octal25227211711072331055464
Binary1010101010111010100111110010111010110111000101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA4F; }

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

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

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

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

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

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

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

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