#A6C517

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

Shades of Bahia #A6C517

Tints of Bahia #A6C517

Color information

#A6C517 (or 0xA6C517) is unknown color: approx Bahia. HEX triplet: A6, C5 and 17. RGB value is (166,197,23). Sum of RGB (Red+Green+Blue) = 166+197+23=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C517 is #593AE8. Grayscale: #A8A8A8. Windows color (decimal): -5847785 or 1557926. OLE color: 1557926.

HSL color Cylindrical-coordinate representation of color #A6C517: hue angle of 70.69º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6C517 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB16619723-
CMYK0.1600.880.23
HSL70.69º79.09%43.14%-
HSV(B)70.69º88.32%77.25%-
XYZ35.8548.18.21-
YUV167.946.23126.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 197 (77.34% from 255) = 51.04%
BLUE value IS 23 (9.38% from 255) = 5.96%
R=43.01%
G=51.04%
B=5.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal166197230.1600.880.2370.6979.0943.14
HexA6C5171005817474f2b
Octal246305272001302710711753
Binary10100110110001011011110000010110001011110001111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C517; }

 p { color: rgb(166,197,23); }

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

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

 a { background-color: rgb(166,197,23); }

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

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

 span { border-color: rgb(166,197,23); }

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