Html Css Color HEX #A2BE3A Yellow Green

📋 copy color: '#A2BE3A'

red 162 ◦ green 190 ◦ blue 58

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

Shades of Yellow Green #A2BE3A

Tints of Yellow Green #A2BE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.15%

R = 39.51%
G = 46.34%
B = 14.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#A2BE3A (or 0xA2BE3A) is known color: Yellow Green. HEX triplet: A2, BE and 3A. RGB value is (162,190,58). Sum of RGB (Red+Green+Blue) = 162+190+58=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE3A is #5D41C5. Grayscale: #A7A7A7. Windows color (decimal): -6111686 or 3849890. OLE color: 3849890.

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

Color convert

RGB 162 190 58 -
CMYK 0.15 0 0.69 0.25
HSL 72.73º 0.53% 0.49% -
HSV(B) 72.73º 0.69% 0.75% -
XYZ 34.08 44.81 10.86 -
YUV 166.58 66.72 124.73 -
System Red Green Blue C M Y K H S L
Decimal 162 190 58 0.15 0 0.69 0.25 72.73 0.53 0.49
Hex A2 BE 3A F 0 45 19 49 35 31
Octal 242 276 72 17 0 105 31 111 65 61
Binary 10100010 10111110 111010 1111 0 1000101 11001 1001001 110101 110001

Color Harmonies of #A2BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE3A

Black with #A2BE3A

Text Example


Text Example

White with #A2BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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