#A1B326

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

Shades of Bahia #A1B326

Tints of Bahia #A1B326

Color information

#A1B326 (or 0xA1B326) is unknown color: approx Bahia. HEX triplet: A1, B3 and 26. RGB value is (161,179,38). Sum of RGB (Red+Green+Blue) = 161+179+38=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B326 is #5E4CD9. Grayscale: #9E9E9E. Windows color (decimal): -6180058 or 2536353. OLE color: 2536353.

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

Color convert

RGB16117938-
CMYK0.1000.790.30
HSL67.66º64.98%42.55%-
HSV(B)67.66º78.77%70.2%-
XYZ31.1739.967.9-
YUV157.5460.54130.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 179 (70.31% from 255) = 47.35%
BLUE value IS 38 (15.23% from 255) = 10.05%
R=42.59%
G=47.35%
B=10.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161179380.1000.790.3067.6664.9842.55
HexA1B326A04F1E44412b
Octal241263461201173610410153
Binary10100001101100111001101010010011111111010001001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B326; }

 p { color: rgb(161,179,38); }

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

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

 a { background-color: rgb(161,179,38); }

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

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

 span { border-color: rgb(161,179,38); }

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