#A3B719

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

Shades of Bahia #A3B719

Tints of Bahia #A3B719

Color information

#A3B719 (or 0xA3B719) is unknown color: approx Bahia. HEX triplet: A3, B7 and 19. RGB value is (163,183,25). Sum of RGB (Red+Green+Blue) = 163+183+25=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B719 is #5C48E6. Grayscale: #9F9F9F. Windows color (decimal): -6047975 or 1685411. OLE color: 1685411.

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

Color convert

RGB16318325-
CMYK0.1100.860.28
HSL67.59º75.96%40.78%-
HSV(B)67.59º86.34%71.76%-
XYZ32.2141.727.28-
YUV159.0152.37130.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 183 (71.88% from 255) = 49.33%
BLUE value IS 25 (10.16% from 255) = 6.74%
R=43.94%
G=49.33%
B=6.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163183250.1100.860.2867.5975.9640.78
HexA3B719B0561C444c29
Octal243267311301263410411451
Binary1010001110110111110011011010101101110010001001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B719; }

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

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

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

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

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

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

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

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