Shades of La Rioja #BAC706
Tints of La Rioja #BAC706
RGB
CMYK
RGB Variations
Color information
#BAC706 (or 0xBAC706) is known color: La Rioja. HEX triplet: BA, C7 and 06. RGB value is (186,199,6). Sum of RGB (Red+Green+Blue) = 186+199+6=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC706 is #4538F9. Grayscale: #ADADAD. Windows color (decimal): -4536570 or 444346. OLE color: 444346.
HSL color Cylindrical-coordinate representation of color #BAC706: hue angle of 64.04º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAC706 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.22 |
| HSL | 64.04º | 0.94% | 0.4% | - |
| HSV(B) | 64.04º | 0.97% | 0.78% | - |
| XYZ | 40.71 | 51.3 | 7.93 | - |
| YUV | 173.11 | 33.69 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 6 | 0.07 | 0 | 0.97 | 0.22 | 64.04 | 0.94 | 0.4 |
| Hex | BA | C7 | 6 | 7 | 0 | 61 | 16 | 40 | 5E | 28 |
| Octal | 272 | 307 | 6 | 7 | 0 | 141 | 26 | 100 | 136 | 50 |
| Binary | 10111010 | 11000111 | 110 | 111 | 0 | 1100001 | 10110 | 1000000 | 1011110 | 101000 |
Color Harmonies of #BAC706
Complementary color
Monochromatic Colors of #BAC706
Black with #BAC706
Text Example
Text Example
White with #BAC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC706; }
p { color: rgb(186,199,6); }
H1.HeaderClassName
{
color: #BAC706;
}
.AnyTagClassName
{
color: #BAC706;
}
</style>
background-color css
<style>
a { background-color: #BAC706; }
a { background-color: rgb(186,199,6); }
div.DivClassName
{
background-color: #BAC706;
}
.BgClassName
{
background-color: #BAC706;
}
</style>
border-color css
<style>
span { border-color: #BAC706; }
span { border-color: rgb(186,199,6); }
td.TdClassName
{
border-color: #BAC706;
}
.TagClassName
{
border-color: #BAC706;
}
</style>