Shades of La Rioja #BAC300
Tints of La Rioja #BAC300
RGB
CMYK
RGB Variations
Color information
#BAC300 (or 0xBAC300) is known color: La Rioja. HEX triplet: BA, C3 and 00. RGB value is (186,195,0). Sum of RGB (Red+Green+Blue) = 186+195+0=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC300 is #453CFF. Grayscale: #AAAAAA. Windows color (decimal): -4537600 or 50106. OLE color: 50106.
HSL color Cylindrical-coordinate representation of color #BAC300: hue angle of 62.77º 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 #BAC300 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.24 |
| HSL | 62.77º | 1% | 0.38% | - |
| HSV(B) | 62.77º | 1% | 0.76% | - |
| XYZ | 39.76 | 49.47 | 7.45 | - |
| YUV | 170.08 | 32.02 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 0 | 0.05 | 0 | 1 | 0.24 | 62.77 | 1 | 0.38 |
| Hex | BA | C3 | 0 | 5 | 0 | 64 | 18 | 3F | 64 | 26 |
| Octal | 272 | 303 | 0 | 5 | 0 | 144 | 30 | 77 | 144 | 46 |
| Binary | 10111010 | 11000011 | 0 | 101 | 0 | 1100100 | 11000 | 111111 | 1100100 | 100110 |
Color Harmonies of #BAC300
Complementary color
Monochromatic Colors of #BAC300
Black with #BAC300
Text Example
Text Example
White with #BAC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC300; }
p { color: rgb(186,195,0); }
H1.HeaderClassName
{
color: #BAC300;
}
.AnyTagClassName
{
color: #BAC300;
}
</style>
background-color css
<style>
a { background-color: #BAC300; }
a { background-color: rgb(186,195,0); }
div.DivClassName
{
background-color: #BAC300;
}
.BgClassName
{
background-color: #BAC300;
}
</style>
border-color css
<style>
span { border-color: #BAC300; }
span { border-color: rgb(186,195,0); }
td.TdClassName
{
border-color: #BAC300;
}
.TagClassName
{
border-color: #BAC300;
}
</style>