Shades of Bahia #A1BA2D
Tints of Bahia #A1BA2D
RGB
CMYK
RGB Variations
Color information
#A1BA2D (or 0xA1BA2D) is known color: Bahia. HEX triplet: A1, BA and 2D. RGB value is (161,186,45). Sum of RGB (Red+Green+Blue) = 161+186+45=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA2D is #5E45D2. Grayscale: #A2A2A2. Windows color (decimal): -6178259 or 2996897. OLE color: 2996897.
HSL color Cylindrical-coordinate representation of color #A1BA2D: hue angle of 70.64º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1BA2D is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 45 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.27 |
| HSL | 70.64º | 0.61% | 0.45% | - |
| HSV(B) | 70.64º | 0.76% | 0.73% | - |
| XYZ | 32.73 | 42.88 | 9.04 | - |
| YUV | 162.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 45 | 0.13 | 0 | 0.76 | 0.27 | 70.64 | 0.61 | 0.45 |
| Hex | A1 | BA | 2D | D | 0 | 4C | 1B | 47 | 3D | 2D |
| Octal | 241 | 272 | 55 | 15 | 0 | 114 | 33 | 107 | 75 | 55 |
| Binary | 10100001 | 10111010 | 101101 | 1101 | 0 | 1001100 | 11011 | 1000111 | 111101 | 101101 |
Color Harmonies of #A1BA2D
Complementary color
Monochromatic Colors of #A1BA2D
Black with #A1BA2D
Text Example
Text Example
White with #A1BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA2D; }
p { color: rgb(161,186,45); }
H1.HeaderClassName
{
color: #A1BA2D;
}
.AnyTagClassName
{
color: #A1BA2D;
}
</style>
background-color css
<style>
a { background-color: #A1BA2D; }
a { background-color: rgb(161,186,45); }
div.DivClassName
{
background-color: #A1BA2D;
}
.BgClassName
{
background-color: #A1BA2D;
}
</style>
border-color css
<style>
span { border-color: #A1BA2D; }
span { border-color: rgb(161,186,45); }
td.TdClassName
{
border-color: #A1BA2D;
}
.TagClassName
{
border-color: #A1BA2D;
}
</style>