Shades of La Rioja #BAC513
Tints of La Rioja #BAC513
RGB
CMYK
RGB Variations
Color information
#BAC513 (or 0xBAC513) is known color: La Rioja. HEX triplet: BA, C5 and 13. RGB value is (186,197,19). Sum of RGB (Red+Green+Blue) = 186+197+19=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC513 is #453AEC. Grayscale: #AEAEAE. Windows color (decimal): -4537069 or 1295802. OLE color: 1295802.
HSL color Cylindrical-coordinate representation of color #BAC513: hue angle of 63.71º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAC513 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 19 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.23 |
| HSL | 63.71º | 0.82% | 0.42% | - |
| HSV(B) | 63.71º | 0.9% | 0.77% | - |
| XYZ | 40.33 | 50.42 | 8.22 | - |
| YUV | 173.42 | 40.86 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 19 | 0.06 | 0 | 0.90 | 0.23 | 63.71 | 0.82 | 0.42 |
| Hex | BA | C5 | 13 | 6 | 0 | 5A | 17 | 40 | 52 | 2A |
| Octal | 272 | 305 | 23 | 6 | 0 | 132 | 27 | 100 | 122 | 52 |
| Binary | 10111010 | 11000101 | 10011 | 110 | 0 | 1011010 | 10111 | 1000000 | 1010010 | 101010 |
Color Harmonies of #BAC513
Complementary color
Monochromatic Colors of #BAC513
Black with #BAC513
Text Example
Text Example
White with #BAC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC513; }
p { color: rgb(186,197,19); }
H1.HeaderClassName
{
color: #BAC513;
}
.AnyTagClassName
{
color: #BAC513;
}
</style>
background-color css
<style>
a { background-color: #BAC513; }
a { background-color: rgb(186,197,19); }
div.DivClassName
{
background-color: #BAC513;
}
.BgClassName
{
background-color: #BAC513;
}
</style>
border-color css
<style>
span { border-color: #BAC513; }
span { border-color: rgb(186,197,19); }
td.TdClassName
{
border-color: #BAC513;
}
.TagClassName
{
border-color: #BAC513;
}
</style>