Shades of Bahia #A9BF2D
Tints of Bahia #A9BF2D
RGB
CMYK
RGB Variations
Color information
#A9BF2D (or 0xA9BF2D) is known color: Bahia. HEX triplet: A9, BF and 2D. RGB value is (169,191,45). Sum of RGB (Red+Green+Blue) = 169+191+45=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BF2D is #5640D2. Grayscale: #A8A8A8. Windows color (decimal): -5652691 or 2998185. OLE color: 2998185.
HSL color Cylindrical-coordinate representation of color #A9BF2D: hue angle of 69.04º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9BF2D is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 45 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.25 |
| HSL | 69.04º | 0.62% | 0.46% | - |
| HSV(B) | 69.04º | 0.76% | 0.75% | - |
| XYZ | 35.47 | 45.89 | 9.47 | - |
| YUV | 167.78 | 58.71 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 45 | 0.12 | 0 | 0.76 | 0.25 | 69.04 | 0.62 | 0.46 |
| Hex | A9 | BF | 2D | C | 0 | 4C | 19 | 45 | 3E | 2E |
| Octal | 251 | 277 | 55 | 14 | 0 | 114 | 31 | 105 | 76 | 56 |
| Binary | 10101001 | 10111111 | 101101 | 1100 | 0 | 1001100 | 11001 | 1000101 | 111110 | 101110 |
Color Harmonies of #A9BF2D
Complementary color
Monochromatic Colors of #A9BF2D
Black with #A9BF2D
Text Example
Text Example
White with #A9BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF2D; }
p { color: rgb(169,191,45); }
H1.HeaderClassName
{
color: #A9BF2D;
}
.AnyTagClassName
{
color: #A9BF2D;
}
</style>
background-color css
<style>
a { background-color: #A9BF2D; }
a { background-color: rgb(169,191,45); }
div.DivClassName
{
background-color: #A9BF2D;
}
.BgClassName
{
background-color: #A9BF2D;
}
</style>
border-color css
<style>
span { border-color: #A9BF2D; }
span { border-color: rgb(169,191,45); }
td.TdClassName
{
border-color: #A9BF2D;
}
.TagClassName
{
border-color: #A9BF2D;
}
</style>