Shades of La Rioja #BFC80E
Tints of La Rioja #BFC80E
RGB
CMYK
RGB Variations
Color information
#BFC80E (or 0xBFC80E) is known color: La Rioja. HEX triplet: BF, C8 and 0E. RGB value is (191,200,14). Sum of RGB (Red+Green+Blue) = 191+200+14=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC80E is #4037F1. Grayscale: #B0B0B0. Windows color (decimal): -4208626 or 968895. OLE color: 968895.
HSL color Cylindrical-coordinate representation of color #BFC80E: hue angle of 62.9º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFC80E is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 14 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.22 |
| HSL | 62.9º | 0.87% | 0.42% | - |
| HSV(B) | 62.9º | 0.93% | 0.78% | - |
| XYZ | 42.22 | 52.42 | 8.31 | - |
| YUV | 176.11 | 36.52 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 14 | 0.04 | 0 | 0.93 | 0.22 | 62.9 | 0.87 | 0.42 |
| Hex | BF | C8 | E | 4 | 0 | 5D | 16 | 3F | 57 | 2A |
| Octal | 277 | 310 | 16 | 4 | 0 | 135 | 26 | 77 | 127 | 52 |
| Binary | 10111111 | 11001000 | 1110 | 100 | 0 | 1011101 | 10110 | 111111 | 1010111 | 101010 |
Color Harmonies of #BFC80E
Complementary color
Monochromatic Colors of #BFC80E
Black with #BFC80E
Text Example
Text Example
White with #BFC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC80E; }
p { color: rgb(191,200,14); }
H1.HeaderClassName
{
color: #BFC80E;
}
.AnyTagClassName
{
color: #BFC80E;
}
</style>
background-color css
<style>
a { background-color: #BFC80E; }
a { background-color: rgb(191,200,14); }
div.DivClassName
{
background-color: #BFC80E;
}
.BgClassName
{
background-color: #BFC80E;
}
</style>
border-color css
<style>
span { border-color: #BFC80E; }
span { border-color: rgb(191,200,14); }
td.TdClassName
{
border-color: #BFC80E;
}
.TagClassName
{
border-color: #BFC80E;
}
</style>