Shades of La Rioja #BACA00
Tints of La Rioja #BACA00
RGB
CMYK
RGB Variations
Color information
#BACA00 (or 0xBACA00) is known color: La Rioja. HEX triplet: BA, CA and 00. RGB value is (186,202,0). Sum of RGB (Red+Green+Blue) = 186+202+0=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACA00 is #4535FF. Grayscale: #AEAEAE. Windows color (decimal): -4535808 or 51898. OLE color: 51898.
HSL color Cylindrical-coordinate representation of color #BACA00: hue angle of 64.75º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BACA00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.21 |
| HSL | 64.75º | 1% | 0.4% | - |
| HSV(B) | 64.75º | 1% | 0.79% | - |
| XYZ | 41.37 | 52.68 | 7.99 | - |
| YUV | 174.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 0 | 0.08 | 0 | 1 | 0.21 | 64.75 | 1 | 0.4 |
| Hex | BA | CA | 0 | 8 | 0 | 64 | 15 | 41 | 64 | 28 |
| Octal | 272 | 312 | 0 | 10 | 0 | 144 | 25 | 101 | 144 | 50 |
| Binary | 10111010 | 11001010 | 0 | 1000 | 0 | 1100100 | 10101 | 1000001 | 1100100 | 101000 |
Color Harmonies of #BACA00
Complementary color
Monochromatic Colors of #BACA00
Black with #BACA00
Text Example
Text Example
White with #BACA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA00; }
p { color: rgb(186,202,0); }
H1.HeaderClassName
{
color: #BACA00;
}
.AnyTagClassName
{
color: #BACA00;
}
</style>
background-color css
<style>
a { background-color: #BACA00; }
a { background-color: rgb(186,202,0); }
div.DivClassName
{
background-color: #BACA00;
}
.BgClassName
{
background-color: #BACA00;
}
</style>
border-color css
<style>
span { border-color: #BACA00; }
span { border-color: rgb(186,202,0); }
td.TdClassName
{
border-color: #BACA00;
}
.TagClassName
{
border-color: #BACA00;
}
</style>