Shades of Bahia #A1BA2A
Tints of Bahia #A1BA2A
RGB
CMYK
RGB Variations
Color information
#A1BA2A (or 0xA1BA2A) is known color: Bahia. HEX triplet: A1, BA and 2A. RGB value is (161,186,42). Sum of RGB (Red+Green+Blue) = 161+186+42=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA2A is #5E45D5. Grayscale: #A2A2A2. Windows color (decimal): -6178262 or 2800289. OLE color: 2800289.
HSL color Cylindrical-coordinate representation of color #A1BA2A: hue angle of 70.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1BA2A is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 42 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.27 |
| HSL | 70.42º | 0.63% | 0.45% | - |
| HSV(B) | 70.42º | 0.77% | 0.73% | - |
| XYZ | 32.67 | 42.86 | 8.74 | - |
| YUV | 162.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 42 | 0.13 | 0 | 0.77 | 0.27 | 70.42 | 0.63 | 0.45 |
| Hex | A1 | BA | 2A | D | 0 | 4D | 1B | 46 | 3F | 2D |
| Octal | 241 | 272 | 52 | 15 | 0 | 115 | 33 | 106 | 77 | 55 |
| Binary | 10100001 | 10111010 | 101010 | 1101 | 0 | 1001101 | 11011 | 1000110 | 111111 | 101101 |
Color Harmonies of #A1BA2A
Complementary color
Monochromatic Colors of #A1BA2A
Black with #A1BA2A
Text Example
Text Example
White with #A1BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA2A; }
p { color: rgb(161,186,42); }
H1.HeaderClassName
{
color: #A1BA2A;
}
.AnyTagClassName
{
color: #A1BA2A;
}
</style>
background-color css
<style>
a { background-color: #A1BA2A; }
a { background-color: rgb(161,186,42); }
div.DivClassName
{
background-color: #A1BA2A;
}
.BgClassName
{
background-color: #A1BA2A;
}
</style>
border-color css
<style>
span { border-color: #A1BA2A; }
span { border-color: rgb(161,186,42); }
td.TdClassName
{
border-color: #A1BA2A;
}
.TagClassName
{
border-color: #A1BA2A;
}
</style>