#A6C813

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

Shades of Bahia #A6C813

Tints of Bahia #A6C813

Color information

#A6C813 (or 0xA6C813) is unknown color: approx Bahia. HEX triplet: A6, C8 and 13. RGB value is (166,200,19). Sum of RGB (Red+Green+Blue) = 166+200+19=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C813 is #5937EC. Grayscale: #A9A9A9. Windows color (decimal): -5847021 or 1296550. OLE color: 1296550.

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

Color convert

RGB16620019-
CMYK0.1700.900.22
HSL71.27º82.65%42.94%-
HSV(B)71.27º90.5%78.43%-
XYZ36.549.468.24-
YUV169.243.24125.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 200 (78.52% from 255) = 51.95%
BLUE value IS 19 (7.81% from 255) = 4.94%
R=43.12%
G=51.95%
B=4.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166200190.1700.900.2271.2782.6542.94
HexA6C8131105A1647532b
Octal246310232101322610712353
Binary10100110110010001001110001010110101011010001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C813; }

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

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

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

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

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

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

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

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