#A4BE1B

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

Shades of Bahia #A4BE1B

Tints of Bahia #A4BE1B

Color information

#A4BE1B (or 0xA4BE1B) is unknown color: approx Bahia. HEX triplet: A4, BE and 1B. RGB value is (164,190,27). Sum of RGB (Red+Green+Blue) = 164+190+27=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BE1B is #5B41E4. Grayscale: #A4A4A4. Windows color (decimal): -5980645 or 1818276. OLE color: 1818276.

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

Color convert

RGB16419027-
CMYK0.1400.860.25
HSL69.57º75.12%42.55%-
HSV(B)69.57º85.79%74.51%-
XYZ33.9244.87.9-
YUV163.6450.89128.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 27 (10.94% from 255) = 7.09%
R=43.04%
G=49.87%
B=7.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164190270.1400.860.2569.5775.1242.55
HexA4BE1BE05619464b2b
Octal244276331601263110611353
Binary1010010010111110110111110010101101100110001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE1B; }

 p { color: rgb(164,190,27); }

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

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

 a { background-color: rgb(164,190,27); }

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

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

 span { border-color: rgb(164,190,27); }

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