#a2b42a

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

Shades of Bahia #A2B42A

Tints of Bahia #A2B42A

Color information

#A2B42A (or 0xA2B42A) is unknown color: approx Bahia. HEX triplet: A2, B4 and 2A. RGB value is (162,180,42). Sum of RGB (Red+Green+Blue) = 162+180+42=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B42A is #5D4BD5. Grayscale: #9F9F9F. Windows color (decimal): -6114262 or 2798754. OLE color: 2798754.

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

Color convert

RGB16218042-
CMYK0.100.770.29
HSL67.83º62.16%43.53%-
HSV(B)67.83º76.67%70.59%-
XYZ31.6440.498.34-
YUV158.8962.04130.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 42 (16.80% from 255) = 10.94%
R=42.19%
G=46.88%
B=10.94%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162180420.100.770.2967.8362.1643.53
HexA2B42AA04D1D443e2c
Octal24226452120115351047654
Binary1010001010110100101010101001001101111011000100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2b42a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2b42a; }

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

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

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

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

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

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

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

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