#A4BC20

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

Shades of Bahia #A4BC20

Tints of Bahia #A4BC20

Color information

#A4BC20 (or 0xA4BC20) is unknown color: approx Bahia. HEX triplet: A4, BC and 20. RGB value is (164,188,32). Sum of RGB (Red+Green+Blue) = 164+188+32=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BC20 is #5B43DF. Grayscale: #A3A3A3. Windows color (decimal): -5981152 or 2145444. OLE color: 2145444.

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

Color convert

RGB16418832-
CMYK0.1300.830.26
HSL69.23º70.91%43.14%-
HSV(B)69.23º82.98%73.73%-
XYZ33.5543.968.08-
YUV163.0454.05128.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 32 (12.89% from 255) = 8.33%
R=42.71%
G=48.96%
B=8.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164188320.1300.830.2669.2370.9143.14
HexA4BC20D0531A45472b
Octal244274401501233210510753
Binary10100100101111001000001101010100111101010001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC20; }

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

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

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

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

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

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

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

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