#A4BE3C

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

Shades of Yellow Green #A4BE3C

Tints of Yellow Green #A4BE3C

Color information

#A4BE3C (or 0xA4BE3C) is unknown color: approx Yellow Green. HEX triplet: A4, BE and 3C. RGB value is (164,190,60). Sum of RGB (Red+Green+Blue) = 164+190+60=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BE3C is #5B41C3. Grayscale: #A7A7A7. Windows color (decimal): -5980612 or 3980964. OLE color: 3980964.

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

Color convert

RGB16419060-
CMYK0.1400.680.25
HSL72º52%49.02%-
HSV(B)72º68.42%74.51%-
XYZ34.5445.0511.15-
YUV167.4167.39125.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 190 (74.61% from 255) = 45.89%
BLUE value IS 60 (23.83% from 255) = 14.49%
R=39.61%
G=45.89%
B=14.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164190600.1400.680.25725249.02
HexA4BE3CE04419483431
Octal24427674160104311106461
Binary1010010010111110111100111001000100110011001000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE3C; }

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

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

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

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

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

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

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

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