#A6B320

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

Shades of Bahia #A6B320

Tints of Bahia #A6B320

Color information

#A6B320 (or 0xA6B320) is unknown color: approx Bahia. HEX triplet: A6, B3 and 20. RGB value is (166,179,32). Sum of RGB (Red+Green+Blue) = 166+179+32=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B320 is #594CDF. Grayscale: #9E9E9E. Windows color (decimal): -5852384 or 2143142. OLE color: 2143142.

HSL color Cylindrical-coordinate representation of color #A6B320: hue angle of 65.31º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6B320 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB16617932-
CMYK0.0700.820.30
HSL65.31º69.67%41.37%-
HSV(B)65.31º82.12%70.2%-
XYZ32.1140.457.48-
YUV158.3556.69133.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 179 (70.31% from 255) = 47.48%
BLUE value IS 32 (12.89% from 255) = 8.49%
R=44.03%
G=47.48%
B=8.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166179320.0700.820.3065.3169.6741.37
HexA6B32070521E414629
Octal24626340701223610110651
Binary1010011010110011100000111010100101111010000011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B320; }

 p { color: rgb(166,179,32); }

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

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

 a { background-color: rgb(166,179,32); }

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

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

 span { border-color: rgb(166,179,32); }

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