Shades of Bahia #A9C110
Tints of Bahia #A9C110
RGB
CMYK
RGB Variations
Color information
#A9C110 (or 0xA9C110) is known color: Bahia. HEX triplet: A9, C1 and 10. RGB value is (169,193,16). Sum of RGB (Red+Green+Blue) = 169+193+16=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C110 is #563EEF. Grayscale: #A6A6A6. Windows color (decimal): -5652208 or 1098153. OLE color: 1098153.
HSL color Cylindrical-coordinate representation of color #A9C110: hue angle of 68.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9C110 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.24 |
| HSL | 68.14º | 0.85% | 0.41% | - |
| HSV(B) | 68.14º | 0.92% | 0.76% | - |
| XYZ | 35.53 | 46.61 | 7.61 | - |
| YUV | 165.65 | 43.55 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 16 | 0.12 | 0 | 0.92 | 0.24 | 68.14 | 0.85 | 0.41 |
| Hex | A9 | C1 | 10 | C | 0 | 5C | 18 | 44 | 55 | 29 |
| Octal | 251 | 301 | 20 | 14 | 0 | 134 | 30 | 104 | 125 | 51 |
| Binary | 10101001 | 11000001 | 10000 | 1100 | 0 | 1011100 | 11000 | 1000100 | 1010101 | 101001 |
Color Harmonies of #A9C110
Complementary color
Monochromatic Colors of #A9C110
Black with #A9C110
Text Example
Text Example
White with #A9C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C110; }
p { color: rgb(169,193,16); }
H1.HeaderClassName
{
color: #A9C110;
}
.AnyTagClassName
{
color: #A9C110;
}
</style>
background-color css
<style>
a { background-color: #A9C110; }
a { background-color: rgb(169,193,16); }
div.DivClassName
{
background-color: #A9C110;
}
.BgClassName
{
background-color: #A9C110;
}
</style>
border-color css
<style>
span { border-color: #A9C110; }
span { border-color: rgb(169,193,16); }
td.TdClassName
{
border-color: #A9C110;
}
.TagClassName
{
border-color: #A9C110;
}
</style>