#A1B22E

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

Shades of Bahia #A1B22E

Tints of Bahia #A1B22E

Color information

#A1B22E (or 0xA1B22E) is unknown color: approx Bahia. HEX triplet: A1, B2 and 2E. RGB value is (161,178,46). Sum of RGB (Red+Green+Blue) = 161+178+46=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B22E is #5E4DD1. Grayscale: #9E9E9E. Windows color (decimal): -6180306 or 3060385. OLE color: 3060385.

HSL color Cylindrical-coordinate representation of color #A1B22E: hue angle of 67.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1B22E is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB16117846-
CMYK0.1000.740.30
HSL67.73º58.93%43.92%-
HSV(B)67.73º74.16%69.8%-
XYZ31.1139.628.59-
YUV157.8764.87130.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 46 (18.36% from 255) = 11.95%
R=41.82%
G=46.23%
B=11.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161178460.1000.740.3067.7358.9343.92
HexA1B22EA04A1E443b2c
Octal24126256120112361047354
Binary1010000110110010101110101001001010111101000100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B22E; }

 p { color: rgb(161,178,46); }

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

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

 a { background-color: rgb(161,178,46); }

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

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

 span { border-color: rgb(161,178,46); }

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