Shades of Bahia #A1BB2A
Tints of Bahia #A1BB2A
RGB
CMYK
RGB Variations
Color information
#A1BB2A (or 0xA1BB2A) is known color: Bahia. HEX triplet: A1, BB and 2A. RGB value is (161,187,42). Sum of RGB (Red+Green+Blue) = 161+187+42=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BB2A is #5E44D5. Grayscale: #A3A3A3. Windows color (decimal): -6178006 or 2800545. OLE color: 2800545.
HSL color Cylindrical-coordinate representation of color #A1BB2A: hue angle of 70.76º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1BB2A is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 42 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.27 |
| HSL | 70.76º | 0.63% | 0.45% | - |
| HSV(B) | 70.76º | 0.78% | 0.73% | - |
| XYZ | 32.89 | 43.28 | 8.81 | - |
| YUV | 162.7 | 59.89 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 42 | 0.14 | 0 | 0.78 | 0.27 | 70.76 | 0.63 | 0.45 |
| Hex | A1 | BB | 2A | E | 0 | 4E | 1B | 47 | 3F | 2D |
| Octal | 241 | 273 | 52 | 16 | 0 | 116 | 33 | 107 | 77 | 55 |
| Binary | 10100001 | 10111011 | 101010 | 1110 | 0 | 1001110 | 11011 | 1000111 | 111111 | 101101 |
Color Harmonies of #A1BB2A
Complementary color
Monochromatic Colors of #A1BB2A
Black with #A1BB2A
Text Example
Text Example
White with #A1BB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB2A; }
p { color: rgb(161,187,42); }
H1.HeaderClassName
{
color: #A1BB2A;
}
.AnyTagClassName
{
color: #A1BB2A;
}
</style>
background-color css
<style>
a { background-color: #A1BB2A; }
a { background-color: rgb(161,187,42); }
div.DivClassName
{
background-color: #A1BB2A;
}
.BgClassName
{
background-color: #A1BB2A;
}
</style>
border-color css
<style>
span { border-color: #A1BB2A; }
span { border-color: rgb(161,187,42); }
td.TdClassName
{
border-color: #A1BB2A;
}
.TagClassName
{
border-color: #A1BB2A;
}
</style>