Shades of La Rioja #BAC301
Tints of La Rioja #BAC301
RGB
CMYK
RGB Variations
Color information
#BAC301 (or 0xBAC301) is known color: La Rioja. HEX triplet: BA, C3 and 01. RGB value is (186,195,1). Sum of RGB (Red+Green+Blue) = 186+195+1=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC301 is #453CFE. Grayscale: #AAAAAA. Windows color (decimal): -4537599 or 115642. OLE color: 115642.
HSL color Cylindrical-coordinate representation of color #BAC301: hue angle of 62.78º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAC301 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.24 |
| HSL | 62.78º | 0.99% | 0.38% | - |
| HSV(B) | 62.78º | 0.99% | 0.76% | - |
| XYZ | 39.77 | 49.47 | 7.48 | - |
| YUV | 170.19 | 32.52 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 1 | 0.05 | 0 | 0.99 | 0.24 | 62.78 | 0.99 | 0.38 |
| Hex | BA | C3 | 1 | 5 | 0 | 63 | 18 | 3F | 63 | 26 |
| Octal | 272 | 303 | 1 | 5 | 0 | 143 | 30 | 77 | 143 | 46 |
| Binary | 10111010 | 11000011 | 1 | 101 | 0 | 1100011 | 11000 | 111111 | 1100011 | 100110 |
Color Harmonies of #BAC301
Complementary color
Monochromatic Colors of #BAC301
Black with #BAC301
Text Example
Text Example
White with #BAC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC301; }
p { color: rgb(186,195,1); }
H1.HeaderClassName
{
color: #BAC301;
}
.AnyTagClassName
{
color: #BAC301;
}
</style>
background-color css
<style>
a { background-color: #BAC301; }
a { background-color: rgb(186,195,1); }
div.DivClassName
{
background-color: #BAC301;
}
.BgClassName
{
background-color: #BAC301;
}
</style>
border-color css
<style>
span { border-color: #BAC301; }
span { border-color: rgb(186,195,1); }
td.TdClassName
{
border-color: #BAC301;
}
.TagClassName
{
border-color: #BAC301;
}
</style>