#A5BE34

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

Shades of Yellow Green #A5BE34

Tints of Yellow Green #A5BE34

Color information

#A5BE34 (or 0xA5BE34) is unknown color: approx Yellow Green. HEX triplet: A5, BE and 34. RGB value is (165,190,52). Sum of RGB (Red+Green+Blue) = 165+190+52=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BE34 is #5A41CB. Grayscale: #A7A7A7. Windows color (decimal): -5915084 or 3456677. OLE color: 3456677.

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

Color convert

RGB16519052-
CMYK0.1300.730.25
HSL70.87º57.02%47.45%-
HSV(B)70.87º72.63%74.51%-
XYZ34.5545.0710.13-
YUV166.7963.22126.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 52 (20.70% from 255) = 12.78%
R=40.54%
G=46.68%
B=12.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165190520.1300.730.2570.8757.0247.45
HexA5BE34D0491947392f
Octal24527664150111311077157
Binary1010010110111110110100110101001001110011000111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE34; }

 p { color: rgb(165,190,52); }

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

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

 a { background-color: rgb(165,190,52); }

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

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

 span { border-color: rgb(165,190,52); }

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