Shades of La Rioja #BAC910
Tints of La Rioja #BAC910
RGB
CMYK
RGB Variations
Color information
#BAC910 (or 0xBAC910) is known color: La Rioja. HEX triplet: BA, C9 and 10. RGB value is (186,201,16). Sum of RGB (Red+Green+Blue) = 186+201+16=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC910 is #4536EF. Grayscale: #B0B0B0. Windows color (decimal): -4536048 or 1100218. OLE color: 1100218.
HSL color Cylindrical-coordinate representation of color #BAC910: hue angle of 64.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAC910 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.21 |
| HSL | 64.86º | 0.85% | 0.43% | - |
| HSV(B) | 64.86º | 0.92% | 0.79% | - |
| XYZ | 41.23 | 52.25 | 8.4 | - |
| YUV | 175.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 16 | 0.07 | 0 | 0.92 | 0.21 | 64.86 | 0.85 | 0.43 |
| Hex | BA | C9 | 10 | 7 | 0 | 5C | 15 | 41 | 55 | 2B |
| Octal | 272 | 311 | 20 | 7 | 0 | 134 | 25 | 101 | 125 | 53 |
| Binary | 10111010 | 11001001 | 10000 | 111 | 0 | 1011100 | 10101 | 1000001 | 1010101 | 101011 |
Color Harmonies of #BAC910
Complementary color
Monochromatic Colors of #BAC910
Black with #BAC910
Text Example
Text Example
White with #BAC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC910; }
p { color: rgb(186,201,16); }
H1.HeaderClassName
{
color: #BAC910;
}
.AnyTagClassName
{
color: #BAC910;
}
</style>
background-color css
<style>
a { background-color: #BAC910; }
a { background-color: rgb(186,201,16); }
div.DivClassName
{
background-color: #BAC910;
}
.BgClassName
{
background-color: #BAC910;
}
</style>
border-color css
<style>
span { border-color: #BAC910; }
span { border-color: rgb(186,201,16); }
td.TdClassName
{
border-color: #BAC910;
}
.TagClassName
{
border-color: #BAC910;
}
</style>