#A3B529

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

Shades of Bahia #A3B529

Tints of Bahia #A3B529

Color information

#A3B529 (or 0xA3B529) is unknown color: approx Bahia. HEX triplet: A3, B5 and 29. RGB value is (163,181,41). Sum of RGB (Red+Green+Blue) = 163+181+41=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B529 is #5C4AD6. Grayscale: #A0A0A0. Windows color (decimal): -6048471 or 2733475. OLE color: 2733475.

HSL color Cylindrical-coordinate representation of color #A3B529: hue angle of 67.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3B529 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB16318141-
CMYK0.1000.770.29
HSL67.71º63.06%43.53%-
HSV(B)67.71º77.35%70.98%-
XYZ32.0340.998.32-
YUV159.6661.04130.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 181 (71.09% from 255) = 47.01%
BLUE value IS 41 (16.41% from 255) = 10.65%
R=42.34%
G=47.01%
B=10.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163181410.1000.770.2967.7163.0643.53
HexA3B529A04D1D443f2c
Octal24326551120115351047754
Binary1010001110110101101001101001001101111011000100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B529; }

 p { color: rgb(163,181,41); }

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

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

 a { background-color: rgb(163,181,41); }

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

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

 span { border-color: rgb(163,181,41); }

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