#A6BE34

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

Shades of Yellow Green #A6BE34

Tints of Yellow Green #A6BE34

Color information

#A6BE34 (or 0xA6BE34) is unknown color: approx Yellow Green. HEX triplet: A6, BE and 34. RGB value is (166,190,52). Sum of RGB (Red+Green+Blue) = 166+190+52=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BE34 is #5941CB. Grayscale: #A7A7A7. Windows color (decimal): -5849548 or 3456678. OLE color: 3456678.

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

Color convert

RGB16619052-
CMYK0.1300.730.25
HSL70.43º57.02%47.45%-
HSV(B)70.43º72.63%74.51%-
XYZ34.7645.1810.14-
YUV167.0963.05127.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 190 (74.61% from 255) = 46.57%
BLUE value IS 52 (20.70% from 255) = 12.75%
R=40.69%
G=46.57%
B=12.75%

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
Decimal166190520.1300.730.2570.4357.0247.45
HexA6BE34D0491946392f
Octal24627664150111311067157
Binary1010011010111110110100110101001001110011000110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE34; }

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

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

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

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

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

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

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

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