Shades of Bahia #A9BB2E
Tints of Bahia #A9BB2E
RGB
CMYK
RGB Variations
Color information
#A9BB2E (or 0xA9BB2E) is known color: Bahia. HEX triplet: A9, BB and 2E. RGB value is (169,187,46). Sum of RGB (Red+Green+Blue) = 169+187+46=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BB2E is #5644D1. Grayscale: #A6A6A6. Windows color (decimal): -5653714 or 3062697. OLE color: 3062697.
HSL color Cylindrical-coordinate representation of color #A9BB2E: hue angle of 67.66º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9BB2E is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 187 | 46 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.27 |
| HSL | 67.66º | 0.61% | 0.46% | - |
| HSV(B) | 67.66º | 0.75% | 0.73% | - |
| XYZ | 34.63 | 44.17 | 9.29 | - |
| YUV | 165.54 | 60.54 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 46 | 0.10 | 0 | 0.75 | 0.27 | 67.66 | 0.61 | 0.46 |
| Hex | A9 | BB | 2E | A | 0 | 4B | 1B | 44 | 3D | 2E |
| Octal | 251 | 273 | 56 | 12 | 0 | 113 | 33 | 104 | 75 | 56 |
| Binary | 10101001 | 10111011 | 101110 | 1010 | 0 | 1001011 | 11011 | 1000100 | 111101 | 101110 |
Color Harmonies of #A9BB2E
Complementary color
Monochromatic Colors of #A9BB2E
Black with #A9BB2E
Text Example
Text Example
White with #A9BB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BB2E; }
p { color: rgb(169,187,46); }
H1.HeaderClassName
{
color: #A9BB2E;
}
.AnyTagClassName
{
color: #A9BB2E;
}
</style>
background-color css
<style>
a { background-color: #A9BB2E; }
a { background-color: rgb(169,187,46); }
div.DivClassName
{
background-color: #A9BB2E;
}
.BgClassName
{
background-color: #A9BB2E;
}
</style>
border-color css
<style>
span { border-color: #A9BB2E; }
span { border-color: rgb(169,187,46); }
td.TdClassName
{
border-color: #A9BB2E;
}
.TagClassName
{
border-color: #A9BB2E;
}
</style>