#A1B622

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

Shades of Bahia #A1B622

Tints of Bahia #A1B622

Color information

#A1B622 (or 0xA1B622) is unknown color: approx Bahia. HEX triplet: A1, B6 and 22. RGB value is (161,182,34). Sum of RGB (Red+Green+Blue) = 161+182+34=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B622 is #5E49DD. Grayscale: #9F9F9F. Windows color (decimal): -6179294 or 2274977. OLE color: 2274977.

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

Color convert

RGB16118234-
CMYK0.1200.810.29
HSL68.51º68.52%42.35%-
HSV(B)68.51º81.32%71.37%-
XYZ31.7141.157.78-
YUV158.8557.54129.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 34 (13.67% from 255) = 9.02%
R=42.71%
G=48.28%
B=9.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161182340.1200.810.2968.5168.5242.35
HexA1B622C0511D45452a
Octal241266421401213510510552
Binary10100001101101101000101100010100011110110001011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B622; }

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

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

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

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

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

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

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

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