Shades of Bahia #A3BA16
Tints of Bahia #A3BA16
RGB
CMYK
RGB Variations
Color information
#A3BA16 (or 0xA3BA16) is known color: Bahia. HEX triplet: A3, BA and 16. RGB value is (163,186,22). Sum of RGB (Red+Green+Blue) = 163+186+22=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BA16 is #5C45E9. Grayscale: #A1A1A1. Windows color (decimal): -6047210 or 1489571. OLE color: 1489571.
HSL color Cylindrical-coordinate representation of color #A3BA16: hue angle of 68.41º degrees, saturation: 0.79, 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 #A3BA16 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 22 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.27 |
| HSL | 68.41º | 0.79% | 0.41% | - |
| HSV(B) | 68.41º | 0.88% | 0.73% | - |
| XYZ | 32.81 | 42.96 | 7.32 | - |
| YUV | 160.43 | 49.88 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 22 | 0.12 | 0 | 0.88 | 0.27 | 68.41 | 0.79 | 0.41 |
| Hex | A3 | BA | 16 | C | 0 | 58 | 1B | 44 | 4F | 29 |
| Octal | 243 | 272 | 26 | 14 | 0 | 130 | 33 | 104 | 117 | 51 |
| Binary | 10100011 | 10111010 | 10110 | 1100 | 0 | 1011000 | 11011 | 1000100 | 1001111 | 101001 |
Color Harmonies of #A3BA16
Complementary color
Monochromatic Colors of #A3BA16
Black with #A3BA16
Text Example
Text Example
White with #A3BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA16; }
p { color: rgb(163,186,22); }
H1.HeaderClassName
{
color: #A3BA16;
}
.AnyTagClassName
{
color: #A3BA16;
}
</style>
background-color css
<style>
a { background-color: #A3BA16; }
a { background-color: rgb(163,186,22); }
div.DivClassName
{
background-color: #A3BA16;
}
.BgClassName
{
background-color: #A3BA16;
}
</style>
border-color css
<style>
span { border-color: #A3BA16; }
span { border-color: rgb(163,186,22); }
td.TdClassName
{
border-color: #A3BA16;
}
.TagClassName
{
border-color: #A3BA16;
}
</style>