Shades of La Rioja #BAC50C
Tints of La Rioja #BAC50C
RGB
CMYK
RGB Variations
Color information
#BAC50C (or 0xBAC50C) is known color: La Rioja. HEX triplet: BA, C5 and 0C. RGB value is (186,197,12). Sum of RGB (Red+Green+Blue) = 186+197+12=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC50C is #453AF3. Grayscale: #ADADAD. Windows color (decimal): -4537076 or 837050. OLE color: 837050.
HSL color Cylindrical-coordinate representation of color #BAC50C: hue angle of 63.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAC50C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 12 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.23 |
| HSL | 63.57º | 0.89% | 0.41% | - |
| HSV(B) | 63.57º | 0.94% | 0.77% | - |
| XYZ | 40.28 | 50.4 | 7.95 | - |
| YUV | 172.62 | 37.36 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 12 | 0.06 | 0 | 0.94 | 0.23 | 63.57 | 0.89 | 0.41 |
| Hex | BA | C5 | C | 6 | 0 | 5E | 17 | 40 | 59 | 29 |
| Octal | 272 | 305 | 14 | 6 | 0 | 136 | 27 | 100 | 131 | 51 |
| Binary | 10111010 | 11000101 | 1100 | 110 | 0 | 1011110 | 10111 | 1000000 | 1011001 | 101001 |
Color Harmonies of #BAC50C
Complementary color
Monochromatic Colors of #BAC50C
Black with #BAC50C
Text Example
Text Example
White with #BAC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC50C; }
p { color: rgb(186,197,12); }
H1.HeaderClassName
{
color: #BAC50C;
}
.AnyTagClassName
{
color: #BAC50C;
}
</style>
background-color css
<style>
a { background-color: #BAC50C; }
a { background-color: rgb(186,197,12); }
div.DivClassName
{
background-color: #BAC50C;
}
.BgClassName
{
background-color: #BAC50C;
}
</style>
border-color css
<style>
span { border-color: #BAC50C; }
span { border-color: rgb(186,197,12); }
td.TdClassName
{
border-color: #BAC50C;
}
.TagClassName
{
border-color: #BAC50C;
}
</style>