Shades of La Rioja #BAC40E
Tints of La Rioja #BAC40E
RGB
CMYK
RGB Variations
Color information
#BAC40E (or 0xBAC40E) is known color: La Rioja. HEX triplet: BA, C4 and 0E. RGB value is (186,196,14). Sum of RGB (Red+Green+Blue) = 186+196+14=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC40E is #453BF1. Grayscale: #ACACAC. Windows color (decimal): -4537330 or 967866. OLE color: 967866.
HSL color Cylindrical-coordinate representation of color #BAC40E: hue angle of 63.3º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAC40E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.23 |
| HSL | 63.3º | 0.87% | 0.41% | - |
| HSV(B) | 63.3º | 0.93% | 0.77% | - |
| XYZ | 40.07 | 49.95 | 7.95 | - |
| YUV | 172.26 | 38.69 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 14 | 0.05 | 0 | 0.93 | 0.23 | 63.3 | 0.87 | 0.41 |
| Hex | BA | C4 | E | 5 | 0 | 5D | 17 | 3F | 57 | 29 |
| Octal | 272 | 304 | 16 | 5 | 0 | 135 | 27 | 77 | 127 | 51 |
| Binary | 10111010 | 11000100 | 1110 | 101 | 0 | 1011101 | 10111 | 111111 | 1010111 | 101001 |
Color Harmonies of #BAC40E
Complementary color
Monochromatic Colors of #BAC40E
Black with #BAC40E
Text Example
Text Example
White with #BAC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC40E; }
p { color: rgb(186,196,14); }
H1.HeaderClassName
{
color: #BAC40E;
}
.AnyTagClassName
{
color: #BAC40E;
}
</style>
background-color css
<style>
a { background-color: #BAC40E; }
a { background-color: rgb(186,196,14); }
div.DivClassName
{
background-color: #BAC40E;
}
.BgClassName
{
background-color: #BAC40E;
}
</style>
border-color css
<style>
span { border-color: #BAC40E; }
span { border-color: rgb(186,196,14); }
td.TdClassName
{
border-color: #BAC40E;
}
.TagClassName
{
border-color: #BAC40E;
}
</style>