#A6C61A

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

Shades of Bahia #A6C61A

Tints of Bahia #A6C61A

Color information

#A6C61A (or 0xA6C61A) is unknown color: approx Bahia. HEX triplet: A6, C6 and 1A. RGB value is (166,198,26). Sum of RGB (Red+Green+Blue) = 166+198+26=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C61A is #5939E5. Grayscale: #A9A9A9. Windows color (decimal): -5847526 or 1754790. OLE color: 1754790.

HSL color Cylindrical-coordinate representation of color #A6C61A: hue angle of 71.16º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6C61A is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB16619826-
CMYK0.1600.870.22
HSL71.16º76.79%43.92%-
HSV(B)71.16º86.87%77.65%-
XYZ36.1148.578.45-
YUV168.8247.4125.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 198 (77.73% from 255) = 50.77%
BLUE value IS 26 (10.55% from 255) = 6.67%
R=42.56%
G=50.77%
B=6.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166198260.1600.870.2271.1676.7943.92
HexA6C61A1005716474d2c
Octal246306322001272610711554
Binary10100110110001101101010000010101111011010001111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C61A; }

 p { color: rgb(166,198,26); }

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

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

 a { background-color: rgb(166,198,26); }

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

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

 span { border-color: rgb(166,198,26); }

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