#A1B919

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

Shades of Bahia #A1B919

Tints of Bahia #A1B919

Color information

#A1B919 (or 0xA1B919) is unknown color: approx Bahia. HEX triplet: A1, B9 and 19. RGB value is (161,185,25). Sum of RGB (Red+Green+Blue) = 161+185+25=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B919 is #5E46E6. Grayscale: #A0A0A0. Windows color (decimal): -6178535 or 1685921. OLE color: 1685921.

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

Color convert

RGB16118525-
CMYK0.1300.860.27
HSL69º76.19%41.18%-
HSV(B)69º86.49%72.55%-
XYZ32.2242.357.39-
YUV159.5852.05129.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 25 (10.16% from 255) = 6.74%
R=43.40%
G=49.87%
B=6.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161185250.1300.860.276976.1941.18
HexA1B919D0561B454c29
Octal241271311501263310511451
Binary1010000110111001110011101010101101101110001011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B919; }

 p { color: rgb(161,185,25); }

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

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

 a { background-color: rgb(161,185,25); }

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

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

 span { border-color: rgb(161,185,25); }

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