#A0B419

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

Shades of Bahia #A0B419

Tints of Bahia #A0B419

Color information

#A0B419 (or 0xA0B419) is unknown color: approx Bahia. HEX triplet: A0, B4 and 19. RGB value is (160,180,25). Sum of RGB (Red+Green+Blue) = 160+180+25=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B419 is #5F4BE6. Grayscale: #9C9C9C. Windows color (decimal): -6245351 or 1684640. OLE color: 1684640.

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

Color convert

RGB16018025-
CMYK0.1100.860.29
HSL67.74º75.61%40.2%-
HSV(B)67.74º86.11%70.59%-
XYZ30.9940.197.04-
YUV156.3553.87130.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 25 (10.16% from 255) = 6.85%
R=43.84%
G=49.32%
B=6.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160180250.1100.860.2967.7475.6140.2
HexA0B419B0561D444c28
Octal240264311301263510411450
Binary1010000010110100110011011010101101110110001001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B419; }

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

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

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

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

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

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

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

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