Shades of La Rioja #BAC213
Tints of La Rioja #BAC213
RGB
CMYK
RGB Variations
Color information
#BAC213 (or 0xBAC213) is known color: La Rioja. HEX triplet: BA, C2 and 13. RGB value is (186,194,19). Sum of RGB (Red+Green+Blue) = 186+194+19=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC213 is #453DEC. Grayscale: #ACACAC. Windows color (decimal): -4537837 or 1295034. OLE color: 1295034.
HSL color Cylindrical-coordinate representation of color #BAC213: hue angle of 62.74º 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 #BAC213 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 19 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.24 |
| HSL | 62.74º | 0.82% | 0.42% | - |
| HSV(B) | 62.74º | 0.9% | 0.76% | - |
| XYZ | 39.66 | 49.07 | 8 | - |
| YUV | 171.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 19 | 0.04 | 0 | 0.90 | 0.24 | 62.74 | 0.82 | 0.42 |
| Hex | BA | C2 | 13 | 4 | 0 | 5A | 18 | 3F | 52 | 2A |
| Octal | 272 | 302 | 23 | 4 | 0 | 132 | 30 | 77 | 122 | 52 |
| Binary | 10111010 | 11000010 | 10011 | 100 | 0 | 1011010 | 11000 | 111111 | 1010010 | 101010 |
Color Harmonies of #BAC213
Complementary color
Monochromatic Colors of #BAC213
Black with #BAC213
Text Example
Text Example
White with #BAC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC213; }
p { color: rgb(186,194,19); }
H1.HeaderClassName
{
color: #BAC213;
}
.AnyTagClassName
{
color: #BAC213;
}
</style>
background-color css
<style>
a { background-color: #BAC213; }
a { background-color: rgb(186,194,19); }
div.DivClassName
{
background-color: #BAC213;
}
.BgClassName
{
background-color: #BAC213;
}
</style>
border-color css
<style>
span { border-color: #BAC213; }
span { border-color: rgb(186,194,19); }
td.TdClassName
{
border-color: #BAC213;
}
.TagClassName
{
border-color: #BAC213;
}
</style>