#A2B42F

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

Shades of Bahia #A2B42F

Tints of Bahia #A2B42F

Color information

#A2B42F (or 0xA2B42F) is unknown color: approx Bahia. HEX triplet: A2, B4 and 2F. RGB value is (162,180,47). Sum of RGB (Red+Green+Blue) = 162+180+47=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B42F is #5D4BD0. Grayscale: #9F9F9F. Windows color (decimal): -6114257 or 3126434. OLE color: 3126434.

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

Color convert

RGB16218047-
CMYK0.100.740.29
HSL68.12º58.59%44.51%-
HSV(B)68.12º73.89%70.59%-
XYZ31.7340.538.84-
YUV159.4664.54129.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 47 (18.75% from 255) = 12.08%
R=41.65%
G=46.27%
B=12.08%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162180470.100.740.2968.1258.5944.51
HexA2B42FA04A1D443b2d
Octal24226457120112351047355
Binary1010001010110100101111101001001010111011000100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B42F; }

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

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

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

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

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

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

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

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