Shades of La Rioja #BAC110
Tints of La Rioja #BAC110
RGB
CMYK
RGB Variations
Color information
#BAC110 (or 0xBAC110) is known color: La Rioja. HEX triplet: BA, C1 and 10. RGB value is (186,193,16). Sum of RGB (Red+Green+Blue) = 186+193+16=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC110 is #453EEF. Grayscale: #ABABAB. Windows color (decimal): -4538096 or 1098170. OLE color: 1098170.
HSL color Cylindrical-coordinate representation of color #BAC110: hue angle of 62.37º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAC110 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.24 |
| HSL | 62.37º | 0.85% | 0.41% | - |
| HSV(B) | 62.37º | 0.92% | 0.76% | - |
| XYZ | 39.41 | 48.62 | 7.8 | - |
| YUV | 170.73 | 40.68 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 16 | 0.04 | 0 | 0.92 | 0.24 | 62.37 | 0.85 | 0.41 |
| Hex | BA | C1 | 10 | 4 | 0 | 5C | 18 | 3E | 55 | 29 |
| Octal | 272 | 301 | 20 | 4 | 0 | 134 | 30 | 76 | 125 | 51 |
| Binary | 10111010 | 11000001 | 10000 | 100 | 0 | 1011100 | 11000 | 111110 | 1010101 | 101001 |
Color Harmonies of #BAC110
Complementary color
Monochromatic Colors of #BAC110
Black with #BAC110
Text Example
Text Example
White with #BAC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC110; }
p { color: rgb(186,193,16); }
H1.HeaderClassName
{
color: #BAC110;
}
.AnyTagClassName
{
color: #BAC110;
}
</style>
background-color css
<style>
a { background-color: #BAC110; }
a { background-color: rgb(186,193,16); }
div.DivClassName
{
background-color: #BAC110;
}
.BgClassName
{
background-color: #BAC110;
}
</style>
border-color css
<style>
span { border-color: #BAC110; }
span { border-color: rgb(186,193,16); }
td.TdClassName
{
border-color: #BAC110;
}
.TagClassName
{
border-color: #BAC110;
}
</style>