#A6C911

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

Shades of Bahia #A6C911

Tints of Bahia #A6C911

Color information

#A6C911 (or 0xA6C911) is unknown color: approx Bahia. HEX triplet: A6, C9 and 11. RGB value is (166,201,17). Sum of RGB (Red+Green+Blue) = 166+201+17=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C911 is #5936EE. Grayscale: #AAAAAA. Windows color (decimal): -5846767 or 1165734. OLE color: 1165734.

HSL color Cylindrical-coordinate representation of color #A6C911: hue angle of 71.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6C911 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB16620117-
CMYK0.1700.920.21
HSL71.41º84.4%42.75%-
HSV(B)71.41º91.54%78.82%-
XYZ36.7149.928.23-
YUV169.5641.9125.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 201 (78.91% from 255) = 52.34%
BLUE value IS 17 (7.03% from 255) = 4.43%
R=43.23%
G=52.34%
B=4.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166201170.1700.920.2171.4184.442.75
HexA6C9111105C1547542b
Octal246311212101342510712453
Binary10100110110010011000110001010111001010110001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C911; }

 p { color: rgb(166,201,17); }

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

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

 a { background-color: rgb(166,201,17); }

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

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

 span { border-color: rgb(166,201,17); }

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