#A4BB2E

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

Shades of Bahia #A4BB2E

Tints of Bahia #A4BB2E

Color information

#A4BB2E (or 0xA4BB2E) is unknown color: approx Bahia. HEX triplet: A4, BB and 2E. RGB value is (164,187,46). Sum of RGB (Red+Green+Blue) = 164+187+46=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BB2E is #5B44D1. Grayscale: #A4A4A4. Windows color (decimal): -5981394 or 3062692. OLE color: 3062692.

HSL color Cylindrical-coordinate representation of color #A4BB2E: hue angle of 69.79º 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 #A4BB2E is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB16418746-
CMYK0.1200.750.27
HSL69.79º60.52%45.69%-
HSV(B)69.79º75.4%73.33%-
XYZ33.5743.639.24-
YUV164.0561.38127.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 46 (18.36% from 255) = 11.59%
R=41.31%
G=47.10%
B=11.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164187460.1200.750.2769.7960.5245.69
HexA4BB2EC04B1B463d2e
Octal24427356140113331067556
Binary1010010010111011101110110001001011110111000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB2E; }

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

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

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

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

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

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

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

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