#a4bb2c

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

Shades of Bahia #A4BB2C

Tints of Bahia #A4BB2C

Color information

#A4BB2C (or 0xA4BB2C) is unknown color: approx Bahia. HEX triplet: A4, BB and 2C. RGB value is (164,187,44). Sum of RGB (Red+Green+Blue) = 164+187+44=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BB2C is #5B44D3. Grayscale: #A4A4A4. Windows color (decimal): -5981396 or 2931620. OLE color: 2931620.

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

Color convert

RGB16418744-
CMYK0.1200.760.27
HSL69.65º61.9%45.29%-
HSV(B)69.65º76.47%73.33%-
XYZ33.5343.629.03-
YUV163.8260.38128.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 187 (73.44% from 255) = 47.34%
BLUE value IS 44 (17.58% from 255) = 11.14%
R=41.52%
G=47.34%
B=11.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164187440.1200.760.2769.6561.945.29
HexA4BB2CC04C1B463e2d
Octal24427354140114331067655
Binary1010010010111011101100110001001100110111000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4bb2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4bb2c; }

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

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

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

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

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

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

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

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