Shades of La Rioja #BFC40F
Tints of La Rioja #BFC40F
RGB
CMYK
RGB Variations
Color information
#BFC40F (or 0xBFC40F) is known color: La Rioja. HEX triplet: BF, C4 and 0F. RGB value is (191,196,15). Sum of RGB (Red+Green+Blue) = 191+196+15=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC40F is #403BF0. Grayscale: #AEAEAE. Windows color (decimal): -4209649 or 1033407. OLE color: 1033407.
HSL color Cylindrical-coordinate representation of color #BFC40F: hue angle of 61.66º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFC40F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 15 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.23 |
| HSL | 61.66º | 0.86% | 0.41% | - |
| HSV(B) | 61.66º | 0.92% | 0.77% | - |
| XYZ | 41.31 | 50.59 | 8.04 | - |
| YUV | 173.87 | 38.34 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 15 | 0.03 | 0 | 0.92 | 0.23 | 61.66 | 0.86 | 0.41 |
| Hex | BF | C4 | F | 3 | 0 | 5C | 17 | 3E | 56 | 29 |
| Octal | 277 | 304 | 17 | 3 | 0 | 134 | 27 | 76 | 126 | 51 |
| Binary | 10111111 | 11000100 | 1111 | 11 | 0 | 1011100 | 10111 | 111110 | 1010110 | 101001 |
Color Harmonies of #BFC40F
Complementary color
Monochromatic Colors of #BFC40F
Black with #BFC40F
Text Example
Text Example
White with #BFC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC40F; }
p { color: rgb(191,196,15); }
H1.HeaderClassName
{
color: #BFC40F;
}
.AnyTagClassName
{
color: #BFC40F;
}
</style>
background-color css
<style>
a { background-color: #BFC40F; }
a { background-color: rgb(191,196,15); }
div.DivClassName
{
background-color: #BFC40F;
}
.BgClassName
{
background-color: #BFC40F;
}
</style>
border-color css
<style>
span { border-color: #BFC40F; }
span { border-color: rgb(191,196,15); }
td.TdClassName
{
border-color: #BFC40F;
}
.TagClassName
{
border-color: #BFC40F;
}
</style>