Shades of Bahia #A0BA17
Tints of Bahia #A0BA17
RGB
CMYK
RGB Variations
Color information
#A0BA17 (or 0xA0BA17) is known color: Bahia. HEX triplet: A0, BA and 17. RGB value is (160,186,23). Sum of RGB (Red+Green+Blue) = 160+186+23=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BA17 is #5F45E8. Grayscale: #A0A0A0. Windows color (decimal): -6243817 or 1555104. OLE color: 1555104.
HSL color Cylindrical-coordinate representation of color #A0BA17: hue angle of 69.57º 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 #A0BA17 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 23 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.27 |
| HSL | 69.57º | 0.78% | 0.41% | - |
| HSV(B) | 69.57º | 0.88% | 0.73% | - |
| XYZ | 32.21 | 42.65 | 7.35 | - |
| YUV | 159.64 | 50.89 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 23 | 0.14 | 0 | 0.88 | 0.27 | 69.57 | 0.78 | 0.41 |
| Hex | A0 | BA | 17 | E | 0 | 58 | 1B | 46 | 4E | 29 |
| Octal | 240 | 272 | 27 | 16 | 0 | 130 | 33 | 106 | 116 | 51 |
| Binary | 10100000 | 10111010 | 10111 | 1110 | 0 | 1011000 | 11011 | 1000110 | 1001110 | 101001 |
Color Harmonies of #A0BA17
Complementary color
Monochromatic Colors of #A0BA17
Black with #A0BA17
Text Example
Text Example
White with #A0BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA17; }
p { color: rgb(160,186,23); }
H1.HeaderClassName
{
color: #A0BA17;
}
.AnyTagClassName
{
color: #A0BA17;
}
</style>
background-color css
<style>
a { background-color: #A0BA17; }
a { background-color: rgb(160,186,23); }
div.DivClassName
{
background-color: #A0BA17;
}
.BgClassName
{
background-color: #A0BA17;
}
</style>
border-color css
<style>
span { border-color: #A0BA17; }
span { border-color: rgb(160,186,23); }
td.TdClassName
{
border-color: #A0BA17;
}
.TagClassName
{
border-color: #A0BA17;
}
</style>