Html Css Color HEX #A1BE19 Bahia

📋 copy color: '#A1BE19'

red 161 ◦ green 190 ◦ blue 25

#A1BE19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A1BE19

Tints of Bahia #A1BE19

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 value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#A1BE19 (or 0xA1BE19) is known color: 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

RGB 161 190 25 -
CMYK 0.15 0 0.87 0.25
HSL 70.55º 0.77% 0.42% -
HSV(B) 70.55º 0.87% 0.75% -
XYZ 33.29 44.47 7.75 -
YUV 162.52 50.39 126.92 -
System Red Green Blue C M Y K H S L
Decimal 161 190 25 0.15 0 0.87 0.25 70.55 0.77 0.42
Hex A1 BE 19 F 0 57 19 47 4D 2A
Octal 241 276 31 17 0 127 31 107 115 52
Binary 10100001 10111110 11001 1111 0 1010111 11001 1000111 1001101 101010

Color Harmonies of #A1BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE19

Black with #A1BE19

Text Example


Text Example

White with #A1BE19

Text Example


Text Example

HTML Codes & Css Web 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>