Shades of Bahia #A1BC16
Tints of Bahia #A1BC16
RGB
CMYK
RGB Variations
Color information
#A1BC16 (or 0xA1BC16) is known color: Bahia. HEX triplet: A1, BC and 16. RGB value is (161,188,22). Sum of RGB (Red+Green+Blue) = 161+188+22=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC16 is #5E43E9. Grayscale: #A1A1A1. Windows color (decimal): -6177770 or 1490081. OLE color: 1490081.
HSL color Cylindrical-coordinate representation of color #A1BC16: hue angle of 69.76º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1BC16 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 22 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.26 |
| HSL | 69.76º | 0.79% | 0.41% | - |
| HSV(B) | 69.76º | 0.88% | 0.74% | - |
| XYZ | 32.83 | 43.6 | 7.44 | - |
| YUV | 161 | 49.55 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 22 | 0.14 | 0 | 0.88 | 0.26 | 69.76 | 0.79 | 0.41 |
| Hex | A1 | BC | 16 | E | 0 | 58 | 1A | 46 | 4F | 29 |
| Octal | 241 | 274 | 26 | 16 | 0 | 130 | 32 | 106 | 117 | 51 |
| Binary | 10100001 | 10111100 | 10110 | 1110 | 0 | 1011000 | 11010 | 1000110 | 1001111 | 101001 |
Color Harmonies of #A1BC16
Complementary color
Monochromatic Colors of #A1BC16
Black with #A1BC16
Text Example
Text Example
White with #A1BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC16; }
p { color: rgb(161,188,22); }
H1.HeaderClassName
{
color: #A1BC16;
}
.AnyTagClassName
{
color: #A1BC16;
}
</style>
background-color css
<style>
a { background-color: #A1BC16; }
a { background-color: rgb(161,188,22); }
div.DivClassName
{
background-color: #A1BC16;
}
.BgClassName
{
background-color: #A1BC16;
}
</style>
border-color css
<style>
span { border-color: #A1BC16; }
span { border-color: rgb(161,188,22); }
td.TdClassName
{
border-color: #A1BC16;
}
.TagClassName
{
border-color: #A1BC16;
}
</style>