Shades of La Rioja #BFC90F
Tints of La Rioja #BFC90F
RGB
CMYK
RGB Variations
Color information
#BFC90F (or 0xBFC90F) is known color: La Rioja. HEX triplet: BF, C9 and 0F. RGB value is (191,201,15). Sum of RGB (Red+Green+Blue) = 191+201+15=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC90F is #4036F0. Grayscale: #B1B1B1. Windows color (decimal): -4208369 or 1034687. OLE color: 1034687.
HSL color Cylindrical-coordinate representation of color #BFC90F: hue angle of 63.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFC90F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.21 |
| HSL | 63.23º | 0.86% | 0.42% | - |
| HSV(B) | 63.23º | 0.93% | 0.79% | - |
| XYZ | 42.46 | 52.88 | 8.42 | - |
| YUV | 176.81 | 36.69 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 15 | 0.05 | 0 | 0.93 | 0.21 | 63.23 | 0.86 | 0.42 |
| Hex | BF | C9 | F | 5 | 0 | 5D | 15 | 3F | 56 | 2A |
| Octal | 277 | 311 | 17 | 5 | 0 | 135 | 25 | 77 | 126 | 52 |
| Binary | 10111111 | 11001001 | 1111 | 101 | 0 | 1011101 | 10101 | 111111 | 1010110 | 101010 |
Color Harmonies of #BFC90F
Complementary color
Monochromatic Colors of #BFC90F
Black with #BFC90F
Text Example
Text Example
White with #BFC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC90F; }
p { color: rgb(191,201,15); }
H1.HeaderClassName
{
color: #BFC90F;
}
.AnyTagClassName
{
color: #BFC90F;
}
</style>
background-color css
<style>
a { background-color: #BFC90F; }
a { background-color: rgb(191,201,15); }
div.DivClassName
{
background-color: #BFC90F;
}
.BgClassName
{
background-color: #BFC90F;
}
</style>
border-color css
<style>
span { border-color: #BFC90F; }
span { border-color: rgb(191,201,15); }
td.TdClassName
{
border-color: #BFC90F;
}
.TagClassName
{
border-color: #BFC90F;
}
</style>