Shades of La Rioja #BFC80D
Tints of La Rioja #BFC80D
RGB
CMYK
RGB Variations
Color information
#BFC80D (or 0xBFC80D) is known color: La Rioja. HEX triplet: BF, C8 and 0D. RGB value is (191,200,13). Sum of RGB (Red+Green+Blue) = 191+200+13=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC80D is #4037F2. Grayscale: #B0B0B0. Windows color (decimal): -4208627 or 903359. OLE color: 903359.
HSL color Cylindrical-coordinate representation of color #BFC80D: hue angle of 62.89º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFC80D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 13 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.22 |
| HSL | 62.89º | 0.88% | 0.42% | - |
| HSV(B) | 62.89º | 0.94% | 0.78% | - |
| XYZ | 42.21 | 52.41 | 8.27 | - |
| YUV | 175.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 13 | 0.04 | 0 | 0.94 | 0.22 | 62.89 | 0.88 | 0.42 |
| Hex | BF | C8 | D | 4 | 0 | 5E | 16 | 3F | 58 | 2A |
| Octal | 277 | 310 | 15 | 4 | 0 | 136 | 26 | 77 | 130 | 52 |
| Binary | 10111111 | 11001000 | 1101 | 100 | 0 | 1011110 | 10110 | 111111 | 1011000 | 101010 |
Color Harmonies of #BFC80D
Complementary color
Monochromatic Colors of #BFC80D
Black with #BFC80D
Text Example
Text Example
White with #BFC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC80D; }
p { color: rgb(191,200,13); }
H1.HeaderClassName
{
color: #BFC80D;
}
.AnyTagClassName
{
color: #BFC80D;
}
</style>
background-color css
<style>
a { background-color: #BFC80D; }
a { background-color: rgb(191,200,13); }
div.DivClassName
{
background-color: #BFC80D;
}
.BgClassName
{
background-color: #BFC80D;
}
</style>
border-color css
<style>
span { border-color: #BFC80D; }
span { border-color: rgb(191,200,13); }
td.TdClassName
{
border-color: #BFC80D;
}
.TagClassName
{
border-color: #BFC80D;
}
</style>