Shades of Bahia #A1BA2E
Tints of Bahia #A1BA2E
RGB
CMYK
RGB Variations
Color information
#A1BA2E (or 0xA1BA2E) is known color: Bahia. HEX triplet: A1, BA and 2E. RGB value is (161,186,46). Sum of RGB (Red+Green+Blue) = 161+186+46=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA2E is #5E45D1. Grayscale: #A3A3A3. Windows color (decimal): -6178258 or 3062433. OLE color: 3062433.
HSL color Cylindrical-coordinate representation of color #A1BA2E: hue angle of 70.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1BA2E is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 46 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.27 |
| HSL | 70.71º | 0.6% | 0.45% | - |
| HSV(B) | 70.71º | 0.75% | 0.73% | - |
| XYZ | 32.75 | 42.89 | 9.14 | - |
| YUV | 162.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 46 | 0.13 | 0 | 0.75 | 0.27 | 70.71 | 0.6 | 0.45 |
| Hex | A1 | BA | 2E | D | 0 | 4B | 1B | 47 | 3C | 2D |
| Octal | 241 | 272 | 56 | 15 | 0 | 113 | 33 | 107 | 74 | 55 |
| Binary | 10100001 | 10111010 | 101110 | 1101 | 0 | 1001011 | 11011 | 1000111 | 111100 | 101101 |
Color Harmonies of #A1BA2E
Complementary color
Monochromatic Colors of #A1BA2E
Black with #A1BA2E
Text Example
Text Example
White with #A1BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA2E; }
p { color: rgb(161,186,46); }
H1.HeaderClassName
{
color: #A1BA2E;
}
.AnyTagClassName
{
color: #A1BA2E;
}
</style>
background-color css
<style>
a { background-color: #A1BA2E; }
a { background-color: rgb(161,186,46); }
div.DivClassName
{
background-color: #A1BA2E;
}
.BgClassName
{
background-color: #A1BA2E;
}
</style>
border-color css
<style>
span { border-color: #A1BA2E; }
span { border-color: rgb(161,186,46); }
td.TdClassName
{
border-color: #A1BA2E;
}
.TagClassName
{
border-color: #A1BA2E;
}
</style>