Shades of La Rioja #BFC80F
Tints of La Rioja #BFC80F
RGB
CMYK
RGB Variations
Color information
#BFC80F (or 0xBFC80F) is known color: La Rioja. HEX triplet: BF, C8 and 0F. RGB value is (191,200,15). Sum of RGB (Red+Green+Blue) = 191+200+15=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC80F is #4037F0. Grayscale: #B0B0B0. Windows color (decimal): -4208625 or 1034431. OLE color: 1034431.
HSL color Cylindrical-coordinate representation of color #BFC80F: hue angle of 62.92º degrees, saturation: 0.86, 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 #BFC80F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 15 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.22 |
| HSL | 62.92º | 0.86% | 0.42% | - |
| HSV(B) | 62.92º | 0.93% | 0.78% | - |
| XYZ | 42.23 | 52.42 | 8.34 | - |
| YUV | 176.22 | 37.02 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 15 | 0.04 | 0 | 0.92 | 0.22 | 62.92 | 0.86 | 0.42 |
| Hex | BF | C8 | F | 4 | 0 | 5C | 16 | 3F | 56 | 2A |
| Octal | 277 | 310 | 17 | 4 | 0 | 134 | 26 | 77 | 126 | 52 |
| Binary | 10111111 | 11001000 | 1111 | 100 | 0 | 1011100 | 10110 | 111111 | 1010110 | 101010 |
Color Harmonies of #BFC80F
Complementary color
Monochromatic Colors of #BFC80F
Black with #BFC80F
Text Example
Text Example
White with #BFC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC80F; }
p { color: rgb(191,200,15); }
H1.HeaderClassName
{
color: #BFC80F;
}
.AnyTagClassName
{
color: #BFC80F;
}
</style>
background-color css
<style>
a { background-color: #BFC80F; }
a { background-color: rgb(191,200,15); }
div.DivClassName
{
background-color: #BFC80F;
}
.BgClassName
{
background-color: #BFC80F;
}
</style>
border-color css
<style>
span { border-color: #BFC80F; }
span { border-color: rgb(191,200,15); }
td.TdClassName
{
border-color: #BFC80F;
}
.TagClassName
{
border-color: #BFC80F;
}
</style>