Shades of La Rioja #BAC016
Tints of La Rioja #BAC016
RGB
CMYK
RGB Variations
Color information
#BAC016 (or 0xBAC016) is known color: La Rioja. HEX triplet: BA, C0 and 16. RGB value is (186,192,22). Sum of RGB (Red+Green+Blue) = 186+192+22=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC016 is #453FE9. Grayscale: #ABABAB. Windows color (decimal): -4538346 or 1491130. OLE color: 1491130.
HSL color Cylindrical-coordinate representation of color #BAC016: hue angle of 62.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAC016 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 22 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.25 |
| HSL | 62.12º | 0.79% | 0.42% | - |
| HSV(B) | 62.12º | 0.89% | 0.75% | - |
| XYZ | 39.24 | 48.2 | 7.99 | - |
| YUV | 170.83 | 44.01 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 22 | 0.03 | 0 | 0.89 | 0.25 | 62.12 | 0.79 | 0.42 |
| Hex | BA | C0 | 16 | 3 | 0 | 59 | 19 | 3E | 4F | 2A |
| Octal | 272 | 300 | 26 | 3 | 0 | 131 | 31 | 76 | 117 | 52 |
| Binary | 10111010 | 11000000 | 10110 | 11 | 0 | 1011001 | 11001 | 111110 | 1001111 | 101010 |
Color Harmonies of #BAC016
Complementary color
Monochromatic Colors of #BAC016
Black with #BAC016
Text Example
Text Example
White with #BAC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC016; }
p { color: rgb(186,192,22); }
H1.HeaderClassName
{
color: #BAC016;
}
.AnyTagClassName
{
color: #BAC016;
}
</style>
background-color css
<style>
a { background-color: #BAC016; }
a { background-color: rgb(186,192,22); }
div.DivClassName
{
background-color: #BAC016;
}
.BgClassName
{
background-color: #BAC016;
}
</style>
border-color css
<style>
span { border-color: #BAC016; }
span { border-color: rgb(186,192,22); }
td.TdClassName
{
border-color: #BAC016;
}
.TagClassName
{
border-color: #BAC016;
}
</style>