Shades of La Rioja #BAC506
Tints of La Rioja #BAC506
RGB
CMYK
RGB Variations
Color information
#BAC506 (or 0xBAC506) is known color: La Rioja. HEX triplet: BA, C5 and 06. RGB value is (186,197,6). Sum of RGB (Red+Green+Blue) = 186+197+6=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC506 is #453AF9. Grayscale: #ACACAC. Windows color (decimal): -4537082 or 443834. OLE color: 443834.
HSL color Cylindrical-coordinate representation of color #BAC506: hue angle of 63.46º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAC506 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.23 |
| HSL | 63.46º | 0.94% | 0.4% | - |
| HSV(B) | 63.46º | 0.97% | 0.77% | - |
| XYZ | 40.25 | 50.38 | 7.78 | - |
| YUV | 171.94 | 34.36 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 6 | 0.06 | 0 | 0.97 | 0.23 | 63.46 | 0.94 | 0.4 |
| Hex | BA | C5 | 6 | 6 | 0 | 61 | 17 | 3F | 5E | 28 |
| Octal | 272 | 305 | 6 | 6 | 0 | 141 | 27 | 77 | 136 | 50 |
| Binary | 10111010 | 11000101 | 110 | 110 | 0 | 1100001 | 10111 | 111111 | 1011110 | 101000 |
Color Harmonies of #BAC506
Complementary color
Monochromatic Colors of #BAC506
Black with #BAC506
Text Example
Text Example
White with #BAC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC506; }
p { color: rgb(186,197,6); }
H1.HeaderClassName
{
color: #BAC506;
}
.AnyTagClassName
{
color: #BAC506;
}
</style>
background-color css
<style>
a { background-color: #BAC506; }
a { background-color: rgb(186,197,6); }
div.DivClassName
{
background-color: #BAC506;
}
.BgClassName
{
background-color: #BAC506;
}
</style>
border-color css
<style>
span { border-color: #BAC506; }
span { border-color: rgb(186,197,6); }
td.TdClassName
{
border-color: #BAC506;
}
.TagClassName
{
border-color: #BAC506;
}
</style>