#A1BB22

Color #A1BB22 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A1BB22

Tints of Bahia #A1BB22

Color information

#A1BB22 (or 0xA1BB22) is unknown color: approx Bahia. HEX triplet: A1, BB and 22. RGB value is (161,187,34). Sum of RGB (Red+Green+Blue) = 161+187+34=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BB22 is #5E44DD. Grayscale: #A2A2A2. Windows color (decimal): -6178014 or 2276257. OLE color: 2276257.

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

Color convert

RGB16118734-
CMYK0.1400.820.27
HSL70.2º69.23%43.33%-
HSV(B)70.2º81.82%73.33%-
XYZ32.7643.238.13-
YUV161.7855.89127.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 34 (13.67% from 255) = 8.90%
R=42.15%
G=48.95%
B=8.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161187340.1400.820.2770.269.2343.33
HexA1BB22E0521B46452b
Octal241273421601223310610553
Binary10100001101110111000101110010100101101110001101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB22; }

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

 H1.HeaderClassName
 {
   color: #A1BB22;
 }
 .AnyTagClassName
 {
   color: #A1BB22;
 }
</style>
background-color css

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

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

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

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

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

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