Shades of La Rioja #BAC010
Tints of La Rioja #BAC010
RGB
CMYK
RGB Variations
Color information
#BAC010 (or 0xBAC010) is known color: La Rioja. HEX triplet: BA, C0 and 10. RGB value is (186,192,16). Sum of RGB (Red+Green+Blue) = 186+192+16=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC010 is #453FEF. Grayscale: #AAAAAA. Windows color (decimal): -4538352 or 1097914. OLE color: 1097914.
HSL color Cylindrical-coordinate representation of color #BAC010: hue angle of 62.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAC010 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.25 |
| HSL | 62.05º | 0.85% | 0.41% | - |
| HSV(B) | 62.05º | 0.92% | 0.75% | - |
| XYZ | 39.19 | 48.18 | 7.72 | - |
| YUV | 170.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 16 | 0.03 | 0 | 0.92 | 0.25 | 62.05 | 0.85 | 0.41 |
| Hex | BA | C0 | 10 | 3 | 0 | 5C | 19 | 3E | 55 | 29 |
| Octal | 272 | 300 | 20 | 3 | 0 | 134 | 31 | 76 | 125 | 51 |
| Binary | 10111010 | 11000000 | 10000 | 11 | 0 | 1011100 | 11001 | 111110 | 1010101 | 101001 |
Color Harmonies of #BAC010
Complementary color
Monochromatic Colors of #BAC010
Black with #BAC010
Text Example
Text Example
White with #BAC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC010; }
p { color: rgb(186,192,16); }
H1.HeaderClassName
{
color: #BAC010;
}
.AnyTagClassName
{
color: #BAC010;
}
</style>
background-color css
<style>
a { background-color: #BAC010; }
a { background-color: rgb(186,192,16); }
div.DivClassName
{
background-color: #BAC010;
}
.BgClassName
{
background-color: #BAC010;
}
</style>
border-color css
<style>
span { border-color: #BAC010; }
span { border-color: rgb(186,192,16); }
td.TdClassName
{
border-color: #BAC010;
}
.TagClassName
{
border-color: #BAC010;
}
</style>