Shades of La Rioja #BFC200
Tints of La Rioja #BFC200
RGB
CMYK
RGB Variations
Color information
#BFC200 (or 0xBFC200) is known color: La Rioja. HEX triplet: BF, C2 and 00. RGB value is (191,194,0). Sum of RGB (Red+Green+Blue) = 191+194+0=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC200 is #403DFF. Grayscale: #ABABAB. Windows color (decimal): -4210176 or 49855. OLE color: 49855.
HSL color Cylindrical-coordinate representation of color #BFC200: hue angle of 60.93º 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 #BFC200 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.24 |
| HSL | 60.93º | 1% | 0.38% | - |
| HSV(B) | 60.93º | 1% | 0.76% | - |
| XYZ | 40.78 | 49.66 | 7.44 | - |
| YUV | 170.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 0 | 0.02 | 0 | 1 | 0.24 | 60.93 | 1 | 0.38 |
| Hex | BF | C2 | 0 | 2 | 0 | 64 | 18 | 3D | 64 | 26 |
| Octal | 277 | 302 | 0 | 2 | 0 | 144 | 30 | 75 | 144 | 46 |
| Binary | 10111111 | 11000010 | 0 | 10 | 0 | 1100100 | 11000 | 111101 | 1100100 | 100110 |
Color Harmonies of #BFC200
Complementary color
Monochromatic Colors of #BFC200
Black with #BFC200
Text Example
Text Example
White with #BFC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC200; }
p { color: rgb(191,194,0); }
H1.HeaderClassName
{
color: #BFC200;
}
.AnyTagClassName
{
color: #BFC200;
}
</style>
background-color css
<style>
a { background-color: #BFC200; }
a { background-color: rgb(191,194,0); }
div.DivClassName
{
background-color: #BFC200;
}
.BgClassName
{
background-color: #BFC200;
}
</style>
border-color css
<style>
span { border-color: #BFC200; }
span { border-color: rgb(191,194,0); }
td.TdClassName
{
border-color: #BFC200;
}
.TagClassName
{
border-color: #BFC200;
}
</style>