Shades of La Rioja #BAC40F
Tints of La Rioja #BAC40F
RGB
CMYK
RGB Variations
Color information
#BAC40F (or 0xBAC40F) is known color: La Rioja. HEX triplet: BA, C4 and 0F. RGB value is (186,196,15). Sum of RGB (Red+Green+Blue) = 186+196+15=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC40F is #453BF0. Grayscale: #ADADAD. Windows color (decimal): -4537329 or 1033402. OLE color: 1033402.
HSL color Cylindrical-coordinate representation of color #BAC40F: hue angle of 63.31º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAC40F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 15 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.23 |
| HSL | 63.31º | 0.86% | 0.41% | - |
| HSV(B) | 63.31º | 0.92% | 0.77% | - |
| XYZ | 40.08 | 49.95 | 7.98 | - |
| YUV | 172.38 | 39.19 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 15 | 0.05 | 0 | 0.92 | 0.23 | 63.31 | 0.86 | 0.41 |
| Hex | BA | C4 | F | 5 | 0 | 5C | 17 | 3F | 56 | 29 |
| Octal | 272 | 304 | 17 | 5 | 0 | 134 | 27 | 77 | 126 | 51 |
| Binary | 10111010 | 11000100 | 1111 | 101 | 0 | 1011100 | 10111 | 111111 | 1010110 | 101001 |
Color Harmonies of #BAC40F
Complementary color
Monochromatic Colors of #BAC40F
Black with #BAC40F
Text Example
Text Example
White with #BAC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC40F; }
p { color: rgb(186,196,15); }
H1.HeaderClassName
{
color: #BAC40F;
}
.AnyTagClassName
{
color: #BAC40F;
}
</style>
background-color css
<style>
a { background-color: #BAC40F; }
a { background-color: rgb(186,196,15); }
div.DivClassName
{
background-color: #BAC40F;
}
.BgClassName
{
background-color: #BAC40F;
}
</style>
border-color css
<style>
span { border-color: #BAC40F; }
span { border-color: rgb(186,196,15); }
td.TdClassName
{
border-color: #BAC40F;
}
.TagClassName
{
border-color: #BAC40F;
}
</style>