#A4BE3A

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

Shades of Yellow Green #A4BE3A

Tints of Yellow Green #A4BE3A

Color information

#A4BE3A (or 0xA4BE3A) is unknown color: approx Yellow Green. HEX triplet: A4, BE and 3A. RGB value is (164,190,58). Sum of RGB (Red+Green+Blue) = 164+190+58=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BE3A is #5B41C5. Grayscale: #A7A7A7. Windows color (decimal): -5980614 or 3849892. OLE color: 3849892.

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

Color convert

RGB16419058-
CMYK0.1400.690.25
HSL71.82º53.23%48.63%-
HSV(B)71.82º69.47%74.51%-
XYZ34.4945.0210.88-
YUV167.1866.39125.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 58 (23.05% from 255) = 14.08%
R=39.81%
G=46.12%
B=14.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164190580.1400.690.2571.8253.2348.63
HexA4BE3AE04519483531
Octal24427672160105311106561
Binary1010010010111110111010111001000101110011001000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE3A; }

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

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

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

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

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

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

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

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