Shades of La Rioja #BFCA00
Tints of La Rioja #BFCA00
RGB
CMYK
RGB Variations
Color information
#BFCA00 (or 0xBFCA00) is known color: La Rioja. HEX triplet: BF, CA and 00. RGB value is (191,202,0). Sum of RGB (Red+Green+Blue) = 191+202+0=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCA00 is #4035FF. Grayscale: #B0B0B0. Windows color (decimal): -4208128 or 51903. OLE color: 51903.
HSL color Cylindrical-coordinate representation of color #BFCA00: hue angle of 63.27º 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 #BFCA00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.21 |
| HSL | 63.27º | 1% | 0.4% | - |
| HSV(B) | 63.27º | 1% | 0.79% | - |
| XYZ | 42.61 | 53.32 | 8.05 | - |
| YUV | 175.68 | 28.86 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 0 | 0.05 | 0 | 1 | 0.21 | 63.27 | 1 | 0.4 |
| Hex | BF | CA | 0 | 5 | 0 | 64 | 15 | 3F | 64 | 28 |
| Octal | 277 | 312 | 0 | 5 | 0 | 144 | 25 | 77 | 144 | 50 |
| Binary | 10111111 | 11001010 | 0 | 101 | 0 | 1100100 | 10101 | 111111 | 1100100 | 101000 |
Color Harmonies of #BFCA00
Complementary color
Monochromatic Colors of #BFCA00
Black with #BFCA00
Text Example
Text Example
White with #BFCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA00; }
p { color: rgb(191,202,0); }
H1.HeaderClassName
{
color: #BFCA00;
}
.AnyTagClassName
{
color: #BFCA00;
}
</style>
background-color css
<style>
a { background-color: #BFCA00; }
a { background-color: rgb(191,202,0); }
div.DivClassName
{
background-color: #BFCA00;
}
.BgClassName
{
background-color: #BFCA00;
}
</style>
border-color css
<style>
span { border-color: #BFCA00; }
span { border-color: rgb(191,202,0); }
td.TdClassName
{
border-color: #BFCA00;
}
.TagClassName
{
border-color: #BFCA00;
}
</style>