Shades of La Rioja #BAC810
Tints of La Rioja #BAC810
RGB
CMYK
RGB Variations
Color information
#BAC810 (or 0xBAC810) is known color: La Rioja. HEX triplet: BA, C8 and 10. RGB value is (186,200,16). Sum of RGB (Red+Green+Blue) = 186+200+16=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC810 is #4537EF. Grayscale: #AFAFAF. Windows color (decimal): -4536304 or 1099962. OLE color: 1099962.
HSL color Cylindrical-coordinate representation of color #BAC810: hue angle of 64.57º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAC810 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.22 |
| HSL | 64.57º | 0.85% | 0.42% | - |
| HSV(B) | 64.57º | 0.92% | 0.78% | - |
| XYZ | 41 | 51.79 | 8.32 | - |
| YUV | 174.84 | 38.36 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 16 | 0.07 | 0 | 0.92 | 0.22 | 64.57 | 0.85 | 0.42 |
| Hex | BA | C8 | 10 | 7 | 0 | 5C | 16 | 41 | 55 | 2A |
| Octal | 272 | 310 | 20 | 7 | 0 | 134 | 26 | 101 | 125 | 52 |
| Binary | 10111010 | 11001000 | 10000 | 111 | 0 | 1011100 | 10110 | 1000001 | 1010101 | 101010 |
Color Harmonies of #BAC810
Complementary color
Monochromatic Colors of #BAC810
Black with #BAC810
Text Example
Text Example
White with #BAC810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC810; }
p { color: rgb(186,200,16); }
H1.HeaderClassName
{
color: #BAC810;
}
.AnyTagClassName
{
color: #BAC810;
}
</style>
background-color css
<style>
a { background-color: #BAC810; }
a { background-color: rgb(186,200,16); }
div.DivClassName
{
background-color: #BAC810;
}
.BgClassName
{
background-color: #BAC810;
}
</style>
border-color css
<style>
span { border-color: #BAC810; }
span { border-color: rgb(186,200,16); }
td.TdClassName
{
border-color: #BAC810;
}
.TagClassName
{
border-color: #BAC810;
}
</style>