Shades of Bahia #A1BA19
Tints of Bahia #A1BA19
RGB
CMYK
RGB Variations
Color information
#A1BA19 (or 0xA1BA19) is known color: Bahia. HEX triplet: A1, BA and 19. RGB value is (161,186,25). Sum of RGB (Red+Green+Blue) = 161+186+25=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA19 is #5E45E6. Grayscale: #A0A0A0. Windows color (decimal): -6178279 or 1686177. OLE color: 1686177.
HSL color Cylindrical-coordinate representation of color #A1BA19: hue angle of 69.32º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1BA19 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 25 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.27 |
| HSL | 69.32º | 0.76% | 0.41% | - |
| HSV(B) | 69.32º | 0.87% | 0.73% | - |
| XYZ | 32.43 | 42.77 | 7.46 | - |
| YUV | 160.17 | 51.72 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 25 | 0.13 | 0 | 0.87 | 0.27 | 69.32 | 0.76 | 0.41 |
| Hex | A1 | BA | 19 | D | 0 | 57 | 1B | 45 | 4C | 29 |
| Octal | 241 | 272 | 31 | 15 | 0 | 127 | 33 | 105 | 114 | 51 |
| Binary | 10100001 | 10111010 | 11001 | 1101 | 0 | 1010111 | 11011 | 1000101 | 1001100 | 101001 |
Color Harmonies of #A1BA19
Complementary color
Monochromatic Colors of #A1BA19
Black with #A1BA19
Text Example
Text Example
White with #A1BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA19; }
p { color: rgb(161,186,25); }
H1.HeaderClassName
{
color: #A1BA19;
}
.AnyTagClassName
{
color: #A1BA19;
}
</style>
background-color css
<style>
a { background-color: #A1BA19; }
a { background-color: rgb(161,186,25); }
div.DivClassName
{
background-color: #A1BA19;
}
.BgClassName
{
background-color: #A1BA19;
}
</style>
border-color css
<style>
span { border-color: #A1BA19; }
span { border-color: rgb(161,186,25); }
td.TdClassName
{
border-color: #A1BA19;
}
.TagClassName
{
border-color: #A1BA19;
}
</style>