Shades of Bahia #A1BA16
Tints of Bahia #A1BA16
RGB
CMYK
RGB Variations
Color information
#A1BA16 (or 0xA1BA16) is known color: Bahia. HEX triplet: A1, BA and 16. RGB value is (161,186,22). Sum of RGB (Red+Green+Blue) = 161+186+22=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA16 is #5E45E9. Grayscale: #A0A0A0. Windows color (decimal): -6178282 or 1489569. OLE color: 1489569.
HSL color Cylindrical-coordinate representation of color #A1BA16: hue angle of 69.15º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1BA16 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 22 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.27 |
| HSL | 69.15º | 0.79% | 0.41% | - |
| HSV(B) | 69.15º | 0.88% | 0.73% | - |
| XYZ | 32.4 | 42.75 | 7.3 | - |
| YUV | 159.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 22 | 0.13 | 0 | 0.88 | 0.27 | 69.15 | 0.79 | 0.41 |
| Hex | A1 | BA | 16 | D | 0 | 58 | 1B | 45 | 4F | 29 |
| Octal | 241 | 272 | 26 | 15 | 0 | 130 | 33 | 105 | 117 | 51 |
| Binary | 10100001 | 10111010 | 10110 | 1101 | 0 | 1011000 | 11011 | 1000101 | 1001111 | 101001 |
Color Harmonies of #A1BA16
Complementary color
Monochromatic Colors of #A1BA16
Black with #A1BA16
Text Example
Text Example
White with #A1BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA16; }
p { color: rgb(161,186,22); }
H1.HeaderClassName
{
color: #A1BA16;
}
.AnyTagClassName
{
color: #A1BA16;
}
</style>
background-color css
<style>
a { background-color: #A1BA16; }
a { background-color: rgb(161,186,22); }
div.DivClassName
{
background-color: #A1BA16;
}
.BgClassName
{
background-color: #A1BA16;
}
</style>
border-color css
<style>
span { border-color: #A1BA16; }
span { border-color: rgb(161,186,22); }
td.TdClassName
{
border-color: #A1BA16;
}
.TagClassName
{
border-color: #A1BA16;
}
</style>