Shades of La Rioja #BAC501
Tints of La Rioja #BAC501
RGB
CMYK
RGB Variations
Color information
#BAC501 (or 0xBAC501) is known color: La Rioja. HEX triplet: BA, C5 and 01. RGB value is (186,197,1). Sum of RGB (Red+Green+Blue) = 186+197+1=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC501 is #453AFE. Grayscale: #ACACAC. Windows color (decimal): -4537087 or 116154. OLE color: 116154.
HSL color Cylindrical-coordinate representation of color #BAC501: hue angle of 63.37º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAC501 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.23 |
| HSL | 63.37º | 0.99% | 0.39% | - |
| HSV(B) | 63.37º | 0.99% | 0.77% | - |
| XYZ | 40.22 | 50.37 | 7.63 | - |
| YUV | 171.37 | 31.86 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 1 | 0.06 | 0 | 0.99 | 0.23 | 63.37 | 0.99 | 0.39 |
| Hex | BA | C5 | 1 | 6 | 0 | 63 | 17 | 3F | 63 | 27 |
| Octal | 272 | 305 | 1 | 6 | 0 | 143 | 27 | 77 | 143 | 47 |
| Binary | 10111010 | 11000101 | 1 | 110 | 0 | 1100011 | 10111 | 111111 | 1100011 | 100111 |
Color Harmonies of #BAC501
Complementary color
Monochromatic Colors of #BAC501
Black with #BAC501
Text Example
Text Example
White with #BAC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC501; }
p { color: rgb(186,197,1); }
H1.HeaderClassName
{
color: #BAC501;
}
.AnyTagClassName
{
color: #BAC501;
}
</style>
background-color css
<style>
a { background-color: #BAC501; }
a { background-color: rgb(186,197,1); }
div.DivClassName
{
background-color: #BAC501;
}
.BgClassName
{
background-color: #BAC501;
}
</style>
border-color css
<style>
span { border-color: #BAC501; }
span { border-color: rgb(186,197,1); }
td.TdClassName
{
border-color: #BAC501;
}
.TagClassName
{
border-color: #BAC501;
}
</style>