#A6BD1A

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

Shades of Bahia #A6BD1A

Tints of Bahia #A6BD1A

Color information

#A6BD1A (or 0xA6BD1A) is unknown color: approx Bahia. HEX triplet: A6, BD and 1A. RGB value is (166,189,26). Sum of RGB (Red+Green+Blue) = 166+189+26=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD1A is #5942E5. Grayscale: #A4A4A4. Windows color (decimal): -5849830 or 1752486. OLE color: 1752486.

HSL color Cylindrical-coordinate representation of color #A6BD1A: hue angle of 68.47º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6BD1A is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB16618926-
CMYK0.1200.860.26
HSL68.47º75.81%42.16%-
HSV(B)68.47º86.24%74.12%-
XYZ34.1144.587.78-
YUV163.5450.38129.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 189 (74.22% from 255) = 49.61%
BLUE value IS 26 (10.55% from 255) = 6.82%
R=43.57%
G=49.61%
B=6.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166189260.1200.860.2668.4775.8142.16
HexA6BD1AC0561A444c2a
Octal246275321401263210411452
Binary1010011010111101110101100010101101101010001001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BD1A; }

 p { color: rgb(166,189,26); }

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

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

 a { background-color: rgb(166,189,26); }

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

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

 span { border-color: rgb(166,189,26); }

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