#AABD4F

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

Shades of Celery #AABD4F

Tints of Celery #AABD4F

Color information

#AABD4F (or 0xAABD4F) is unknown color: approx Celery. HEX triplet: AA, BD and 4F. RGB value is (170,189,79). Sum of RGB (Red+Green+Blue) = 170+189+79=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD4F is #5542B0. Grayscale: #ABABAB. Windows color (decimal): -5587633 or 5225898. OLE color: 5225898.

HSL color Cylindrical-coordinate representation of color #AABD4F: hue angle of 70.36º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AABD4F is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB17018979-
CMYK0.1000.580.26
HSL70.36º45.45%52.55%-
HSV(B)70.36º58.2%74.12%-
XYZ36.1945.5114.27-
YUV170.7876.21127.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 189 (74.22% from 255) = 43.15%
BLUE value IS 79 (31.25% from 255) = 18.04%
R=38.81%
G=43.15%
B=18.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170189790.1000.580.2670.3645.4552.55
HexAABD4FA03A1A462d35
Octal25227511712072321065565
Binary1010101010111101100111110100111010110101000110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD4F; }

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

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

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

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

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

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

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

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