#A3B72F

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

Shades of Bahia #A3B72F

Tints of Bahia #A3B72F

Color information

#A3B72F (or 0xA3B72F) is unknown color: approx Bahia. HEX triplet: A3, B7 and 2F. RGB value is (163,183,47). Sum of RGB (Red+Green+Blue) = 163+183+47=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B72F is #5C48D0. Grayscale: #A2A2A2. Windows color (decimal): -6047953 or 3127203. OLE color: 3127203.

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

Color convert

RGB16318347-
CMYK0.1100.740.28
HSL68.82º59.13%45.1%-
HSV(B)68.82º74.32%71.76%-
XYZ32.5541.869.05-
YUV161.5263.37129.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 183 (71.88% from 255) = 46.56%
BLUE value IS 47 (18.75% from 255) = 11.96%
R=41.48%
G=46.56%
B=11.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163183470.1100.740.2868.8259.1345.1
HexA3B72FB04A1C453b2d
Octal24326757130112341057355
Binary1010001110110111101111101101001010111001000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B72F; }

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

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

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

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

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

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

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

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