Shades of Bahia #A9B720
Tints of Bahia #A9B720
RGB
CMYK
RGB Variations
Color information
#A9B720 (or 0xA9B720) is known color: Bahia. HEX triplet: A9, B7 and 20. RGB value is (169,183,32). Sum of RGB (Red+Green+Blue) = 169+183+32=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B720 is #5648DF. Grayscale: #A2A2A2. Windows color (decimal): -5654752 or 2144169. OLE color: 2144169.
HSL color Cylindrical-coordinate representation of color #A9B720: hue angle of 65.56º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9B720 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 183 | 32 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.28 |
| HSL | 65.56º | 0.7% | 0.42% | - |
| HSV(B) | 65.56º | 0.83% | 0.72% | - |
| XYZ | 33.56 | 42.41 | 7.78 | - |
| YUV | 161.6 | 54.86 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 32 | 0.08 | 0 | 0.83 | 0.28 | 65.56 | 0.7 | 0.42 |
| Hex | A9 | B7 | 20 | 8 | 0 | 53 | 1C | 42 | 46 | 2A |
| Octal | 251 | 267 | 40 | 10 | 0 | 123 | 34 | 102 | 106 | 52 |
| Binary | 10101001 | 10110111 | 100000 | 1000 | 0 | 1010011 | 11100 | 1000010 | 1000110 | 101010 |
Color Harmonies of #A9B720
Complementary color
Monochromatic Colors of #A9B720
Black with #A9B720
Text Example
Text Example
White with #A9B720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B720; }
p { color: rgb(169,183,32); }
H1.HeaderClassName
{
color: #A9B720;
}
.AnyTagClassName
{
color: #A9B720;
}
</style>
background-color css
<style>
a { background-color: #A9B720; }
a { background-color: rgb(169,183,32); }
div.DivClassName
{
background-color: #A9B720;
}
.BgClassName
{
background-color: #A9B720;
}
</style>
border-color css
<style>
span { border-color: #A9B720; }
span { border-color: rgb(169,183,32); }
td.TdClassName
{
border-color: #A9B720;
}
.TagClassName
{
border-color: #A9B720;
}
</style>