#a2b42c

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

Shades of Bahia #A2B42C

Tints of Bahia #A2B42C

Color information

#A2B42C (or 0xA2B42C) is unknown color: approx Bahia. HEX triplet: A2, B4 and 2C. RGB value is (162,180,44). Sum of RGB (Red+Green+Blue) = 162+180+44=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B42C is #5D4BD3. Grayscale: #9F9F9F. Windows color (decimal): -6114260 or 2929826. OLE color: 2929826.

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

Color convert

RGB16218044-
CMYK0.100.760.29
HSL67.94º60.71%43.92%-
HSV(B)67.94º75.56%70.59%-
XYZ31.6840.518.53-
YUV159.1163.04130.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 44 (17.58% from 255) = 11.40%
R=41.97%
G=46.63%
B=11.40%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162180440.100.760.2967.9460.7143.92
HexA2B42CA04C1D443d2c
Octal24226454120114351047554
Binary1010001010110100101100101001001100111011000100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2b42c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2b42c; }

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

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

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

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

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

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

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

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