Html Css Color HEX #A1B919 Bahia

📋 copy color: '#A1B919'

red 161 ◦ green 185 ◦ blue 25

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

Shades of Bahia #A1B919

Tints of Bahia #A1B919

RGB

 RED value IS 161 (63.28% from 255) = 43.4%

 GREEN value IS 185 (72.66% from 255) = 49.87%

 BLUE value IS 25 (10.16% from 255) = 6.74%

R = 43.4%
G = 49.87%
B = 6.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

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

RGB 161 185 25 -
CMYK 0.13 0 0.86 0.27
HSL 69º 0.76% 0.41% -
HSV(B) 69º 0.86% 0.73% -
XYZ 32.22 42.35 7.39 -
YUV 159.58 52.05 129.01 -
System Red Green Blue C M Y K H S L
Decimal 161 185 25 0.13 0 0.86 0.27 69 0.76 0.41
Hex A1 B9 19 D 0 56 1B 45 4C 29
Octal 241 271 31 15 0 126 33 105 114 51
Binary 10100001 10111001 11001 1101 0 1010110 11011 1000101 1001100 101001

Color Harmonies of #A1B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B919

Black with #A1B919

Text Example


Text Example

White with #A1B919

Text Example


Text Example

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