#A4BB31

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

Shades of Bahia #A4BB31

Tints of Bahia #A4BB31

Color information

#A4BB31 (or 0xA4BB31) is unknown color: approx Bahia. HEX triplet: A4, BB and 31. RGB value is (164,187,49). Sum of RGB (Red+Green+Blue) = 164+187+49=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BB31 is #5B44CE. Grayscale: #A4A4A4. Windows color (decimal): -5981391 or 3259300. OLE color: 3259300.

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

Color convert

RGB16418749-
CMYK0.1200.740.27
HSL70º58.47%46.27%-
HSV(B)70º73.8%73.33%-
XYZ33.6343.659.56-
YUV164.3962.88127.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 49 (19.53% from 255) = 12.25%
R=41%
G=46.75%
B=12.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164187490.1200.740.277058.4746.27
HexA4BB31C04A1B463a2e
Octal24427361140112331067256
Binary1010010010111011110001110001001010110111000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB31; }

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

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

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

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

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

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

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

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