#A4BB34

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

Shades of Yellow Green #A4BB34

Tints of Yellow Green #A4BB34

Color information

#A4BB34 (or 0xA4BB34) is unknown color: approx Yellow Green. HEX triplet: A4, BB and 34. RGB value is (164,187,52). Sum of RGB (Red+Green+Blue) = 164+187+52=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BB34 is #5B44CB. Grayscale: #A5A5A5. Windows color (decimal): -5981388 or 3455908. OLE color: 3455908.

HSL color Cylindrical-coordinate representation of color #A4BB34: hue angle of 70.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4BB34 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB16418752-
CMYK0.1200.720.27
HSL70.22º56.49%46.86%-
HSV(B)70.22º72.19%73.33%-
XYZ33.743.689.9-
YUV164.7364.38127.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 187 (73.44% from 255) = 46.40%
BLUE value IS 52 (20.70% from 255) = 12.90%
R=40.69%
G=46.40%
B=12.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164187520.1200.720.2770.2256.4946.86
HexA4BB34C0481B46382f
Octal24427364140110331067057
Binary1010010010111011110100110001001000110111000110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB34; }

 p { color: rgb(164,187,52); }

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

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

 a { background-color: rgb(164,187,52); }

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

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

 span { border-color: rgb(164,187,52); }

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