#A4BE32

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

Shades of Yellow Green #A4BE32

Tints of Yellow Green #A4BE32

Color information

#A4BE32 (or 0xA4BE32) is unknown color: approx Yellow Green. HEX triplet: A4, BE and 32. RGB value is (164,190,50). Sum of RGB (Red+Green+Blue) = 164+190+50=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BE32 is #5B41CD. Grayscale: #A6A6A6. Windows color (decimal): -5980622 or 3325604. OLE color: 3325604.

HSL color Cylindrical-coordinate representation of color #A4BE32: hue angle of 71.14º 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 #A4BE32 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB16419050-
CMYK0.1400.740.25
HSL71.14º58.33%47.06%-
HSV(B)71.14º73.68%74.51%-
XYZ34.344.959.89-
YUV166.2762.39126.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 190 (74.61% from 255) = 47.03%
BLUE value IS 50 (19.92% from 255) = 12.38%
R=40.59%
G=47.03%
B=12.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164190500.1400.740.2571.1458.3347.06
HexA4BE32E04A19473a2f
Octal24427662160112311077257
Binary1010010010111110110010111001001010110011000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE32; }

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

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

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

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

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

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

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

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