Shades of La Rioja #BAC510
Tints of La Rioja #BAC510
RGB
CMYK
RGB Variations
Color information
#BAC510 (or 0xBAC510) is known color: La Rioja. HEX triplet: BA, C5 and 10. RGB value is (186,197,16). Sum of RGB (Red+Green+Blue) = 186+197+16=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC510 is #453AEF. Grayscale: #ADADAD. Windows color (decimal): -4537072 or 1099194. OLE color: 1099194.
HSL color Cylindrical-coordinate representation of color #BAC510: hue angle of 63.65º 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 #BAC510 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 16 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.23 |
| HSL | 63.65º | 0.85% | 0.42% | - |
| HSV(B) | 63.65º | 0.92% | 0.77% | - |
| XYZ | 40.31 | 50.41 | 8.1 | - |
| YUV | 173.08 | 39.36 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 16 | 0.06 | 0 | 0.92 | 0.23 | 63.65 | 0.85 | 0.42 |
| Hex | BA | C5 | 10 | 6 | 0 | 5C | 17 | 40 | 55 | 2A |
| Octal | 272 | 305 | 20 | 6 | 0 | 134 | 27 | 100 | 125 | 52 |
| Binary | 10111010 | 11000101 | 10000 | 110 | 0 | 1011100 | 10111 | 1000000 | 1010101 | 101010 |
Color Harmonies of #BAC510
Complementary color
Monochromatic Colors of #BAC510
Black with #BAC510
Text Example
Text Example
White with #BAC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC510; }
p { color: rgb(186,197,16); }
H1.HeaderClassName
{
color: #BAC510;
}
.AnyTagClassName
{
color: #BAC510;
}
</style>
background-color css
<style>
a { background-color: #BAC510; }
a { background-color: rgb(186,197,16); }
div.DivClassName
{
background-color: #BAC510;
}
.BgClassName
{
background-color: #BAC510;
}
</style>
border-color css
<style>
span { border-color: #BAC510; }
span { border-color: rgb(186,197,16); }
td.TdClassName
{
border-color: #BAC510;
}
.TagClassName
{
border-color: #BAC510;
}
</style>