Shades of La Rioja #BAC70C
Tints of La Rioja #BAC70C
RGB
CMYK
RGB Variations
Color information
#BAC70C (or 0xBAC70C) is known color: La Rioja. HEX triplet: BA, C7 and 0C. RGB value is (186,199,12). Sum of RGB (Red+Green+Blue) = 186+199+12=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC70C is #4538F3. Grayscale: #AEAEAE. Windows color (decimal): -4536564 or 837562. OLE color: 837562.
HSL color Cylindrical-coordinate representation of color #BAC70C: hue angle of 64.17º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAC70C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.22 |
| HSL | 64.17º | 0.89% | 0.41% | - |
| HSV(B) | 64.17º | 0.94% | 0.78% | - |
| XYZ | 40.74 | 51.31 | 8.1 | - |
| YUV | 173.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 12 | 0.07 | 0 | 0.94 | 0.22 | 64.17 | 0.89 | 0.41 |
| Hex | BA | C7 | C | 7 | 0 | 5E | 16 | 40 | 59 | 29 |
| Octal | 272 | 307 | 14 | 7 | 0 | 136 | 26 | 100 | 131 | 51 |
| Binary | 10111010 | 11000111 | 1100 | 111 | 0 | 1011110 | 10110 | 1000000 | 1011001 | 101001 |
Color Harmonies of #BAC70C
Complementary color
Monochromatic Colors of #BAC70C
Black with #BAC70C
Text Example
Text Example
White with #BAC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC70C; }
p { color: rgb(186,199,12); }
H1.HeaderClassName
{
color: #BAC70C;
}
.AnyTagClassName
{
color: #BAC70C;
}
</style>
background-color css
<style>
a { background-color: #BAC70C; }
a { background-color: rgb(186,199,12); }
div.DivClassName
{
background-color: #BAC70C;
}
.BgClassName
{
background-color: #BAC70C;
}
</style>
border-color css
<style>
span { border-color: #BAC70C; }
span { border-color: rgb(186,199,12); }
td.TdClassName
{
border-color: #BAC70C;
}
.TagClassName
{
border-color: #BAC70C;
}
</style>