Shades of Bahia #A1BA17
Tints of Bahia #A1BA17
RGB
CMYK
RGB Variations
Color information
#A1BA17 (or 0xA1BA17) is known color: Bahia. HEX triplet: A1, BA and 17. RGB value is (161,186,23). Sum of RGB (Red+Green+Blue) = 161+186+23=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA17 is #5E45E8. Grayscale: #A0A0A0. Windows color (decimal): -6178281 or 1555105. OLE color: 1555105.
HSL color Cylindrical-coordinate representation of color #A1BA17: hue angle of 69.2º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1BA17 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 23 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.27 |
| HSL | 69.2º | 0.78% | 0.41% | - |
| HSV(B) | 69.2º | 0.88% | 0.73% | - |
| XYZ | 32.41 | 42.76 | 7.36 | - |
| YUV | 159.94 | 50.72 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 23 | 0.13 | 0 | 0.88 | 0.27 | 69.2 | 0.78 | 0.41 |
| Hex | A1 | BA | 17 | D | 0 | 58 | 1B | 45 | 4E | 29 |
| Octal | 241 | 272 | 27 | 15 | 0 | 130 | 33 | 105 | 116 | 51 |
| Binary | 10100001 | 10111010 | 10111 | 1101 | 0 | 1011000 | 11011 | 1000101 | 1001110 | 101001 |
Color Harmonies of #A1BA17
Complementary color
Monochromatic Colors of #A1BA17
Black with #A1BA17
Text Example
Text Example
White with #A1BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA17; }
p { color: rgb(161,186,23); }
H1.HeaderClassName
{
color: #A1BA17;
}
.AnyTagClassName
{
color: #A1BA17;
}
</style>
background-color css
<style>
a { background-color: #A1BA17; }
a { background-color: rgb(161,186,23); }
div.DivClassName
{
background-color: #A1BA17;
}
.BgClassName
{
background-color: #A1BA17;
}
</style>
border-color css
<style>
span { border-color: #A1BA17; }
span { border-color: rgb(161,186,23); }
td.TdClassName
{
border-color: #A1BA17;
}
.TagClassName
{
border-color: #A1BA17;
}
</style>