#A6C01B

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

Shades of Bahia #A6C01B

Tints of Bahia #A6C01B

Color information

#A6C01B (or 0xA6C01B) is unknown color: approx Bahia. HEX triplet: A6, C0 and 1B. RGB value is (166,192,27). Sum of RGB (Red+Green+Blue) = 166+192+27=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C01B is #593FE4. Grayscale: #A6A6A6. Windows color (decimal): -5849061 or 1818790. OLE color: 1818790.

HSL color Cylindrical-coordinate representation of color #A6C01B: hue angle of 69.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6C01B is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB16619227-
CMYK0.1400.860.25
HSL69.45º75.34%42.94%-
HSV(B)69.45º85.94%75.29%-
XYZ34.7745.898.06-
YUV165.4249.89128.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 192 (75.39% from 255) = 49.87%
BLUE value IS 27 (10.94% from 255) = 7.01%
R=43.12%
G=49.87%
B=7.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166192270.1400.860.2569.4575.3442.94
HexA6C01BE05619454b2b
Octal246300331601263110511353
Binary1010011011000000110111110010101101100110001011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C01B; }

 p { color: rgb(166,192,27); }

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

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

 a { background-color: rgb(166,192,27); }

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

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

 span { border-color: rgb(166,192,27); }

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