Shades of La Rioja #BFC300
Tints of La Rioja #BFC300
RGB
CMYK
RGB Variations
Color information
#BFC300 (or 0xBFC300) is known color: La Rioja. HEX triplet: BF, C3 and 00. RGB value is (191,195,0). Sum of RGB (Red+Green+Blue) = 191+195+0=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC300 is #403CFF. Grayscale: #ACACAC. Windows color (decimal): -4209920 or 50111. OLE color: 50111.
HSL color Cylindrical-coordinate representation of color #BFC300: hue angle of 61.23º 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 #BFC300 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.24 |
| HSL | 61.23º | 1% | 0.38% | - |
| HSV(B) | 61.23º | 1% | 0.76% | - |
| XYZ | 41 | 50.11 | 7.51 | - |
| YUV | 171.57 | 31.17 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 0 | 0.02 | 0 | 1 | 0.24 | 61.23 | 1 | 0.38 |
| Hex | BF | C3 | 0 | 2 | 0 | 64 | 18 | 3D | 64 | 26 |
| Octal | 277 | 303 | 0 | 2 | 0 | 144 | 30 | 75 | 144 | 46 |
| Binary | 10111111 | 11000011 | 0 | 10 | 0 | 1100100 | 11000 | 111101 | 1100100 | 100110 |
Color Harmonies of #BFC300
Complementary color
Monochromatic Colors of #BFC300
Black with #BFC300
Text Example
Text Example
White with #BFC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC300; }
p { color: rgb(191,195,0); }
H1.HeaderClassName
{
color: #BFC300;
}
.AnyTagClassName
{
color: #BFC300;
}
</style>
background-color css
<style>
a { background-color: #BFC300; }
a { background-color: rgb(191,195,0); }
div.DivClassName
{
background-color: #BFC300;
}
.BgClassName
{
background-color: #BFC300;
}
</style>
border-color css
<style>
span { border-color: #BFC300; }
span { border-color: rgb(191,195,0); }
td.TdClassName
{
border-color: #BFC300;
}
.TagClassName
{
border-color: #BFC300;
}
</style>