Shades of Bahia #A3BA19
Tints of Bahia #A3BA19
RGB
CMYK
RGB Variations
Color information
#A3BA19 (or 0xA3BA19) is known color: Bahia. HEX triplet: A3, BA and 19. RGB value is (163,186,25). Sum of RGB (Red+Green+Blue) = 163+186+25=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BA19 is #5C45E6. Grayscale: #A1A1A1. Windows color (decimal): -6047207 or 1686179. OLE color: 1686179.
HSL color Cylindrical-coordinate representation of color #A3BA19: hue angle of 68.57º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3BA19 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 25 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.27 |
| HSL | 68.57º | 0.76% | 0.41% | - |
| HSV(B) | 68.57º | 0.87% | 0.73% | - |
| XYZ | 32.84 | 42.97 | 7.48 | - |
| YUV | 160.77 | 51.38 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 25 | 0.12 | 0 | 0.87 | 0.27 | 68.57 | 0.76 | 0.41 |
| Hex | A3 | BA | 19 | C | 0 | 57 | 1B | 45 | 4C | 29 |
| Octal | 243 | 272 | 31 | 14 | 0 | 127 | 33 | 105 | 114 | 51 |
| Binary | 10100011 | 10111010 | 11001 | 1100 | 0 | 1010111 | 11011 | 1000101 | 1001100 | 101001 |
Color Harmonies of #A3BA19
Complementary color
Monochromatic Colors of #A3BA19
Black with #A3BA19
Text Example
Text Example
White with #A3BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA19; }
p { color: rgb(163,186,25); }
H1.HeaderClassName
{
color: #A3BA19;
}
.AnyTagClassName
{
color: #A3BA19;
}
</style>
background-color css
<style>
a { background-color: #A3BA19; }
a { background-color: rgb(163,186,25); }
div.DivClassName
{
background-color: #A3BA19;
}
.BgClassName
{
background-color: #A3BA19;
}
</style>
border-color css
<style>
span { border-color: #A3BA19; }
span { border-color: rgb(163,186,25); }
td.TdClassName
{
border-color: #A3BA19;
}
.TagClassName
{
border-color: #A3BA19;
}
</style>