#A6BC19

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

Shades of Bahia #A6BC19

Tints of Bahia #A6BC19

Color information

#A6BC19 (or 0xA6BC19) is unknown color: approx Bahia. HEX triplet: A6, BC and 19. RGB value is (166,188,25). Sum of RGB (Red+Green+Blue) = 166+188+25=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BC19 is #5943E6. Grayscale: #A3A3A3. Windows color (decimal): -5850087 or 1686694. OLE color: 1686694.

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

Color convert

RGB16618825-
CMYK0.1200.870.26
HSL68.1º76.53%41.76%-
HSV(B)68.1º86.7%73.73%-
XYZ33.8844.147.65-
YUV162.8450.21130.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 188 (73.83% from 255) = 49.60%
BLUE value IS 25 (10.16% from 255) = 6.60%
R=43.80%
G=49.60%
B=6.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166188250.1200.870.2668.176.5341.76
HexA6BC19C0571A444d2a
Octal246274311401273210411552
Binary1010011010111100110011100010101111101010001001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC19; }

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

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

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

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

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

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

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

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