#A3B42D

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

Shades of Bahia #A3B42D

Tints of Bahia #A3B42D

Color information

#A3B42D (or 0xA3B42D) is unknown color: approx Bahia. HEX triplet: A3, B4 and 2D. RGB value is (163,180,45). Sum of RGB (Red+Green+Blue) = 163+180+45=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B42D is #5C4BD2. Grayscale: #A0A0A0. Windows color (decimal): -6048723 or 2995363. OLE color: 2995363.

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

Color convert

RGB16318045-
CMYK0.0900.750.29
HSL67.56º60%44.12%-
HSV(B)67.56º75%70.59%-
XYZ31.940.628.64-
YUV159.5363.37130.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 45 (17.97% from 255) = 11.60%
R=42.01%
G=46.39%
B=11.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163180450.0900.750.2967.566044.12
HexA3B42D904B1D443c2c
Octal24326455110113351047454
Binary1010001110110100101101100101001011111011000100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B42D; }

 p { color: rgb(163,180,45); }

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

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

 a { background-color: rgb(163,180,45); }

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

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

 span { border-color: rgb(163,180,45); }

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