Shades of La Rioja #BAC001
Tints of La Rioja #BAC001
RGB
CMYK
RGB Variations
Color information
#BAC001 (or 0xBAC001) is known color: La Rioja. HEX triplet: BA, C0 and 01. RGB value is (186,192,1). Sum of RGB (Red+Green+Blue) = 186+192+1=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC001 is #453FFE. Grayscale: #A9A9A9. Windows color (decimal): -4538367 or 114874. OLE color: 114874.
HSL color Cylindrical-coordinate representation of color #BAC001: hue angle of 61.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAC001 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.25 |
| HSL | 61.88º | 0.99% | 0.38% | - |
| HSV(B) | 61.88º | 0.99% | 0.75% | - |
| XYZ | 39.1 | 48.14 | 7.26 | - |
| YUV | 168.43 | 33.51 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 1 | 0.03 | 0 | 0.99 | 0.25 | 61.88 | 0.99 | 0.38 |
| Hex | BA | C0 | 1 | 3 | 0 | 63 | 19 | 3E | 63 | 26 |
| Octal | 272 | 300 | 1 | 3 | 0 | 143 | 31 | 76 | 143 | 46 |
| Binary | 10111010 | 11000000 | 1 | 11 | 0 | 1100011 | 11001 | 111110 | 1100011 | 100110 |
Color Harmonies of #BAC001
Complementary color
Monochromatic Colors of #BAC001
Black with #BAC001
Text Example
Text Example
White with #BAC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC001; }
p { color: rgb(186,192,1); }
H1.HeaderClassName
{
color: #BAC001;
}
.AnyTagClassName
{
color: #BAC001;
}
</style>
background-color css
<style>
a { background-color: #BAC001; }
a { background-color: rgb(186,192,1); }
div.DivClassName
{
background-color: #BAC001;
}
.BgClassName
{
background-color: #BAC001;
}
</style>
border-color css
<style>
span { border-color: #BAC001; }
span { border-color: rgb(186,192,1); }
td.TdClassName
{
border-color: #BAC001;
}
.TagClassName
{
border-color: #BAC001;
}
</style>