Shades of La Rioja #BAC50F
Tints of La Rioja #BAC50F
RGB
CMYK
RGB Variations
Color information
#BAC50F (or 0xBAC50F) is known color: La Rioja. HEX triplet: BA, C5 and 0F. RGB value is (186,197,15). Sum of RGB (Red+Green+Blue) = 186+197+15=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC50F is #453AF0. Grayscale: #ADADAD. Windows color (decimal): -4537073 or 1033658. OLE color: 1033658.
HSL color Cylindrical-coordinate representation of color #BAC50F: hue angle of 63.63º degrees, saturation: 0.86, 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 #BAC50F is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 15 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.23 |
| HSL | 63.63º | 0.86% | 0.42% | - |
| HSV(B) | 63.63º | 0.92% | 0.77% | - |
| XYZ | 40.3 | 50.41 | 8.06 | - |
| YUV | 172.96 | 38.86 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 15 | 0.06 | 0 | 0.92 | 0.23 | 63.63 | 0.86 | 0.42 |
| Hex | BA | C5 | F | 6 | 0 | 5C | 17 | 40 | 56 | 2A |
| Octal | 272 | 305 | 17 | 6 | 0 | 134 | 27 | 100 | 126 | 52 |
| Binary | 10111010 | 11000101 | 1111 | 110 | 0 | 1011100 | 10111 | 1000000 | 1010110 | 101010 |
Color Harmonies of #BAC50F
Complementary color
Monochromatic Colors of #BAC50F
Black with #BAC50F
Text Example
Text Example
White with #BAC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC50F; }
p { color: rgb(186,197,15); }
H1.HeaderClassName
{
color: #BAC50F;
}
.AnyTagClassName
{
color: #BAC50F;
}
</style>
background-color css
<style>
a { background-color: #BAC50F; }
a { background-color: rgb(186,197,15); }
div.DivClassName
{
background-color: #BAC50F;
}
.BgClassName
{
background-color: #BAC50F;
}
</style>
border-color css
<style>
span { border-color: #BAC50F; }
span { border-color: rgb(186,197,15); }
td.TdClassName
{
border-color: #BAC50F;
}
.TagClassName
{
border-color: #BAC50F;
}
</style>