#a3b41a

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

Shades of Bahia #A3B41A

Tints of Bahia #A3B41A

Color information

#A3B41A (or 0xA3B41A) is unknown color: approx Bahia. HEX triplet: A3, B4 and 1A. RGB value is (163,180,26). Sum of RGB (Red+Green+Blue) = 163+180+26=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B41A is #5C4BE5. Grayscale: #9D9D9D. Windows color (decimal): -6048742 or 1750179. OLE color: 1750179.

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

Color convert

RGB16318026-
CMYK0.0900.860.29
HSL66.62º74.76%40.39%-
HSV(B)66.62º85.56%70.59%-
XYZ31.6140.57.13-
YUV157.3653.87132.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 180 (70.70% from 255) = 48.78%
BLUE value IS 26 (10.55% from 255) = 7.05%
R=44.17%
G=48.78%
B=7.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163180260.0900.860.2966.6274.7640.39
HexA3B41A90561D434b28
Octal243264321101263510311350
Binary1010001110110100110101001010101101110110000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3b41a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3b41a; }

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

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

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

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

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

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

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

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