Shades of Bahia #A3BA1D
Tints of Bahia #A3BA1D
RGB
CMYK
RGB Variations
Color information
#A3BA1D (or 0xA3BA1D) is known color: Bahia. HEX triplet: A3, BA and 1D. RGB value is (163,186,29). Sum of RGB (Red+Green+Blue) = 163+186+29=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BA1D is #5C45E2. Grayscale: #A1A1A1. Windows color (decimal): -6047203 or 1948323. OLE color: 1948323.
HSL color Cylindrical-coordinate representation of color #A3BA1D: hue angle of 68.79º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3BA1D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 29 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.27 |
| HSL | 68.79º | 0.73% | 0.42% | - |
| HSV(B) | 68.79º | 0.84% | 0.73% | - |
| XYZ | 32.88 | 42.99 | 7.73 | - |
| YUV | 161.23 | 53.38 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 29 | 0.12 | 0 | 0.84 | 0.27 | 68.79 | 0.73 | 0.42 |
| Hex | A3 | BA | 1D | C | 0 | 54 | 1B | 45 | 49 | 2A |
| Octal | 243 | 272 | 35 | 14 | 0 | 124 | 33 | 105 | 111 | 52 |
| Binary | 10100011 | 10111010 | 11101 | 1100 | 0 | 1010100 | 11011 | 1000101 | 1001001 | 101010 |
Color Harmonies of #A3BA1D
Complementary color
Monochromatic Colors of #A3BA1D
Black with #A3BA1D
Text Example
Text Example
White with #A3BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA1D; }
p { color: rgb(163,186,29); }
H1.HeaderClassName
{
color: #A3BA1D;
}
.AnyTagClassName
{
color: #A3BA1D;
}
</style>
background-color css
<style>
a { background-color: #A3BA1D; }
a { background-color: rgb(163,186,29); }
div.DivClassName
{
background-color: #A3BA1D;
}
.BgClassName
{
background-color: #A3BA1D;
}
</style>
border-color css
<style>
span { border-color: #A3BA1D; }
span { border-color: rgb(163,186,29); }
td.TdClassName
{
border-color: #A3BA1D;
}
.TagClassName
{
border-color: #A3BA1D;
}
</style>