Shades of La Rioja #BAC200
Tints of La Rioja #BAC200
RGB
CMYK
RGB Variations
Color information
#BAC200 (or 0xBAC200) is known color: La Rioja. HEX triplet: BA, C2 and 00. RGB value is (186,194,0). Sum of RGB (Red+Green+Blue) = 186+194+0=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC200 is #453DFF. Grayscale: #AAAAAA. Windows color (decimal): -4537856 or 49850. OLE color: 49850.
HSL color Cylindrical-coordinate representation of color #BAC200: hue angle of 62.47º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAC200 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.24 |
| HSL | 62.47º | 1% | 0.38% | - |
| HSV(B) | 62.47º | 1% | 0.76% | - |
| XYZ | 39.54 | 49.02 | 7.38 | - |
| YUV | 169.49 | 32.35 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 0 | 0.04 | 0 | 1 | 0.24 | 62.47 | 1 | 0.38 |
| Hex | BA | C2 | 0 | 4 | 0 | 64 | 18 | 3E | 64 | 26 |
| Octal | 272 | 302 | 0 | 4 | 0 | 144 | 30 | 76 | 144 | 46 |
| Binary | 10111010 | 11000010 | 0 | 100 | 0 | 1100100 | 11000 | 111110 | 1100100 | 100110 |
Color Harmonies of #BAC200
Complementary color
Monochromatic Colors of #BAC200
Black with #BAC200
Text Example
Text Example
White with #BAC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC200; }
p { color: rgb(186,194,0); }
H1.HeaderClassName
{
color: #BAC200;
}
.AnyTagClassName
{
color: #BAC200;
}
</style>
background-color css
<style>
a { background-color: #BAC200; }
a { background-color: rgb(186,194,0); }
div.DivClassName
{
background-color: #BAC200;
}
.BgClassName
{
background-color: #BAC200;
}
</style>
border-color css
<style>
span { border-color: #BAC200; }
span { border-color: rgb(186,194,0); }
td.TdClassName
{
border-color: #BAC200;
}
.TagClassName
{
border-color: #BAC200;
}
</style>