Shades of La Rioja #BAC215
Tints of La Rioja #BAC215
RGB
CMYK
RGB Variations
Color information
#BAC215 (or 0xBAC215) is known color: La Rioja. HEX triplet: BA, C2 and 15. RGB value is (186,194,21). Sum of RGB (Red+Green+Blue) = 186+194+21=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC215 is #453DEA. Grayscale: #ACACAC. Windows color (decimal): -4537835 or 1426106. OLE color: 1426106.
HSL color Cylindrical-coordinate representation of color #BAC215: hue angle of 62.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAC215 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 21 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.24 |
| HSL | 62.77º | 0.8% | 0.42% | - |
| HSV(B) | 62.77º | 0.89% | 0.76% | - |
| XYZ | 39.68 | 49.08 | 8.09 | - |
| YUV | 171.89 | 42.85 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 21 | 0.04 | 0 | 0.89 | 0.24 | 62.77 | 0.8 | 0.42 |
| Hex | BA | C2 | 15 | 4 | 0 | 59 | 18 | 3F | 50 | 2A |
| Octal | 272 | 302 | 25 | 4 | 0 | 131 | 30 | 77 | 120 | 52 |
| Binary | 10111010 | 11000010 | 10101 | 100 | 0 | 1011001 | 11000 | 111111 | 1010000 | 101010 |
Color Harmonies of #BAC215
Complementary color
Monochromatic Colors of #BAC215
Black with #BAC215
Text Example
Text Example
White with #BAC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC215; }
p { color: rgb(186,194,21); }
H1.HeaderClassName
{
color: #BAC215;
}
.AnyTagClassName
{
color: #BAC215;
}
</style>
background-color css
<style>
a { background-color: #BAC215; }
a { background-color: rgb(186,194,21); }
div.DivClassName
{
background-color: #BAC215;
}
.BgClassName
{
background-color: #BAC215;
}
</style>
border-color css
<style>
span { border-color: #BAC215; }
span { border-color: rgb(186,194,21); }
td.TdClassName
{
border-color: #BAC215;
}
.TagClassName
{
border-color: #BAC215;
}
</style>