Shades of Bahia #A9BD24
Tints of Bahia #A9BD24
RGB
CMYK
RGB Variations
Color information
#A9BD24 (or 0xA9BD24) is known color: Bahia. HEX triplet: A9, BD and 24. RGB value is (169,189,36). Sum of RGB (Red+Green+Blue) = 169+189+36=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD24 is #5642DB. Grayscale: #A6A6A6. Windows color (decimal): -5653212 or 2407849. OLE color: 2407849.
HSL color Cylindrical-coordinate representation of color #A9BD24: hue angle of 67.84º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9BD24 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 36 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.26 |
| HSL | 67.84º | 0.68% | 0.44% | - |
| HSV(B) | 67.84º | 0.81% | 0.74% | - |
| XYZ | 34.88 | 44.96 | 8.51 | - |
| YUV | 165.58 | 54.87 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 36 | 0.11 | 0 | 0.81 | 0.26 | 67.84 | 0.68 | 0.44 |
| Hex | A9 | BD | 24 | B | 0 | 51 | 1A | 44 | 44 | 2C |
| Octal | 251 | 275 | 44 | 13 | 0 | 121 | 32 | 104 | 104 | 54 |
| Binary | 10101001 | 10111101 | 100100 | 1011 | 0 | 1010001 | 11010 | 1000100 | 1000100 | 101100 |
Color Harmonies of #A9BD24
Complementary color
Monochromatic Colors of #A9BD24
Black with #A9BD24
Text Example
Text Example
White with #A9BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD24; }
p { color: rgb(169,189,36); }
H1.HeaderClassName
{
color: #A9BD24;
}
.AnyTagClassName
{
color: #A9BD24;
}
</style>
background-color css
<style>
a { background-color: #A9BD24; }
a { background-color: rgb(169,189,36); }
div.DivClassName
{
background-color: #A9BD24;
}
.BgClassName
{
background-color: #A9BD24;
}
</style>
border-color css
<style>
span { border-color: #A9BD24; }
span { border-color: rgb(169,189,36); }
td.TdClassName
{
border-color: #A9BD24;
}
.TagClassName
{
border-color: #A9BD24;
}
</style>