Shades of La Rioja #BAC400
Tints of La Rioja #BAC400
RGB
CMYK
RGB Variations
Color information
#BAC400 (or 0xBAC400) is known color: La Rioja. HEX triplet: BA, C4 and 00. RGB value is (186,196,0). Sum of RGB (Red+Green+Blue) = 186+196+0=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC400 is #453BFF. Grayscale: #ABABAB. Windows color (decimal): -4537344 or 50362. OLE color: 50362.
HSL color Cylindrical-coordinate representation of color #BAC400: hue angle of 63.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAC400 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.23 |
| HSL | 63.06º | 1% | 0.38% | - |
| HSV(B) | 63.06º | 1% | 0.77% | - |
| XYZ | 39.99 | 49.92 | 7.53 | - |
| YUV | 170.67 | 31.69 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 0 | 0.05 | 0 | 1 | 0.23 | 63.06 | 1 | 0.38 |
| Hex | BA | C4 | 0 | 5 | 0 | 64 | 17 | 3F | 64 | 26 |
| Octal | 272 | 304 | 0 | 5 | 0 | 144 | 27 | 77 | 144 | 46 |
| Binary | 10111010 | 11000100 | 0 | 101 | 0 | 1100100 | 10111 | 111111 | 1100100 | 100110 |
Color Harmonies of #BAC400
Complementary color
Monochromatic Colors of #BAC400
Black with #BAC400
Text Example
Text Example
White with #BAC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC400; }
p { color: rgb(186,196,0); }
H1.HeaderClassName
{
color: #BAC400;
}
.AnyTagClassName
{
color: #BAC400;
}
</style>
background-color css
<style>
a { background-color: #BAC400; }
a { background-color: rgb(186,196,0); }
div.DivClassName
{
background-color: #BAC400;
}
.BgClassName
{
background-color: #BAC400;
}
</style>
border-color css
<style>
span { border-color: #BAC400; }
span { border-color: rgb(186,196,0); }
td.TdClassName
{
border-color: #BAC400;
}
.TagClassName
{
border-color: #BAC400;
}
</style>