#A4BC19

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

Shades of Bahia #A4BC19

Tints of Bahia #A4BC19

Color information

#A4BC19 (or 0xA4BC19) is unknown color: approx Bahia. HEX triplet: A4, BC and 19. RGB value is (164,188,25). Sum of RGB (Red+Green+Blue) = 164+188+25=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BC19 is #5B43E6. Grayscale: #A2A2A2. Windows color (decimal): -5981159 or 1686692. OLE color: 1686692.

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

Color convert

RGB16418825-
CMYK0.1300.870.26
HSL68.83º76.53%41.76%-
HSV(B)68.83º86.7%73.73%-
XYZ33.4743.937.63-
YUV162.2450.55129.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 188 (73.83% from 255) = 49.87%
BLUE value IS 25 (10.16% from 255) = 6.63%
R=43.50%
G=49.87%
B=6.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164188250.1300.870.2668.8376.5341.76
HexA4BC19D0571A454d2a
Octal244274311501273210511552
Binary1010010010111100110011101010101111101010001011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC19; }

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

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

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

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

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

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

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

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