#A1B531

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

Shades of Bahia #A1B531

Tints of Bahia #A1B531

Color information

#A1B531 (or 0xA1B531) is unknown color: approx Bahia. HEX triplet: A1, B5 and 31. RGB value is (161,181,49). Sum of RGB (Red+Green+Blue) = 161+181+49=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B531 is #5E4ACE. Grayscale: #A0A0A0. Windows color (decimal): -6179535 or 3257761. OLE color: 3257761.

HSL color Cylindrical-coordinate representation of color #A1B531: hue angle of 69.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1B531 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB16118149-
CMYK0.1100.730.29
HSL69.09º57.39%45.1%-
HSV(B)69.09º72.93%70.98%-
XYZ31.7840.859.12-
YUV159.9765.37128.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 181 (71.09% from 255) = 46.29%
BLUE value IS 49 (19.53% from 255) = 12.53%
R=41.18%
G=46.29%
B=12.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161181490.1100.730.2969.0957.3945.1
HexA1B531B0491D45392d
Octal24126561130111351057155
Binary1010000110110101110001101101001001111011000101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B531; }

 p { color: rgb(161,181,49); }

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

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

 a { background-color: rgb(161,181,49); }

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

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

 span { border-color: rgb(161,181,49); }

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