Shades of La Rioja #BFC90E
Tints of La Rioja #BFC90E
RGB
CMYK
RGB Variations
Color information
#BFC90E (or 0xBFC90E) is known color: La Rioja. HEX triplet: BF, C9 and 0E. RGB value is (191,201,14). Sum of RGB (Red+Green+Blue) = 191+201+14=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC90E is #4036F1. Grayscale: #B1B1B1. Windows color (decimal): -4208370 or 969151. OLE color: 969151.
HSL color Cylindrical-coordinate representation of color #BFC90E: hue angle of 63.21º degrees, saturation: 0.87, 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 #BFC90E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.21 |
| HSL | 63.21º | 0.87% | 0.42% | - |
| HSV(B) | 63.21º | 0.93% | 0.79% | - |
| XYZ | 42.45 | 52.88 | 8.39 | - |
| YUV | 176.69 | 36.19 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 14 | 0.05 | 0 | 0.93 | 0.21 | 63.21 | 0.87 | 0.42 |
| Hex | BF | C9 | E | 5 | 0 | 5D | 15 | 3F | 57 | 2A |
| Octal | 277 | 311 | 16 | 5 | 0 | 135 | 25 | 77 | 127 | 52 |
| Binary | 10111111 | 11001001 | 1110 | 101 | 0 | 1011101 | 10101 | 111111 | 1010111 | 101010 |
Color Harmonies of #BFC90E
Complementary color
Monochromatic Colors of #BFC90E
Black with #BFC90E
Text Example
Text Example
White with #BFC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC90E; }
p { color: rgb(191,201,14); }
H1.HeaderClassName
{
color: #BFC90E;
}
.AnyTagClassName
{
color: #BFC90E;
}
</style>
background-color css
<style>
a { background-color: #BFC90E; }
a { background-color: rgb(191,201,14); }
div.DivClassName
{
background-color: #BFC90E;
}
.BgClassName
{
background-color: #BFC90E;
}
</style>
border-color css
<style>
span { border-color: #BFC90E; }
span { border-color: rgb(191,201,14); }
td.TdClassName
{
border-color: #BFC90E;
}
.TagClassName
{
border-color: #BFC90E;
}
</style>