#A1B32B

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

Shades of Bahia #A1B32B

Tints of Bahia #A1B32B

Color information

#A1B32B (or 0xA1B32B) is unknown color: approx Bahia. HEX triplet: A1, B3 and 2B. RGB value is (161,179,43). Sum of RGB (Red+Green+Blue) = 161+179+43=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B32B is #5E4CD4. Grayscale: #9E9E9E. Windows color (decimal): -6180053 or 2864033. OLE color: 2864033.

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

Color convert

RGB16117943-
CMYK0.1000.760.30
HSL67.94º61.26%43.53%-
HSV(B)67.94º75.98%70.2%-
XYZ31.2539.998.36-
YUV158.1163.04130.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 43 (17.19% from 255) = 11.23%
R=42.04%
G=46.74%
B=11.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161179430.1000.760.3067.9461.2643.53
HexA1B32BA04C1E443d2c
Octal24126353120114361047554
Binary1010000110110011101011101001001100111101000100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B32B; }

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

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

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

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

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

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

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

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