Html Css Color HEX #A2BE50 Celery

📋 copy color: '#A2BE50'

red 162 ◦ green 190 ◦ blue 80

#A2BE50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #A2BE50

Tints of Celery #A2BE50

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 value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#A2BE50 (or 0xA2BE50) is known color: 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

RGB 162 190 80 -
CMYK 0.15 0 0.58 0.25
HSL 75.27º 0.46% 0.53% -
HSV(B) 75.27º 0.58% 0.75% -
XYZ 34.76 45.09 14.46 -
YUV 169.09 77.72 122.94 -
System Red Green Blue C M Y K H S L
Decimal 162 190 80 0.15 0 0.58 0.25 75.27 0.46 0.53
Hex A2 BE 50 F 0 3A 19 4B 2E 35
Octal 242 276 120 17 0 72 31 113 56 65
Binary 10100010 10111110 1010000 1111 0 111010 11001 1001011 101110 110101

Color Harmonies of #A2BE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE50

Black with #A2BE50

Text Example


Text Example

White with #A2BE50

Text Example


Text Example

HTML Codes & Css Web 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>