Html Css Color HEX #A1B41A Bahia

📋 copy color: '#A1B41A'

red 161 ◦ green 180 ◦ blue 26

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

Shades of Bahia #A1B41A

Tints of Bahia #A1B41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.05%

 BLUE value IS 26 (10.55% from 255) = 7.08%

R = 43.87%
G = 49.05%
B = 7.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#A1B41A (or 0xA1B41A) is known color: Bahia. HEX triplet: A1, B4 and 1A. RGB value is (161,180,26). Sum of RGB (Red+Green+Blue) = 161+180+26=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B41A is #5E4BE5. Grayscale: #9D9D9D. Windows color (decimal): -6179814 or 1750177. OLE color: 1750177.

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

Color convert

RGB 161 180 26 -
CMYK 0.11 0 0.86 0.29
HSL 67.4º 0.75% 0.4% -
HSV(B) 67.4º 0.86% 0.71% -
XYZ 31.21 40.29 7.11 -
YUV 156.76 54.21 131.02 -
System Red Green Blue C M Y K H S L
Decimal 161 180 26 0.11 0 0.86 0.29 67.4 0.75 0.4
Hex A1 B4 1A B 0 56 1D 43 4B 28
Octal 241 264 32 13 0 126 35 103 113 50
Binary 10100001 10110100 11010 1011 0 1010110 11101 1000011 1001011 101000

Color Harmonies of #A1B41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B41A

Black with #A1B41A

Text Example


Text Example

White with #A1B41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B41A; }

 p { color: rgb(161,180,26); }

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

background-color css

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

 a { background-color: rgb(161,180,26); }

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

border-color css

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

 span { border-color: rgb(161,180,26); }

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