#A6BD2A

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

Shades of Bahia #A6BD2A

Tints of Bahia #A6BD2A

Color information

#A6BD2A (or 0xA6BD2A) is unknown color: approx Bahia. HEX triplet: A6, BD and 2A. RGB value is (166,189,42). Sum of RGB (Red+Green+Blue) = 166+189+42=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD2A is #5942D5. Grayscale: #A5A5A5. Windows color (decimal): -5849814 or 2801062. OLE color: 2801062.

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

Color convert

RGB16618942-
CMYK0.1200.780.26
HSL69.39º63.64%45.29%-
HSV(B)69.39º77.78%74.12%-
XYZ34.3444.679-
YUV165.3658.38128.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 42 (16.80% from 255) = 10.58%
R=41.81%
G=47.61%
B=10.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166189420.1200.780.2669.3963.6445.29
HexA6BD2AC04E1A45402d
Octal246275521401163210510055
Binary10100110101111011010101100010011101101010001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BD2A; }

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

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

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

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

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

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

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

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