Shades of Bahia #A5C510
Tints of Bahia #A5C510
RGB
CMYK
RGB Variations
Color information
#A5C510 (or 0xA5C510) is known color: Bahia. HEX triplet: A5, C5 and 10. RGB value is (165,197,16). Sum of RGB (Red+Green+Blue) = 165+197+16=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C510 is #5A3AEF. Grayscale: #A7A7A7. Windows color (decimal): -5913328 or 1099173. OLE color: 1099173.
HSL color Cylindrical-coordinate representation of color #A5C510: hue angle of 70.61º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5C510 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 16 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.23 |
| HSL | 70.61º | 0.85% | 0.42% | - |
| HSV(B) | 70.61º | 0.92% | 0.77% | - |
| XYZ | 35.58 | 47.97 | 7.87 | - |
| YUV | 166.8 | 42.9 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 16 | 0.16 | 0 | 0.92 | 0.23 | 70.61 | 0.85 | 0.42 |
| Hex | A5 | C5 | 10 | 10 | 0 | 5C | 17 | 47 | 55 | 2A |
| Octal | 245 | 305 | 20 | 20 | 0 | 134 | 27 | 107 | 125 | 52 |
| Binary | 10100101 | 11000101 | 10000 | 10000 | 0 | 1011100 | 10111 | 1000111 | 1010101 | 101010 |
Color Harmonies of #A5C510
Complementary color
Monochromatic Colors of #A5C510
Black with #A5C510
Text Example
Text Example
White with #A5C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C510; }
p { color: rgb(165,197,16); }
H1.HeaderClassName
{
color: #A5C510;
}
.AnyTagClassName
{
color: #A5C510;
}
</style>
background-color css
<style>
a { background-color: #A5C510; }
a { background-color: rgb(165,197,16); }
div.DivClassName
{
background-color: #A5C510;
}
.BgClassName
{
background-color: #A5C510;
}
</style>
border-color css
<style>
span { border-color: #A5C510; }
span { border-color: rgb(165,197,16); }
td.TdClassName
{
border-color: #A5C510;
}
.TagClassName
{
border-color: #A5C510;
}
</style>