#A0B531

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

Shades of Bahia #A0B531

Tints of Bahia #A0B531

Color information

#A0B531 (or 0xA0B531) is unknown color: approx Bahia. HEX triplet: A0, B5 and 31. RGB value is (160,181,49). Sum of RGB (Red+Green+Blue) = 160+181+49=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B531 is #5F4ACE. Grayscale: #A0A0A0. Windows color (decimal): -6245071 or 3257760. OLE color: 3257760.

HSL color Cylindrical-coordinate representation of color #A0B531: hue angle of 69.55º 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 #A0B531 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB16018149-
CMYK0.1200.730.29
HSL69.55º57.39%45.1%-
HSV(B)69.55º72.93%70.98%-
XYZ31.5840.749.11-
YUV159.6765.54128.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 49 (19.53% from 255) = 12.56%
R=41.03%
G=46.41%
B=12.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160181490.1200.730.2969.5557.3945.1
HexA0B531C0491D46392d
Octal24026561140111351067155
Binary1010000010110101110001110001001001111011000110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B531; }

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

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

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

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

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

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

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

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