#A2BE50

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

Shades of Celery #A2BE50

Tints of Celery #A2BE50

Color information

#A2BE50 (or 0xA2BE50) is unknown color: approx Celery. HEX triplet: A2, BE and 50. RGB value is (162,190,80). Sum of RGB (Red+Green+Blue) = 162+190+80=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE50 is #5D41AF. Grayscale: #A9A9A9. Windows color (decimal): -6111664 or 5291682. OLE color: 5291682.

HSL color Cylindrical-coordinate representation of color #A2BE50: hue angle of 75.27º 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 #A2BE50 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB16219080-
CMYK0.1500.580.25
HSL75.27º45.83%52.94%-
HSV(B)75.27º57.89%74.51%-
XYZ34.7645.0914.46-
YUV169.0977.72122.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 80 (31.64% from 255) = 18.52%
R=37.5%
G=43.98%
B=18.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162190800.1500.580.2575.2745.8352.94
HexA2BE50F03A194b2e35
Octal24227612017072311135665
Binary1010001010111110101000011110111010110011001011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE50; }

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

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

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

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

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

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

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

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