Html Css Color HEX #A1B619 Bahia

📋 copy color: '#A1B619'

red 161 ◦ green 182 ◦ blue 25

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

Shades of Bahia #A1B619

Tints of Bahia #A1B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.46%

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

R = 43.75%
G = 49.46%
B = 6.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#A1B619 (or 0xA1B619) is known color: Bahia. HEX triplet: A1, B6 and 19. RGB value is (161,182,25). Sum of RGB (Red+Green+Blue) = 161+182+25=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B619 is #5E49E6. Grayscale: #9E9E9E. Windows color (decimal): -6179303 or 1685153. OLE color: 1685153.

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

Color convert

RGB 161 182 25 -
CMYK 0.12 0 0.86 0.29
HSL 68.03º 0.76% 0.41% -
HSV(B) 68.03º 0.86% 0.71% -
XYZ 31.6 41.1 7.19 -
YUV 157.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 161 182 25 0.12 0 0.86 0.29 68.03 0.76 0.41
Hex A1 B6 19 C 0 56 1D 44 4C 29
Octal 241 266 31 14 0 126 35 104 114 51
Binary 10100001 10110110 11001 1100 0 1010110 11101 1000100 1001100 101001

Color Harmonies of #A1B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B619

Black with #A1B619

Text Example


Text Example

White with #A1B619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B619; }

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

 H1.HeaderClassName
 {
   color: #A1B619;
 }
 .AnyTagClassName
 {
   color: #A1B619;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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