Shades of La Rioja #BAC900
Tints of La Rioja #BAC900
RGB
CMYK
RGB Variations
Color information
#BAC900 (or 0xBAC900) is known color: La Rioja. HEX triplet: BA, C9 and 00. RGB value is (186,201,0). Sum of RGB (Red+Green+Blue) = 186+201+0=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC900 is #4536FF. Grayscale: #AEAEAE. Windows color (decimal): -4536064 or 51642. OLE color: 51642.
HSL color Cylindrical-coordinate representation of color #BAC900: hue angle of 64.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAC900 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.21 |
| HSL | 64.48º | 1% | 0.39% | - |
| HSV(B) | 64.48º | 1% | 0.79% | - |
| XYZ | 41.14 | 52.21 | 7.91 | - |
| YUV | 173.6 | 30.03 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 0 | 0.07 | 0 | 1 | 0.21 | 64.48 | 1 | 0.39 |
| Hex | BA | C9 | 0 | 7 | 0 | 64 | 15 | 40 | 64 | 27 |
| Octal | 272 | 311 | 0 | 7 | 0 | 144 | 25 | 100 | 144 | 47 |
| Binary | 10111010 | 11001001 | 0 | 111 | 0 | 1100100 | 10101 | 1000000 | 1100100 | 100111 |
Color Harmonies of #BAC900
Complementary color
Monochromatic Colors of #BAC900
Black with #BAC900
Text Example
Text Example
White with #BAC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC900; }
p { color: rgb(186,201,0); }
H1.HeaderClassName
{
color: #BAC900;
}
.AnyTagClassName
{
color: #BAC900;
}
</style>
background-color css
<style>
a { background-color: #BAC900; }
a { background-color: rgb(186,201,0); }
div.DivClassName
{
background-color: #BAC900;
}
.BgClassName
{
background-color: #BAC900;
}
</style>
border-color css
<style>
span { border-color: #BAC900; }
span { border-color: rgb(186,201,0); }
td.TdClassName
{
border-color: #BAC900;
}
.TagClassName
{
border-color: #BAC900;
}
</style>