#A4BA2A

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

Shades of Bahia #A4BA2A

Tints of Bahia #A4BA2A

Color information

#A4BA2A (or 0xA4BA2A) is unknown color: approx Bahia. HEX triplet: A4, BA and 2A. RGB value is (164,186,42). Sum of RGB (Red+Green+Blue) = 164+186+42=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BA2A is #5B45D5. Grayscale: #A3A3A3. Windows color (decimal): -5981654 or 2800292. OLE color: 2800292.

HSL color Cylindrical-coordinate representation of color #A4BA2A: hue angle of 69.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4BA2A is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB16418642-
CMYK0.1200.770.27
HSL69.17º63.16%44.71%-
HSV(B)69.17º77.42%72.94%-
XYZ33.2943.188.77-
YUV163.0159.71128.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 42 (16.80% from 255) = 10.71%
R=41.84%
G=47.45%
B=10.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164186420.1200.770.2769.1763.1644.71
HexA4BA2AC04D1B453f2d
Octal24427252140115331057755
Binary1010010010111010101010110001001101110111000101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA2A; }

 p { color: rgb(164,186,42); }

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

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

 a { background-color: rgb(164,186,42); }

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

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

 span { border-color: rgb(164,186,42); }

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