Shades of Bahia #A9BC24
Tints of Bahia #A9BC24
RGB
CMYK
RGB Variations
Color information
#A9BC24 (or 0xA9BC24) is known color: Bahia. HEX triplet: A9, BC and 24. RGB value is (169,188,36). Sum of RGB (Red+Green+Blue) = 169+188+36=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BC24 is #5643DB. Grayscale: #A5A5A5. Windows color (decimal): -5653468 or 2407593. OLE color: 2407593.
HSL color Cylindrical-coordinate representation of color #A9BC24: hue angle of 67.5º 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 #A9BC24 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 36 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.26 |
| HSL | 67.5º | 0.68% | 0.44% | - |
| HSV(B) | 67.5º | 0.81% | 0.74% | - |
| XYZ | 34.66 | 44.53 | 8.44 | - |
| YUV | 164.99 | 55.21 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 36 | 0.10 | 0 | 0.81 | 0.26 | 67.5 | 0.68 | 0.44 |
| Hex | A9 | BC | 24 | A | 0 | 51 | 1A | 44 | 44 | 2C |
| Octal | 251 | 274 | 44 | 12 | 0 | 121 | 32 | 104 | 104 | 54 |
| Binary | 10101001 | 10111100 | 100100 | 1010 | 0 | 1010001 | 11010 | 1000100 | 1000100 | 101100 |
Color Harmonies of #A9BC24
Complementary color
Monochromatic Colors of #A9BC24
Black with #A9BC24
Text Example
Text Example
White with #A9BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BC24; }
p { color: rgb(169,188,36); }
H1.HeaderClassName
{
color: #A9BC24;
}
.AnyTagClassName
{
color: #A9BC24;
}
</style>
background-color css
<style>
a { background-color: #A9BC24; }
a { background-color: rgb(169,188,36); }
div.DivClassName
{
background-color: #A9BC24;
}
.BgClassName
{
background-color: #A9BC24;
}
</style>
border-color css
<style>
span { border-color: #A9BC24; }
span { border-color: rgb(169,188,36); }
td.TdClassName
{
border-color: #A9BC24;
}
.TagClassName
{
border-color: #A9BC24;
}
</style>