Html Css Color HEX #A1BB20 Bahia

📋 copy color: '#A1BB20'

red 161 ◦ green 187 ◦ blue 32

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

Shades of Bahia #A1BB20

Tints of Bahia #A1BB20

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.21%

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 42.37%
G = 49.21%
B = 8.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#A1BB20 (or 0xA1BB20) is known color: Bahia. HEX triplet: A1, BB and 20. RGB value is (161,187,32). Sum of RGB (Red+Green+Blue) = 161+187+32=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BB20 is #5E44DF. Grayscale: #A2A2A2. Windows color (decimal): -6178016 or 2145185. OLE color: 2145185.

HSL color Cylindrical-coordinate representation of color #A1BB20: hue angle of 70.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1BB20 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 187 32 -
CMYK 0.14 0 0.83 0.27
HSL 70.06º 0.71% 0.43% -
HSV(B) 70.06º 0.83% 0.73% -
XYZ 32.73 43.22 7.98 -
YUV 161.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 161 187 32 0.14 0 0.83 0.27 70.06 0.71 0.43
Hex A1 BB 20 E 0 53 1B 46 47 2B
Octal 241 273 40 16 0 123 33 106 107 53
Binary 10100001 10111011 100000 1110 0 1010011 11011 1000110 1000111 101011

Color Harmonies of #A1BB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BB20

Black with #A1BB20

Text Example


Text Example

White with #A1BB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BB20; }

 p { color: rgb(161,187,32); }

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

background-color css

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

 a { background-color: rgb(161,187,32); }

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

border-color css

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

 span { border-color: rgb(161,187,32); }

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