#A6C811

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

Shades of Bahia #A6C811

Tints of Bahia #A6C811

Color information

#A6C811 (or 0xA6C811) is unknown color: approx Bahia. HEX triplet: A6, C8 and 11. RGB value is (166,200,17). Sum of RGB (Red+Green+Blue) = 166+200+17=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C811 is #5937EE. Grayscale: #A9A9A9. Windows color (decimal): -5847023 or 1165478. OLE color: 1165478.

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

Color convert

RGB16620017-
CMYK0.1700.920.22
HSL71.15º84.33%42.55%-
HSV(B)71.15º91.5%78.43%-
XYZ36.4849.468.15-
YUV168.9742.24125.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 200 (78.52% from 255) = 52.22%
BLUE value IS 17 (7.03% from 255) = 4.44%
R=43.34%
G=52.22%
B=4.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166200170.1700.920.2271.1584.3342.55
HexA6C8111105C1647542b
Octal246310212101342610712453
Binary10100110110010001000110001010111001011010001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C811; }

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

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

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

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

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

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

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

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