Shades of Bahia #A9BD2D
Tints of Bahia #A9BD2D
RGB
CMYK
RGB Variations
Color information
#A9BD2D (or 0xA9BD2D) is known color: Bahia. HEX triplet: A9, BD and 2D. RGB value is (169,189,45). Sum of RGB (Red+Green+Blue) = 169+189+45=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD2D is #5642D2. Grayscale: #A7A7A7. Windows color (decimal): -5653203 or 2997673. OLE color: 2997673.
HSL color Cylindrical-coordinate representation of color #A9BD2D: hue angle of 68.33º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9BD2D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 45 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.26 |
| HSL | 68.33º | 0.62% | 0.46% | - |
| HSV(B) | 68.33º | 0.76% | 0.74% | - |
| XYZ | 35.03 | 45.02 | 9.33 | - |
| YUV | 166.6 | 59.37 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 45 | 0.11 | 0 | 0.76 | 0.26 | 68.33 | 0.62 | 0.46 |
| Hex | A9 | BD | 2D | B | 0 | 4C | 1A | 44 | 3E | 2E |
| Octal | 251 | 275 | 55 | 13 | 0 | 114 | 32 | 104 | 76 | 56 |
| Binary | 10101001 | 10111101 | 101101 | 1011 | 0 | 1001100 | 11010 | 1000100 | 111110 | 101110 |
Color Harmonies of #A9BD2D
Complementary color
Monochromatic Colors of #A9BD2D
Black with #A9BD2D
Text Example
Text Example
White with #A9BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD2D; }
p { color: rgb(169,189,45); }
H1.HeaderClassName
{
color: #A9BD2D;
}
.AnyTagClassName
{
color: #A9BD2D;
}
</style>
background-color css
<style>
a { background-color: #A9BD2D; }
a { background-color: rgb(169,189,45); }
div.DivClassName
{
background-color: #A9BD2D;
}
.BgClassName
{
background-color: #A9BD2D;
}
</style>
border-color css
<style>
span { border-color: #A9BD2D; }
span { border-color: rgb(169,189,45); }
td.TdClassName
{
border-color: #A9BD2D;
}
.TagClassName
{
border-color: #A9BD2D;
}
</style>