Shades of Bahia #A1BA25
Tints of Bahia #A1BA25
RGB
CMYK
RGB Variations
Color information
#A1BA25 (or 0xA1BA25) is known color: Bahia. HEX triplet: A1, BA and 25. RGB value is (161,186,37). Sum of RGB (Red+Green+Blue) = 161+186+37=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA25 is #5E45DA. Grayscale: #A2A2A2. Windows color (decimal): -6178267 or 2472609. OLE color: 2472609.
HSL color Cylindrical-coordinate representation of color #A1BA25: hue angle of 70.07º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1BA25 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 37 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.27 |
| HSL | 70.07º | 0.67% | 0.44% | - |
| HSV(B) | 70.07º | 0.8% | 0.73% | - |
| XYZ | 32.59 | 42.83 | 8.3 | - |
| YUV | 161.54 | 57.72 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 37 | 0.13 | 0 | 0.80 | 0.27 | 70.07 | 0.67 | 0.44 |
| Hex | A1 | BA | 25 | D | 0 | 50 | 1B | 46 | 43 | 2C |
| Octal | 241 | 272 | 45 | 15 | 0 | 120 | 33 | 106 | 103 | 54 |
| Binary | 10100001 | 10111010 | 100101 | 1101 | 0 | 1010000 | 11011 | 1000110 | 1000011 | 101100 |
Color Harmonies of #A1BA25
Complementary color
Monochromatic Colors of #A1BA25
Black with #A1BA25
Text Example
Text Example
White with #A1BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA25; }
p { color: rgb(161,186,37); }
H1.HeaderClassName
{
color: #A1BA25;
}
.AnyTagClassName
{
color: #A1BA25;
}
</style>
background-color css
<style>
a { background-color: #A1BA25; }
a { background-color: rgb(161,186,37); }
div.DivClassName
{
background-color: #A1BA25;
}
.BgClassName
{
background-color: #A1BA25;
}
</style>
border-color css
<style>
span { border-color: #A1BA25; }
span { border-color: rgb(161,186,37); }
td.TdClassName
{
border-color: #A1BA25;
}
.TagClassName
{
border-color: #A1BA25;
}
</style>