#A1BE19

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

Shades of Bahia #A1BE19

Tints of Bahia #A1BE19

Color information

#A1BE19 (or 0xA1BE19) is unknown color: approx Bahia. HEX triplet: A1, BE and 19. RGB value is (161,190,25). Sum of RGB (Red+Green+Blue) = 161+190+25=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BE19 is #5E41E6. Grayscale: #A3A3A3. Windows color (decimal): -6177255 or 1687201. OLE color: 1687201.

HSL color Cylindrical-coordinate representation of color #A1BE19: hue angle of 70.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1BE19 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB16119025-
CMYK0.1500.870.25
HSL70.55º76.74%42.16%-
HSV(B)70.55º86.84%74.51%-
XYZ33.2944.477.75-
YUV162.5250.39126.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 190 (74.61% from 255) = 50.53%
BLUE value IS 25 (10.16% from 255) = 6.65%
R=42.82%
G=50.53%
B=6.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161190250.1500.870.2570.5576.7442.16
HexA1BE19F05719474d2a
Octal241276311701273110711552
Binary1010000110111110110011111010101111100110001111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BE19; }

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

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

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

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

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

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

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

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