#A3BE50

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

Shades of Celery #A3BE50

Tints of Celery #A3BE50

Color information

#A3BE50 (or 0xA3BE50) is unknown color: approx Celery. HEX triplet: A3, BE and 50. RGB value is (163,190,80). Sum of RGB (Red+Green+Blue) = 163+190+80=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE50 is #5C41AF. Grayscale: #A9A9A9. Windows color (decimal): -6046128 or 5291683. OLE color: 5291683.

HSL color Cylindrical-coordinate representation of color #A3BE50: hue angle of 74.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3BE50 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB16319080-
CMYK0.1400.580.25
HSL74.73º45.83%52.94%-
HSV(B)74.73º57.89%74.51%-
XYZ34.9745.1914.47-
YUV169.3977.55123.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 80 (31.64% from 255) = 18.48%
R=37.64%
G=43.88%
B=18.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163190800.1400.580.2574.7345.8352.94
HexA3BE50E03A194b2e35
Octal24327612016072311135665
Binary1010001110111110101000011100111010110011001011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE50; }

 p { color: rgb(163,190,80); }

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

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

 a { background-color: rgb(163,190,80); }

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

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

 span { border-color: rgb(163,190,80); }

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