#A2BE32

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

Shades of Yellow Green #A2BE32

Tints of Yellow Green #A2BE32

Color information

#A2BE32 (or 0xA2BE32) is unknown color: approx Yellow Green. HEX triplet: A2, BE and 32. RGB value is (162,190,50). Sum of RGB (Red+Green+Blue) = 162+190+50=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE32 is #5D41CD. Grayscale: #A6A6A6. Windows color (decimal): -6111694 or 3325602. OLE color: 3325602.

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

Color convert

RGB16219050-
CMYK0.1500.740.25
HSL72º58.33%47.06%-
HSV(B)72º73.68%74.51%-
XYZ33.8944.749.87-
YUV165.6762.72125.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 50 (19.92% from 255) = 12.44%
R=40.30%
G=47.26%
B=12.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162190500.1500.740.257258.3347.06
HexA2BE32F04A19483a2f
Octal24227662170112311107257
Binary1010001010111110110010111101001010110011001000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE32; }

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

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

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

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

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

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

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

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