Html Css Color HEX #A2BE30 Yellow Green

📋 copy color: '#A2BE30'

red 162 ◦ green 190 ◦ blue 48

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

Shades of Yellow Green #A2BE30

Tints of Yellow Green #A2BE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12%

R = 40.5%
G = 47.5%
B = 12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#A2BE30 (or 0xA2BE30) is known color: Yellow Green. HEX triplet: A2, BE and 30. RGB value is (162,190,48). Sum of RGB (Red+Green+Blue) = 162+190+48=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE30 is #5D41CF. Grayscale: #A5A5A5. Windows color (decimal): -6111696 or 3194530. OLE color: 3194530.

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

Color convert

RGB 162 190 48 -
CMYK 0.15 0 0.75 0.25
HSL 71.83º 0.6% 0.47% -
HSV(B) 71.83º 0.75% 0.75% -
XYZ 33.85 44.72 9.64 -
YUV 165.44 61.72 125.55 -
System Red Green Blue C M Y K H S L
Decimal 162 190 48 0.15 0 0.75 0.25 71.83 0.6 0.47
Hex A2 BE 30 F 0 4B 19 48 3C 2F
Octal 242 276 60 17 0 113 31 110 74 57
Binary 10100010 10111110 110000 1111 0 1001011 11001 1001000 111100 101111

Color Harmonies of #A2BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE30

Black with #A2BE30

Text Example


Text Example

White with #A2BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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