#A6BA1D

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

Shades of Bahia #A6BA1D

Tints of Bahia #A6BA1D

Color information

#A6BA1D (or 0xA6BA1D) is unknown color: approx Bahia. HEX triplet: A6, BA and 1D. RGB value is (166,186,29). Sum of RGB (Red+Green+Blue) = 166+186+29=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA1D is #5945E2. Grayscale: #A2A2A2. Windows color (decimal): -5850595 or 1948326. OLE color: 1948326.

HSL color Cylindrical-coordinate representation of color #A6BA1D: hue angle of 67.64º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6BA1D is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB16618629-
CMYK0.1100.840.27
HSL67.64º73.02%42.16%-
HSV(B)67.64º84.41%72.94%-
XYZ33.5143.317.76-
YUV162.1252.87130.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 186 (73.05% from 255) = 48.82%
BLUE value IS 29 (11.72% from 255) = 7.61%
R=43.57%
G=48.82%
B=7.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166186290.1100.840.2767.6473.0242.16
HexA6BA1DB0541B44492a
Octal246272351301243310411152
Binary1010011010111010111011011010101001101110001001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA1D; }

 p { color: rgb(166,186,29); }

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

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

 a { background-color: rgb(166,186,29); }

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

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

 span { border-color: rgb(166,186,29); }

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