#A6B926

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

Shades of Bahia #A6B926

Tints of Bahia #A6B926

Color information

#A6B926 (or 0xA6B926) is unknown color: approx Bahia. HEX triplet: A6, B9 and 26. RGB value is (166,185,38). Sum of RGB (Red+Green+Blue) = 166+185+38=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B926 is #5946D9. Grayscale: #A3A3A3. Windows color (decimal): -5850842 or 2537894. OLE color: 2537894.

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

Color convert

RGB16618538-
CMYK0.1000.790.27
HSL67.76º65.92%43.73%-
HSV(B)67.76º79.46%72.55%-
XYZ33.4242.948.36-
YUV162.5657.71130.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 185 (72.66% from 255) = 47.56%
BLUE value IS 38 (15.23% from 255) = 9.77%
R=42.67%
G=47.56%
B=9.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166185380.1000.790.2767.7665.9243.73
HexA6B926A04F1B44422c
Octal246271461201173310410254
Binary10100110101110011001101010010011111101110001001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B926; }

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

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

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

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

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

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

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

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