Shades of La Rioja #BAC313
Tints of La Rioja #BAC313
RGB
CMYK
RGB Variations
Color information
#BAC313 (or 0xBAC313) is known color: La Rioja. HEX triplet: BA, C3 and 13. RGB value is (186,195,19). Sum of RGB (Red+Green+Blue) = 186+195+19=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC313 is #453CEC. Grayscale: #ACACAC. Windows color (decimal): -4537581 or 1295290. OLE color: 1295290.
HSL color Cylindrical-coordinate representation of color #BAC313: hue angle of 63.07º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAC313 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 19 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.24 |
| HSL | 63.07º | 0.82% | 0.42% | - |
| HSV(B) | 63.07º | 0.9% | 0.76% | - |
| XYZ | 39.88 | 49.52 | 8.07 | - |
| YUV | 172.25 | 41.52 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 19 | 0.05 | 0 | 0.90 | 0.24 | 63.07 | 0.82 | 0.42 |
| Hex | BA | C3 | 13 | 5 | 0 | 5A | 18 | 3F | 52 | 2A |
| Octal | 272 | 303 | 23 | 5 | 0 | 132 | 30 | 77 | 122 | 52 |
| Binary | 10111010 | 11000011 | 10011 | 101 | 0 | 1011010 | 11000 | 111111 | 1010010 | 101010 |
Color Harmonies of #BAC313
Complementary color
Monochromatic Colors of #BAC313
Black with #BAC313
Text Example
Text Example
White with #BAC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC313; }
p { color: rgb(186,195,19); }
H1.HeaderClassName
{
color: #BAC313;
}
.AnyTagClassName
{
color: #BAC313;
}
</style>
background-color css
<style>
a { background-color: #BAC313; }
a { background-color: rgb(186,195,19); }
div.DivClassName
{
background-color: #BAC313;
}
.BgClassName
{
background-color: #BAC313;
}
</style>
border-color css
<style>
span { border-color: #BAC313; }
span { border-color: rgb(186,195,19); }
td.TdClassName
{
border-color: #BAC313;
}
.TagClassName
{
border-color: #BAC313;
}
</style>