Shades of Bahia #A1BA1C
Tints of Bahia #A1BA1C
RGB
CMYK
RGB Variations
Color information
#A1BA1C (or 0xA1BA1C) is known color: Bahia. HEX triplet: A1, BA and 1C. RGB value is (161,186,28). Sum of RGB (Red+Green+Blue) = 161+186+28=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA1C is #5E45E3. Grayscale: #A1A1A1. Windows color (decimal): -6178276 or 1882785. OLE color: 1882785.
HSL color Cylindrical-coordinate representation of color #A1BA1C: hue angle of 69.49º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1BA1C is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 28 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.27 |
| HSL | 69.49º | 0.74% | 0.42% | - |
| HSV(B) | 69.49º | 0.85% | 0.73% | - |
| XYZ | 32.47 | 42.78 | 7.64 | - |
| YUV | 160.51 | 53.22 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 28 | 0.13 | 0 | 0.85 | 0.27 | 69.49 | 0.74 | 0.42 |
| Hex | A1 | BA | 1C | D | 0 | 55 | 1B | 45 | 4A | 2A |
| Octal | 241 | 272 | 34 | 15 | 0 | 125 | 33 | 105 | 112 | 52 |
| Binary | 10100001 | 10111010 | 11100 | 1101 | 0 | 1010101 | 11011 | 1000101 | 1001010 | 101010 |
Color Harmonies of #A1BA1C
Complementary color
Monochromatic Colors of #A1BA1C
Black with #A1BA1C
Text Example
Text Example
White with #A1BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA1C; }
p { color: rgb(161,186,28); }
H1.HeaderClassName
{
color: #A1BA1C;
}
.AnyTagClassName
{
color: #A1BA1C;
}
</style>
background-color css
<style>
a { background-color: #A1BA1C; }
a { background-color: rgb(161,186,28); }
div.DivClassName
{
background-color: #A1BA1C;
}
.BgClassName
{
background-color: #A1BA1C;
}
</style>
border-color css
<style>
span { border-color: #A1BA1C; }
span { border-color: rgb(161,186,28); }
td.TdClassName
{
border-color: #A1BA1C;
}
.TagClassName
{
border-color: #A1BA1C;
}
</style>