Shades of Bahia #A9C80B
Tints of Bahia #A9C80B
RGB
CMYK
RGB Variations
Color information
#A9C80B (or 0xA9C80B) is known color: Bahia. HEX triplet: A9, C8 and 0B. RGB value is (169,200,11). Sum of RGB (Red+Green+Blue) = 169+200+11=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C80B is #5637F4. Grayscale: #A9A9A9. Windows color (decimal): -5650421 or 772265. OLE color: 772265.
HSL color Cylindrical-coordinate representation of color #A9C80B: hue angle of 69.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9C80B is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 200 | 11 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.22 |
| HSL | 69.84º | 0.9% | 0.41% | - |
| HSV(B) | 69.84º | 0.95% | 0.78% | - |
| XYZ | 37.08 | 49.77 | 7.97 | - |
| YUV | 169.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 200 | 11 | 0.16 | 0 | 0.94 | 0.22 | 69.84 | 0.9 | 0.41 |
| Hex | A9 | C8 | B | 10 | 0 | 5E | 16 | 46 | 5A | 29 |
| Octal | 251 | 310 | 13 | 20 | 0 | 136 | 26 | 106 | 132 | 51 |
| Binary | 10101001 | 11001000 | 1011 | 10000 | 0 | 1011110 | 10110 | 1000110 | 1011010 | 101001 |
Color Harmonies of #A9C80B
Complementary color
Monochromatic Colors of #A9C80B
Black with #A9C80B
Text Example
Text Example
White with #A9C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C80B; }
p { color: rgb(169,200,11); }
H1.HeaderClassName
{
color: #A9C80B;
}
.AnyTagClassName
{
color: #A9C80B;
}
</style>
background-color css
<style>
a { background-color: #A9C80B; }
a { background-color: rgb(169,200,11); }
div.DivClassName
{
background-color: #A9C80B;
}
.BgClassName
{
background-color: #A9C80B;
}
</style>
border-color css
<style>
span { border-color: #A9C80B; }
span { border-color: rgb(169,200,11); }
td.TdClassName
{
border-color: #A9C80B;
}
.TagClassName
{
border-color: #A9C80B;
}
</style>