Shades of Bahia #A9BA11
Tints of Bahia #A9BA11
RGB
CMYK
RGB Variations
Color information
#A9BA11 (or 0xA9BA11) is known color: Bahia. HEX triplet: A9, BA and 11. RGB value is (169,186,17). Sum of RGB (Red+Green+Blue) = 169+186+17=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BA11 is #5645EE. Grayscale: #A2A2A2. Windows color (decimal): -5653999 or 1161897. OLE color: 1161897.
HSL color Cylindrical-coordinate representation of color #A9BA11: hue angle of 66.04º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9BA11 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 17 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.27 |
| HSL | 66.04º | 0.83% | 0.4% | - |
| HSV(B) | 66.04º | 0.91% | 0.73% | - |
| XYZ | 34.02 | 43.59 | 7.15 | - |
| YUV | 161.65 | 46.37 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 17 | 0.09 | 0 | 0.91 | 0.27 | 66.04 | 0.83 | 0.4 |
| Hex | A9 | BA | 11 | 9 | 0 | 5B | 1B | 42 | 53 | 28 |
| Octal | 251 | 272 | 21 | 11 | 0 | 133 | 33 | 102 | 123 | 50 |
| Binary | 10101001 | 10111010 | 10001 | 1001 | 0 | 1011011 | 11011 | 1000010 | 1010011 | 101000 |
Color Harmonies of #A9BA11
Complementary color
Monochromatic Colors of #A9BA11
Black with #A9BA11
Text Example
Text Example
White with #A9BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BA11; }
p { color: rgb(169,186,17); }
H1.HeaderClassName
{
color: #A9BA11;
}
.AnyTagClassName
{
color: #A9BA11;
}
</style>
background-color css
<style>
a { background-color: #A9BA11; }
a { background-color: rgb(169,186,17); }
div.DivClassName
{
background-color: #A9BA11;
}
.BgClassName
{
background-color: #A9BA11;
}
</style>
border-color css
<style>
span { border-color: #A9BA11; }
span { border-color: rgb(169,186,17); }
td.TdClassName
{
border-color: #A9BA11;
}
.TagClassName
{
border-color: #A9BA11;
}
</style>