#A6B335

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

Shades of Bahia #A6B335

Tints of Bahia #A6B335

Color information

#A6B335 (or 0xA6B335) is unknown color: approx Bahia. HEX triplet: A6, B3 and 35. RGB value is (166,179,53). Sum of RGB (Red+Green+Blue) = 166+179+53=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B335 is #594CCA. Grayscale: #A1A1A1. Windows color (decimal): -5852363 or 3519398. OLE color: 3519398.

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

Color convert

RGB16617953-
CMYK0.0700.700.30
HSL66.19º54.31%45.49%-
HSV(B)66.19º70.39%70.2%-
XYZ32.4940.69.49-
YUV160.7567.19131.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 53 (21.09% from 255) = 13.32%
R=41.71%
G=44.97%
B=13.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166179530.0700.700.3066.1954.3145.49
HexA6B33570461E42362d
Octal2462636570106361026655
Binary101001101011001111010111101000110111101000010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B335; }

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

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

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

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

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

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

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

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