Shades of La Rioja #BFC201
Tints of La Rioja #BFC201
RGB
CMYK
RGB Variations
Color information
#BFC201 (or 0xBFC201) is known color: La Rioja. HEX triplet: BF, C2 and 01. RGB value is (191,194,1). Sum of RGB (Red+Green+Blue) = 191+194+1=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC201 is #403DFE. Grayscale: #ABABAB. Windows color (decimal): -4210175 or 115391. OLE color: 115391.
HSL color Cylindrical-coordinate representation of color #BFC201: hue angle of 60.93º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFC201 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.24 |
| HSL | 60.93º | 0.99% | 0.38% | - |
| HSV(B) | 60.93º | 0.99% | 0.76% | - |
| XYZ | 40.78 | 49.66 | 7.46 | - |
| YUV | 171.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 1 | 0.02 | 0 | 0.99 | 0.24 | 60.93 | 0.99 | 0.38 |
| Hex | BF | C2 | 1 | 2 | 0 | 63 | 18 | 3D | 63 | 26 |
| Octal | 277 | 302 | 1 | 2 | 0 | 143 | 30 | 75 | 143 | 46 |
| Binary | 10111111 | 11000010 | 1 | 10 | 0 | 1100011 | 11000 | 111101 | 1100011 | 100110 |
Color Harmonies of #BFC201
Complementary color
Monochromatic Colors of #BFC201
Black with #BFC201
Text Example
Text Example
White with #BFC201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC201; }
p { color: rgb(191,194,1); }
H1.HeaderClassName
{
color: #BFC201;
}
.AnyTagClassName
{
color: #BFC201;
}
</style>
background-color css
<style>
a { background-color: #BFC201; }
a { background-color: rgb(191,194,1); }
div.DivClassName
{
background-color: #BFC201;
}
.BgClassName
{
background-color: #BFC201;
}
</style>
border-color css
<style>
span { border-color: #BFC201; }
span { border-color: rgb(191,194,1); }
td.TdClassName
{
border-color: #BFC201;
}
.TagClassName
{
border-color: #BFC201;
}
</style>