Shades of Bahia #A1BC2A
Tints of Bahia #A1BC2A
RGB
CMYK
RGB Variations
Color information
#A1BC2A (or 0xA1BC2A) is known color: Bahia. HEX triplet: A1, BC and 2A. RGB value is (161,188,42). Sum of RGB (Red+Green+Blue) = 161+188+42=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BC2A is #5E43D5. Grayscale: #A3A3A3. Windows color (decimal): -6177750 or 2800801. OLE color: 2800801.
HSL color Cylindrical-coordinate representation of color #A1BC2A: hue angle of 71.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1BC2A is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 42 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.26 |
| HSL | 71.1º | 0.63% | 0.45% | - |
| HSV(B) | 71.1º | 0.78% | 0.74% | - |
| XYZ | 33.1 | 43.71 | 8.88 | - |
| YUV | 163.28 | 59.55 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 42 | 0.14 | 0 | 0.78 | 0.26 | 71.1 | 0.63 | 0.45 |
| Hex | A1 | BC | 2A | E | 0 | 4E | 1A | 47 | 3F | 2D |
| Octal | 241 | 274 | 52 | 16 | 0 | 116 | 32 | 107 | 77 | 55 |
| Binary | 10100001 | 10111100 | 101010 | 1110 | 0 | 1001110 | 11010 | 1000111 | 111111 | 101101 |
Color Harmonies of #A1BC2A
Complementary color
Monochromatic Colors of #A1BC2A
Black with #A1BC2A
Text Example
Text Example
White with #A1BC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC2A; }
p { color: rgb(161,188,42); }
H1.HeaderClassName
{
color: #A1BC2A;
}
.AnyTagClassName
{
color: #A1BC2A;
}
</style>
background-color css
<style>
a { background-color: #A1BC2A; }
a { background-color: rgb(161,188,42); }
div.DivClassName
{
background-color: #A1BC2A;
}
.BgClassName
{
background-color: #A1BC2A;
}
</style>
border-color css
<style>
span { border-color: #A1BC2A; }
span { border-color: rgb(161,188,42); }
td.TdClassName
{
border-color: #A1BC2A;
}
.TagClassName
{
border-color: #A1BC2A;
}
</style>