#A3BD49

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

Shades of Celery #A3BD49

Tints of Celery #A3BD49

Color information

#A3BD49 (or 0xA3BD49) is unknown color: approx Celery. HEX triplet: A3, BD and 49. RGB value is (163,189,73). Sum of RGB (Red+Green+Blue) = 163+189+73=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BD49 is #5C42B6. Grayscale: #A8A8A8. Windows color (decimal): -6046391 or 4832675. OLE color: 4832675.

HSL color Cylindrical-coordinate representation of color #A3BD49: hue angle of 73.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3BD49 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB16318973-
CMYK0.1400.610.26
HSL73.45º46.77%51.37%-
HSV(B)73.45º61.38%74.12%-
XYZ34.544.6613.11-
YUV16874.39124.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 189 (74.22% from 255) = 44.47%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=38.35%
G=44.47%
B=17.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163189730.1400.610.2673.4546.7751.37
HexA3BD49E03D1A492f33
Octal24327511116075321115763
Binary1010001110111101100100111100111101110101001001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BD49; }

 p { color: rgb(163,189,73); }

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

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

 a { background-color: rgb(163,189,73); }

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

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

 span { border-color: rgb(163,189,73); }

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