#A6C010

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

Shades of Bahia #A6C010

Tints of Bahia #A6C010

Color information

#A6C010 (or 0xA6C010) is unknown color: approx Bahia. HEX triplet: A6, C0 and 10. RGB value is (166,192,16). Sum of RGB (Red+Green+Blue) = 166+192+16=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C010 is #593FEF. Grayscale: #A4A4A4. Windows color (decimal): -5849072 or 1097894. OLE color: 1097894.

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

Color convert

RGB16619216-
CMYK0.1400.920.25
HSL68.86º84.62%40.78%-
HSV(B)68.86º91.67%75.29%-
XYZ34.6745.847.51-
YUV164.1644.39129.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 192 (75.39% from 255) = 51.34%
BLUE value IS 16 (6.64% from 255) = 4.28%
R=44.39%
G=51.34%
B=4.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166192160.1400.920.2568.8684.6240.78
HexA6C010E05C19455529
Octal246300201601343110512551
Binary1010011011000000100001110010111001100110001011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C010; }

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

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

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

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

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

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

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

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