#A6C82A

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

Shades of Bahia #A6C82A

Tints of Bahia #A6C82A

Color information

#A6C82A (or 0xA6C82A) is unknown color: approx Bahia. HEX triplet: A6, C8 and 2A. RGB value is (166,200,42). Sum of RGB (Red+Green+Blue) = 166+200+42=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C82A is #5937D5. Grayscale: #ACACAC. Windows color (decimal): -5846998 or 2803878. OLE color: 2803878.

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

Color convert

RGB16620042-
CMYK0.1700.790.22
HSL72.91º65.29%47.45%-
HSV(B)72.91º79%78.43%-
XYZ36.849.589.82-
YUV171.8254.74123.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 200 (78.52% from 255) = 49.02%
BLUE value IS 42 (16.80% from 255) = 10.29%
R=40.69%
G=49.02%
B=10.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166200420.1700.790.2272.9165.2947.45
HexA6C82A1104F1649412f
Octal246310522101172611110157
Binary101001101100100010101010001010011111011010010011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C82A; }

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

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

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

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

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

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

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

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