Html Css Color HEX #A2BE4A Celery

📋 copy color: '#A2BE4A'

red 162 ◦ green 190 ◦ blue 74

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

Shades of Celery #A2BE4A

Tints of Celery #A2BE4A

RGB

 RED value IS 162 (63.67% from 255) = 38.03%

 GREEN value IS 190 (74.61% from 255) = 44.6%

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 38.03%
G = 44.6%
B = 17.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#A2BE4A (or 0xA2BE4A) is known color: Celery. HEX triplet: A2, BE and 4A. RGB value is (162,190,74). Sum of RGB (Red+Green+Blue) = 162+190+74=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE4A is #5D41B5. Grayscale: #A8A8A8. Windows color (decimal): -6111670 or 4898466. OLE color: 4898466.

HSL color Cylindrical-coordinate representation of color #A2BE4A: hue angle of 74.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2BE4A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 74 -
CMYK 0.15 0 0.61 0.25
HSL 74.48º 0.47% 0.52% -
HSV(B) 74.48º 0.61% 0.75% -
XYZ 34.55 45 13.34 -
YUV 168.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 162 190 74 0.15 0 0.61 0.25 74.48 0.47 0.52
Hex A2 BE 4A F 0 3D 19 4A 2F 34
Octal 242 276 112 17 0 75 31 112 57 64
Binary 10100010 10111110 1001010 1111 0 111101 11001 1001010 101111 110100

Color Harmonies of #A2BE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE4A

Black with #A2BE4A

Text Example


Text Example

White with #A2BE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE4A; }

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

 H1.HeaderClassName
 {
   color: #A2BE4A;
 }
 .AnyTagClassName
 {
   color: #A2BE4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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