Shades of La Rioja #BFC102
Tints of La Rioja #BFC102
RGB
CMYK
RGB Variations
Color information
#BFC102 (or 0xBFC102) is known color: La Rioja. HEX triplet: BF, C1 and 02. RGB value is (191,193,2). Sum of RGB (Red+Green+Blue) = 191+193+2=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC102 is #403EFD. Grayscale: #ABABAB. Windows color (decimal): -4210430 or 180671. OLE color: 180671.
HSL color Cylindrical-coordinate representation of color #BFC102: hue angle of 60.63º degrees, saturation: 0.98, 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 #BFC102 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.24 |
| HSL | 60.63º | 0.98% | 0.38% | - |
| HSV(B) | 60.63º | 0.99% | 0.76% | - |
| XYZ | 40.57 | 49.22 | 7.42 | - |
| YUV | 170.63 | 32.84 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 2 | 0.01 | 0 | 0.99 | 0.24 | 60.63 | 0.98 | 0.38 |
| Hex | BF | C1 | 2 | 1 | 0 | 63 | 18 | 3D | 62 | 26 |
| Octal | 277 | 301 | 2 | 1 | 0 | 143 | 30 | 75 | 142 | 46 |
| Binary | 10111111 | 11000001 | 10 | 1 | 0 | 1100011 | 11000 | 111101 | 1100010 | 100110 |
Color Harmonies of #BFC102
Complementary color
Monochromatic Colors of #BFC102
Black with #BFC102
Text Example
Text Example
White with #BFC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC102; }
p { color: rgb(191,193,2); }
H1.HeaderClassName
{
color: #BFC102;
}
.AnyTagClassName
{
color: #BFC102;
}
</style>
background-color css
<style>
a { background-color: #BFC102; }
a { background-color: rgb(191,193,2); }
div.DivClassName
{
background-color: #BFC102;
}
.BgClassName
{
background-color: #BFC102;
}
</style>
border-color css
<style>
span { border-color: #BFC102; }
span { border-color: rgb(191,193,2); }
td.TdClassName
{
border-color: #BFC102;
}
.TagClassName
{
border-color: #BFC102;
}
</style>