Shades of La Rioja #BAC710
Tints of La Rioja #BAC710
RGB
CMYK
RGB Variations
Color information
#BAC710 (or 0xBAC710) is known color: La Rioja. HEX triplet: BA, C7 and 10. RGB value is (186,199,16). Sum of RGB (Red+Green+Blue) = 186+199+16=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC710 is #4538EF. Grayscale: #AEAEAE. Windows color (decimal): -4536560 or 1099706. OLE color: 1099706.
HSL color Cylindrical-coordinate representation of color #BAC710: hue angle of 64.26º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAC710 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.22 |
| HSL | 64.26º | 0.85% | 0.42% | - |
| HSV(B) | 64.26º | 0.92% | 0.78% | - |
| XYZ | 40.77 | 51.32 | 8.25 | - |
| YUV | 174.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 16 | 0.07 | 0 | 0.92 | 0.22 | 64.26 | 0.85 | 0.42 |
| Hex | BA | C7 | 10 | 7 | 0 | 5C | 16 | 40 | 55 | 2A |
| Octal | 272 | 307 | 20 | 7 | 0 | 134 | 26 | 100 | 125 | 52 |
| Binary | 10111010 | 11000111 | 10000 | 111 | 0 | 1011100 | 10110 | 1000000 | 1010101 | 101010 |
Color Harmonies of #BAC710
Complementary color
Monochromatic Colors of #BAC710
Black with #BAC710
Text Example
Text Example
White with #BAC710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC710; }
p { color: rgb(186,199,16); }
H1.HeaderClassName
{
color: #BAC710;
}
.AnyTagClassName
{
color: #BAC710;
}
</style>
background-color css
<style>
a { background-color: #BAC710; }
a { background-color: rgb(186,199,16); }
div.DivClassName
{
background-color: #BAC710;
}
.BgClassName
{
background-color: #BAC710;
}
</style>
border-color css
<style>
span { border-color: #BAC710; }
span { border-color: rgb(186,199,16); }
td.TdClassName
{
border-color: #BAC710;
}
.TagClassName
{
border-color: #BAC710;
}
</style>