Shades of Bahia #A9C511
Tints of Bahia #A9C511
RGB
CMYK
RGB Variations
Color information
#A9C511 (or 0xA9C511) is known color: Bahia. HEX triplet: A9, C5 and 11. RGB value is (169,197,17). Sum of RGB (Red+Green+Blue) = 169+197+17=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C511 is #563AEE. Grayscale: #A8A8A8. Windows color (decimal): -5651183 or 1164713. OLE color: 1164713.
HSL color Cylindrical-coordinate representation of color #A9C511: hue angle of 69.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9C511 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 17 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.23 |
| HSL | 69.33º | 0.84% | 0.42% | - |
| HSV(B) | 69.33º | 0.91% | 0.77% | - |
| XYZ | 36.43 | 48.41 | 7.95 | - |
| YUV | 168.11 | 42.72 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 17 | 0.14 | 0 | 0.91 | 0.23 | 69.33 | 0.84 | 0.42 |
| Hex | A9 | C5 | 11 | E | 0 | 5B | 17 | 45 | 54 | 2A |
| Octal | 251 | 305 | 21 | 16 | 0 | 133 | 27 | 105 | 124 | 52 |
| Binary | 10101001 | 11000101 | 10001 | 1110 | 0 | 1011011 | 10111 | 1000101 | 1010100 | 101010 |
Color Harmonies of #A9C511
Complementary color
Monochromatic Colors of #A9C511
Black with #A9C511
Text Example
Text Example
White with #A9C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C511; }
p { color: rgb(169,197,17); }
H1.HeaderClassName
{
color: #A9C511;
}
.AnyTagClassName
{
color: #A9C511;
}
</style>
background-color css
<style>
a { background-color: #A9C511; }
a { background-color: rgb(169,197,17); }
div.DivClassName
{
background-color: #A9C511;
}
.BgClassName
{
background-color: #A9C511;
}
</style>
border-color css
<style>
span { border-color: #A9C511; }
span { border-color: rgb(169,197,17); }
td.TdClassName
{
border-color: #A9C511;
}
.TagClassName
{
border-color: #A9C511;
}
</style>