#A0B431

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

Shades of Bahia #A0B431

Tints of Bahia #A0B431

Color information

#A0B431 (or 0xA0B431) is unknown color: approx Bahia. HEX triplet: A0, B4 and 31. RGB value is (160,180,49). Sum of RGB (Red+Green+Blue) = 160+180+49=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B431 is #5F4BCE. Grayscale: #9F9F9F. Windows color (decimal): -6245327 or 3257504. OLE color: 3257504.

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

Color convert

RGB16018049-
CMYK0.1100.730.29
HSL69.16º57.21%44.9%-
HSV(B)69.16º72.78%70.59%-
XYZ31.3740.349.04-
YUV159.0965.87128.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 49 (19.53% from 255) = 12.60%
R=41.13%
G=46.27%
B=12.60%

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
Decimal160180490.1100.730.2969.1657.2144.9
HexA0B431B0491D45392d
Octal24026461130111351057155
Binary1010000010110100110001101101001001111011000101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B431; }

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

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

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

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

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

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

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

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