#A3B42F

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

Shades of Bahia #A3B42F

Tints of Bahia #A3B42F

Color information

#A3B42F (or 0xA3B42F) is unknown color: approx Bahia. HEX triplet: A3, B4 and 2F. RGB value is (163,180,47). Sum of RGB (Red+Green+Blue) = 163+180+47=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B42F is #5C4BD0. Grayscale: #A0A0A0. Windows color (decimal): -6048721 or 3126435. OLE color: 3126435.

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

Color convert

RGB16318047-
CMYK0.0900.740.29
HSL67.67º58.59%44.51%-
HSV(B)67.67º73.89%70.59%-
XYZ31.9440.638.85-
YUV159.7664.37130.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 47 (18.75% from 255) = 12.05%
R=41.79%
G=46.15%
B=12.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163180470.0900.740.2967.6758.5944.51
HexA3B42F904A1D443b2d
Octal24326457110112351047355
Binary1010001110110100101111100101001010111011000100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B42F; }

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

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

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

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

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

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

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

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