Shades of Bahia #A1BB15
Tints of Bahia #A1BB15
RGB
CMYK
RGB Variations
Color information
#A1BB15 (or 0xA1BB15) is known color: Bahia. HEX triplet: A1, BB and 15. RGB value is (161,187,21). Sum of RGB (Red+Green+Blue) = 161+187+21=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BB15 is #5E44EA. Grayscale: #A0A0A0. Windows color (decimal): -6178027 or 1424289. OLE color: 1424289.
HSL color Cylindrical-coordinate representation of color #A1BB15: hue angle of 69.4º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1BB15 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 21 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.27 |
| HSL | 69.4º | 0.8% | 0.41% | - |
| HSV(B) | 69.4º | 0.89% | 0.73% | - |
| XYZ | 32.6 | 43.17 | 7.32 | - |
| YUV | 160.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 21 | 0.14 | 0 | 0.89 | 0.27 | 69.4 | 0.8 | 0.41 |
| Hex | A1 | BB | 15 | E | 0 | 59 | 1B | 45 | 50 | 29 |
| Octal | 241 | 273 | 25 | 16 | 0 | 131 | 33 | 105 | 120 | 51 |
| Binary | 10100001 | 10111011 | 10101 | 1110 | 0 | 1011001 | 11011 | 1000101 | 1010000 | 101001 |
Color Harmonies of #A1BB15
Complementary color
Monochromatic Colors of #A1BB15
Black with #A1BB15
Text Example
Text Example
White with #A1BB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB15; }
p { color: rgb(161,187,21); }
H1.HeaderClassName
{
color: #A1BB15;
}
.AnyTagClassName
{
color: #A1BB15;
}
</style>
background-color css
<style>
a { background-color: #A1BB15; }
a { background-color: rgb(161,187,21); }
div.DivClassName
{
background-color: #A1BB15;
}
.BgClassName
{
background-color: #A1BB15;
}
</style>
border-color css
<style>
span { border-color: #A1BB15; }
span { border-color: rgb(161,187,21); }
td.TdClassName
{
border-color: #A1BB15;
}
.TagClassName
{
border-color: #A1BB15;
}
</style>