#a3b528

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

Shades of Bahia #A3B528

Tints of Bahia #A3B528

Color information

#A3B528 (or 0xA3B528) is unknown color: approx Bahia. HEX triplet: A3, B5 and 28. RGB value is (163,181,40). Sum of RGB (Red+Green+Blue) = 163+181+40=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B528 is #5C4AD7. Grayscale: #A0A0A0. Windows color (decimal): -6048472 or 2667939. OLE color: 2667939.

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

Color convert

RGB16318140-
CMYK0.1000.780.29
HSL67.66º63.8%43.33%-
HSV(B)67.66º77.9%70.98%-
XYZ32.0140.998.23-
YUV159.5460.54130.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 181 (71.09% from 255) = 47.14%
BLUE value IS 40 (16.02% from 255) = 10.42%
R=42.45%
G=47.14%
B=10.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163181400.1000.780.2967.6663.843.33
HexA3B528A04E1D44402b
Octal243265501201163510410053
Binary10100011101101011010001010010011101110110001001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3b528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3b528; }

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

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

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

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

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

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

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

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