#A6B922

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

Shades of Bahia #A6B922

Tints of Bahia #A6B922

Color information

#A6B922 (or 0xA6B922) is unknown color: approx Bahia. HEX triplet: A6, B9 and 22. RGB value is (166,185,34). Sum of RGB (Red+Green+Blue) = 166+185+34=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B922 is #5946DD. Grayscale: #A2A2A2. Windows color (decimal): -5850846 or 2275750. OLE color: 2275750.

HSL color Cylindrical-coordinate representation of color #A6B922: hue angle of 67.55º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6B922 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB16618534-
CMYK0.1000.820.27
HSL67.55º68.95%42.94%-
HSV(B)67.55º81.62%72.55%-
XYZ33.3642.928.04-
YUV162.155.71130.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 34 (13.67% from 255) = 8.83%
R=43.12%
G=48.05%
B=8.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166185340.1000.820.2767.5568.9542.94
HexA6B922A0521B44452b
Octal246271421201223310410553
Binary10100110101110011000101010010100101101110001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B922; }

 p { color: rgb(166,185,34); }

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

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

 a { background-color: rgb(166,185,34); }

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

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

 span { border-color: rgb(166,185,34); }

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