Shades of Bahia #A1BA29
Tints of Bahia #A1BA29
RGB
CMYK
RGB Variations
Color information
#A1BA29 (or 0xA1BA29) is known color: Bahia. HEX triplet: A1, BA and 29. RGB value is (161,186,41). Sum of RGB (Red+Green+Blue) = 161+186+41=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA29 is #5E45D6. Grayscale: #A2A2A2. Windows color (decimal): -6178263 or 2734753. OLE color: 2734753.
HSL color Cylindrical-coordinate representation of color #A1BA29: hue angle of 70.34º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1BA29 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 41 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.27 |
| HSL | 70.34º | 0.64% | 0.45% | - |
| HSV(B) | 70.34º | 0.78% | 0.73% | - |
| XYZ | 32.66 | 42.85 | 8.65 | - |
| YUV | 162 | 59.72 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 41 | 0.13 | 0 | 0.78 | 0.27 | 70.34 | 0.64 | 0.45 |
| Hex | A1 | BA | 29 | D | 0 | 4E | 1B | 46 | 40 | 2D |
| Octal | 241 | 272 | 51 | 15 | 0 | 116 | 33 | 106 | 100 | 55 |
| Binary | 10100001 | 10111010 | 101001 | 1101 | 0 | 1001110 | 11011 | 1000110 | 1000000 | 101101 |
Color Harmonies of #A1BA29
Complementary color
Monochromatic Colors of #A1BA29
Black with #A1BA29
Text Example
Text Example
White with #A1BA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA29; }
p { color: rgb(161,186,41); }
H1.HeaderClassName
{
color: #A1BA29;
}
.AnyTagClassName
{
color: #A1BA29;
}
</style>
background-color css
<style>
a { background-color: #A1BA29; }
a { background-color: rgb(161,186,41); }
div.DivClassName
{
background-color: #A1BA29;
}
.BgClassName
{
background-color: #A1BA29;
}
</style>
border-color css
<style>
span { border-color: #A1BA29; }
span { border-color: rgb(161,186,41); }
td.TdClassName
{
border-color: #A1BA29;
}
.TagClassName
{
border-color: #A1BA29;
}
</style>