#A1C319

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

Shades of Bahia #A1C319

Tints of Bahia #A1C319

Color information

#A1C319 (or 0xA1C319) is unknown color: approx Bahia. HEX triplet: A1, C3 and 19. RGB value is (161,195,25). Sum of RGB (Red+Green+Blue) = 161+195+25=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C319 is #5E3CE6. Grayscale: #A6A6A6. Windows color (decimal): -6175975 or 1688481. OLE color: 1688481.

HSL color Cylindrical-coordinate representation of color #A1C319: hue angle of 72º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1C319 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB16119525-
CMYK0.1700.870.24
HSL72º77.27%43.14%-
HSV(B)72º87.18%76.47%-
XYZ34.3946.688.12-
YUV165.4548.74124.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 195 (76.56% from 255) = 51.18%
BLUE value IS 25 (10.16% from 255) = 6.56%
R=42.26%
G=51.18%
B=6.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161195250.1700.870.247277.2743.14
HexA1C3191105718484d2b
Octal241303312101273011011553
Binary10100001110000111100110001010101111100010010001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C319; }

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

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

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

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

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

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

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

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