#A4BF2E

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

Shades of Bahia #A4BF2E

Tints of Bahia #A4BF2E

Color information

#A4BF2E (or 0xA4BF2E) is unknown color: approx Bahia. HEX triplet: A4, BF and 2E. RGB value is (164,191,46). Sum of RGB (Red+Green+Blue) = 164+191+46=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BF2E is #5B40D1. Grayscale: #A6A6A6. Windows color (decimal): -5980370 or 3063716. OLE color: 3063716.

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

Color convert

RGB16419146-
CMYK0.1400.760.25
HSL71.17º61.18%46.47%-
HSV(B)71.17º75.92%74.9%-
XYZ34.4345.359.52-
YUV166.460.05126.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 46 (18.36% from 255) = 11.47%
R=40.90%
G=47.63%
B=11.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164191460.1400.760.2571.1761.1846.47
HexA4BF2EE04C19473d2e
Octal24427756160114311077556
Binary1010010010111111101110111001001100110011000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF2E; }

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

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

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

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

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

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

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

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