#A2B41A

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

Shades of Bahia #A2B41A

Tints of Bahia #A2B41A

Color information

#A2B41A (or 0xA2B41A) is unknown color: approx Bahia. HEX triplet: A2, B4 and 1A. RGB value is (162,180,26). Sum of RGB (Red+Green+Blue) = 162+180+26=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B41A is #5D4BE5. Grayscale: #9D9D9D. Windows color (decimal): -6114278 or 1750178. OLE color: 1750178.

HSL color Cylindrical-coordinate representation of color #A2B41A: hue angle of 67.01º 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 #A2B41A is Cyan = 0.1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB16218026-
CMYK0.100.860.29
HSL67.01º74.76%40.39%-
HSV(B)67.01º85.56%70.59%-
XYZ31.4140.47.12-
YUV157.0654.04131.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 26 (10.55% from 255) = 7.07%
R=44.02%
G=48.91%
B=7.07%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162180260.100.860.2967.0174.7640.39
HexA2B41AA0561D434b28
Octal242264321201263510311350
Binary1010001010110100110101010010101101110110000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B41A; }

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

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

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

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

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

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

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

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