#a3bb2e

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

Shades of Bahia #A3BB2E

Tints of Bahia #A3BB2E

Color information

#A3BB2E (or 0xA3BB2E) is unknown color: approx Bahia. HEX triplet: A3, BB and 2E. RGB value is (163,187,46). Sum of RGB (Red+Green+Blue) = 163+187+46=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BB2E is #5C44D1. Grayscale: #A4A4A4. Windows color (decimal): -6046930 or 3062691. OLE color: 3062691.

HSL color Cylindrical-coordinate representation of color #A3BB2E: hue angle of 70.21º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3BB2E is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB16318746-
CMYK0.1300.750.27
HSL70.21º60.52%45.69%-
HSV(B)70.21º75.4%73.33%-
XYZ33.3743.529.23-
YUV163.7561.55127.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 187 (73.44% from 255) = 47.22%
BLUE value IS 46 (18.36% from 255) = 11.62%
R=41.16%
G=47.22%
B=11.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163187460.1300.750.2770.2160.5245.69
HexA3BB2ED04B1B463d2e
Octal24327356150113331067556
Binary1010001110111011101110110101001011110111000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3bb2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3bb2e; }

 p { color: rgb(163,187,46); }

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

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

 a { background-color: rgb(163,187,46); }

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

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

 span { border-color: rgb(163,187,46); }

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