Shades of La Rioja #BFD300
Tints of La Rioja #BFD300
RGB
CMYK
RGB Variations
Color information
#BFD300 (or 0xBFD300) is known color: La Rioja. HEX triplet: BF, D3 and 00. RGB value is (191,211,0). Sum of RGB (Red+Green+Blue) = 191+211+0=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD300 is #402CFF. Grayscale: #B5B5B5. Windows color (decimal): -4205824 or 54207. OLE color: 54207.
HSL color Cylindrical-coordinate representation of color #BFD300: hue angle of 65.69º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFD300 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.17 |
| HSL | 65.69º | 1% | 0.41% | - |
| HSV(B) | 65.69º | 1% | 0.83% | - |
| XYZ | 44.78 | 57.66 | 8.77 | - |
| YUV | 180.97 | 25.87 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 0 | 0.09 | 0 | 1 | 0.17 | 65.69 | 1 | 0.41 |
| Hex | BF | D3 | 0 | 9 | 0 | 64 | 11 | 42 | 64 | 29 |
| Octal | 277 | 323 | 0 | 11 | 0 | 144 | 21 | 102 | 144 | 51 |
| Binary | 10111111 | 11010011 | 0 | 1001 | 0 | 1100100 | 10001 | 1000010 | 1100100 | 101001 |
Color Harmonies of #BFD300
Complementary color
Monochromatic Colors of #BFD300
Black with #BFD300
Text Example
Text Example
White with #BFD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD300; }
p { color: rgb(191,211,0); }
H1.HeaderClassName
{
color: #BFD300;
}
.AnyTagClassName
{
color: #BFD300;
}
</style>
background-color css
<style>
a { background-color: #BFD300; }
a { background-color: rgb(191,211,0); }
div.DivClassName
{
background-color: #BFD300;
}
.BgClassName
{
background-color: #BFD300;
}
</style>
border-color css
<style>
span { border-color: #BFD300; }
span { border-color: rgb(191,211,0); }
td.TdClassName
{
border-color: #BFD300;
}
.TagClassName
{
border-color: #BFD300;
}
</style>