Shades of Bahia #A9BE2F
Tints of Bahia #A9BE2F
RGB
CMYK
RGB Variations
Color information
#A9BE2F (or 0xA9BE2F) is known color: Bahia. HEX triplet: A9, BE and 2F. RGB value is (169,190,47). Sum of RGB (Red+Green+Blue) = 169+190+47=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BE2F is #5641D0. Grayscale: #A7A7A7. Windows color (decimal): -5652945 or 3129001. OLE color: 3129001.
HSL color Cylindrical-coordinate representation of color #A9BE2F: hue angle of 68.81º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9BE2F is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 47 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.25 |
| HSL | 68.81º | 0.6% | 0.46% | - |
| HSV(B) | 68.81º | 0.75% | 0.75% | - |
| XYZ | 35.29 | 45.47 | 9.61 | - |
| YUV | 167.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 47 | 0.11 | 0 | 0.75 | 0.25 | 68.81 | 0.6 | 0.46 |
| Hex | A9 | BE | 2F | B | 0 | 4B | 19 | 45 | 3C | 2E |
| Octal | 251 | 276 | 57 | 13 | 0 | 113 | 31 | 105 | 74 | 56 |
| Binary | 10101001 | 10111110 | 101111 | 1011 | 0 | 1001011 | 11001 | 1000101 | 111100 | 101110 |
Color Harmonies of #A9BE2F
Complementary color
Monochromatic Colors of #A9BE2F
Black with #A9BE2F
Text Example
Text Example
White with #A9BE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE2F; }
p { color: rgb(169,190,47); }
H1.HeaderClassName
{
color: #A9BE2F;
}
.AnyTagClassName
{
color: #A9BE2F;
}
</style>
background-color css
<style>
a { background-color: #A9BE2F; }
a { background-color: rgb(169,190,47); }
div.DivClassName
{
background-color: #A9BE2F;
}
.BgClassName
{
background-color: #A9BE2F;
}
</style>
border-color css
<style>
span { border-color: #A9BE2F; }
span { border-color: rgb(169,190,47); }
td.TdClassName
{
border-color: #A9BE2F;
}
.TagClassName
{
border-color: #A9BE2F;
}
</style>