Shades of La Rioja #BFD306
Tints of La Rioja #BFD306
RGB
CMYK
RGB Variations
Color information
#BFD306 (or 0xBFD306) is known color: La Rioja. HEX triplet: BF, D3 and 06. RGB value is (191,211,6). Sum of RGB (Red+Green+Blue) = 191+211+6=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD306 is #402CF9. Grayscale: #B6B6B6. Windows color (decimal): -4205818 or 447423. OLE color: 447423.
HSL color Cylindrical-coordinate representation of color #BFD306: hue angle of 65.85º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFD306 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.17 |
| HSL | 65.85º | 0.94% | 0.43% | - |
| HSV(B) | 65.85º | 0.97% | 0.83% | - |
| XYZ | 44.81 | 57.68 | 8.94 | - |
| YUV | 181.65 | 28.87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 6 | 0.09 | 0 | 0.97 | 0.17 | 65.85 | 0.94 | 0.43 |
| Hex | BF | D3 | 6 | 9 | 0 | 61 | 11 | 42 | 5E | 2B |
| Octal | 277 | 323 | 6 | 11 | 0 | 141 | 21 | 102 | 136 | 53 |
| Binary | 10111111 | 11010011 | 110 | 1001 | 0 | 1100001 | 10001 | 1000010 | 1011110 | 101011 |
Color Harmonies of #BFD306
Complementary color
Monochromatic Colors of #BFD306
Black with #BFD306
Text Example
Text Example
White with #BFD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD306; }
p { color: rgb(191,211,6); }
H1.HeaderClassName
{
color: #BFD306;
}
.AnyTagClassName
{
color: #BFD306;
}
</style>
background-color css
<style>
a { background-color: #BFD306; }
a { background-color: rgb(191,211,6); }
div.DivClassName
{
background-color: #BFD306;
}
.BgClassName
{
background-color: #BFD306;
}
</style>
border-color css
<style>
span { border-color: #BFD306; }
span { border-color: rgb(191,211,6); }
td.TdClassName
{
border-color: #BFD306;
}
.TagClassName
{
border-color: #BFD306;
}
</style>