#A6C12D

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

Shades of Bahia #A6C12D

Tints of Bahia #A6C12D

Color information

#A6C12D (or 0xA6C12D) is unknown color: approx Bahia. HEX triplet: A6, C1 and 2D. RGB value is (166,193,45). Sum of RGB (Red+Green+Blue) = 166+193+45=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C12D is #593ED2. Grayscale: #A8A8A8. Windows color (decimal): -5848787 or 2998694. OLE color: 2998694.

HSL color Cylindrical-coordinate representation of color #A6C12D: hue angle of 70.95º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6C12D is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB16619345-
CMYK0.1400.770.24
HSL70.95º62.18%46.67%-
HSV(B)70.95º76.68%75.69%-
XYZ35.2746.449.59-
YUV168.0658.55126.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 193 (75.78% from 255) = 47.77%
BLUE value IS 45 (17.97% from 255) = 11.14%
R=41.09%
G=47.77%
B=11.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166193450.1400.770.2470.9562.1846.67
HexA6C12DE04D18473e2f
Octal24630155160115301077657
Binary1010011011000001101101111001001101110001000111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C12D; }

 p { color: rgb(166,193,45); }

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

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

 a { background-color: rgb(166,193,45); }

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

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

 span { border-color: rgb(166,193,45); }

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