#A4BB35

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

Shades of Yellow Green #A4BB35

Tints of Yellow Green #A4BB35

Color information

#A4BB35 (or 0xA4BB35) is unknown color: approx Yellow Green. HEX triplet: A4, BB and 35. RGB value is (164,187,53). Sum of RGB (Red+Green+Blue) = 164+187+53=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BB35 is #5B44CA. Grayscale: #A5A5A5. Windows color (decimal): -5981387 or 3521444. OLE color: 3521444.

HSL color Cylindrical-coordinate representation of color #A4BB35: hue angle of 70.3º 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 #A4BB35 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB16418753-
CMYK0.1200.720.27
HSL70.3º55.83%47.06%-
HSV(B)70.3º71.66%73.33%-
XYZ33.7243.6910.02-
YUV164.8564.88127.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 187 (73.44% from 255) = 46.29%
BLUE value IS 53 (21.09% from 255) = 13.12%
R=40.59%
G=46.29%
B=13.12%

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
Decimal164187530.1200.720.2770.355.8347.06
HexA4BB35C0481B46382f
Octal24427365140110331067057
Binary1010010010111011110101110001001000110111000110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB35; }

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

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

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

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

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

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

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

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