Shades of La Rioja #BFC500
Tints of La Rioja #BFC500
RGB
CMYK
RGB Variations
Color information
#BFC500 (or 0xBFC500) is known color: La Rioja. HEX triplet: BF, C5 and 00. RGB value is (191,197,0). Sum of RGB (Red+Green+Blue) = 191+197+0=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC500 is #403AFF. Grayscale: #ADADAD. Windows color (decimal): -4209408 or 50623. OLE color: 50623.
HSL color Cylindrical-coordinate representation of color #BFC500: hue angle of 61.83º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFC500 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.23 |
| HSL | 61.83º | 1% | 0.39% | - |
| HSV(B) | 61.83º | 1% | 0.77% | - |
| XYZ | 41.45 | 51.01 | 7.66 | - |
| YUV | 172.75 | 30.51 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 0 | 0.03 | 0 | 1 | 0.23 | 61.83 | 1 | 0.39 |
| Hex | BF | C5 | 0 | 3 | 0 | 64 | 17 | 3E | 64 | 27 |
| Octal | 277 | 305 | 0 | 3 | 0 | 144 | 27 | 76 | 144 | 47 |
| Binary | 10111111 | 11000101 | 0 | 11 | 0 | 1100100 | 10111 | 111110 | 1100100 | 100111 |
Color Harmonies of #BFC500
Complementary color
Monochromatic Colors of #BFC500
Black with #BFC500
Text Example
Text Example
White with #BFC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC500; }
p { color: rgb(191,197,0); }
H1.HeaderClassName
{
color: #BFC500;
}
.AnyTagClassName
{
color: #BFC500;
}
</style>
background-color css
<style>
a { background-color: #BFC500; }
a { background-color: rgb(191,197,0); }
div.DivClassName
{
background-color: #BFC500;
}
.BgClassName
{
background-color: #BFC500;
}
</style>
border-color css
<style>
span { border-color: #BFC500; }
span { border-color: rgb(191,197,0); }
td.TdClassName
{
border-color: #BFC500;
}
.TagClassName
{
border-color: #BFC500;
}
</style>