Shades of Bahia #A9C520
Tints of Bahia #A9C520
RGB
CMYK
RGB Variations
Color information
#A9C520 (or 0xA9C520) is known color: Bahia. HEX triplet: A9, C5 and 20. RGB value is (169,197,32). Sum of RGB (Red+Green+Blue) = 169+197+32=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C520 is #563ADF. Grayscale: #AAAAAA. Windows color (decimal): -5651168 or 2147753. OLE color: 2147753.
HSL color Cylindrical-coordinate representation of color #A9C520: hue angle of 70.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9C520 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 32 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.23 |
| HSL | 70.18º | 0.72% | 0.45% | - |
| HSV(B) | 70.18º | 0.84% | 0.77% | - |
| XYZ | 36.59 | 48.47 | 8.79 | - |
| YUV | 169.82 | 50.22 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 32 | 0.14 | 0 | 0.84 | 0.23 | 70.18 | 0.72 | 0.45 |
| Hex | A9 | C5 | 20 | E | 0 | 54 | 17 | 46 | 48 | 2D |
| Octal | 251 | 305 | 40 | 16 | 0 | 124 | 27 | 106 | 110 | 55 |
| Binary | 10101001 | 11000101 | 100000 | 1110 | 0 | 1010100 | 10111 | 1000110 | 1001000 | 101101 |
Color Harmonies of #A9C520
Complementary color
Monochromatic Colors of #A9C520
Black with #A9C520
Text Example
Text Example
White with #A9C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C520; }
p { color: rgb(169,197,32); }
H1.HeaderClassName
{
color: #A9C520;
}
.AnyTagClassName
{
color: #A9C520;
}
</style>
background-color css
<style>
a { background-color: #A9C520; }
a { background-color: rgb(169,197,32); }
div.DivClassName
{
background-color: #A9C520;
}
.BgClassName
{
background-color: #A9C520;
}
</style>
border-color css
<style>
span { border-color: #A9C520; }
span { border-color: rgb(169,197,32); }
td.TdClassName
{
border-color: #A9C520;
}
.TagClassName
{
border-color: #A9C520;
}
</style>