#a3b519

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

Shades of Bahia #A3B519

Tints of Bahia #A3B519

Color information

#A3B519 (or 0xA3B519) is unknown color: approx Bahia. HEX triplet: A3, B5 and 19. RGB value is (163,181,25). Sum of RGB (Red+Green+Blue) = 163+181+25=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B519 is #5C4AE6. Grayscale: #9E9E9E. Windows color (decimal): -6048487 or 1684899. OLE color: 1684899.

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

Color convert

RGB16318125-
CMYK0.1000.860.29
HSL66.92º75.73%40.39%-
HSV(B)66.92º86.19%70.98%-
XYZ31.840.97.14-
YUV157.8353.04131.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 181 (71.09% from 255) = 49.05%
BLUE value IS 25 (10.16% from 255) = 6.78%
R=44.17%
G=49.05%
B=6.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163181250.1000.860.2966.9275.7340.39
HexA3B519A0561D434c28
Octal243265311201263510311450
Binary1010001110110101110011010010101101110110000111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3b519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3b519; }

 p { color: rgb(163,181,25); }

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

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

 a { background-color: rgb(163,181,25); }

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

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

 span { border-color: rgb(163,181,25); }

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