#A4BC33

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

Shades of Yellow Green #A4BC33

Tints of Yellow Green #A4BC33

Color information

#A4BC33 (or 0xA4BC33) is unknown color: approx Yellow Green. HEX triplet: A4, BC and 33. RGB value is (164,188,51). Sum of RGB (Red+Green+Blue) = 164+188+51=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BC33 is #5B43CC. Grayscale: #A5A5A5. Windows color (decimal): -5981133 or 3390628. OLE color: 3390628.

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

Color convert

RGB16418851-
CMYK0.1300.730.26
HSL70.51º57.32%46.86%-
HSV(B)70.51º72.87%73.73%-
XYZ33.8944.19.86-
YUV165.2163.55127.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 188 (73.83% from 255) = 46.65%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=40.69%
G=46.65%
B=12.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164188510.1300.730.2670.5157.3246.86
HexA4BC33D0491A47392f
Octal24427463150111321077157
Binary1010010010111100110011110101001001110101000111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC33; }

 p { color: rgb(164,188,51); }

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

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

 a { background-color: rgb(164,188,51); }

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

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

 span { border-color: rgb(164,188,51); }

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