Shades of La Rioja #BFD308
Tints of La Rioja #BFD308
RGB
CMYK
RGB Variations
Color information
#BFD308 (or 0xBFD308) is known color: La Rioja. HEX triplet: BF, D3 and 08. RGB value is (191,211,8). Sum of RGB (Red+Green+Blue) = 191+211+8=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD308 is #402CF7. Grayscale: #B6B6B6. Windows color (decimal): -4205816 or 578495. OLE color: 578495.
HSL color Cylindrical-coordinate representation of color #BFD308: hue angle of 65.91º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFD308 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.17 |
| HSL | 65.91º | 0.93% | 0.43% | - |
| HSV(B) | 65.91º | 0.96% | 0.83% | - |
| XYZ | 44.82 | 57.68 | 9 | - |
| YUV | 181.88 | 29.87 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 8 | 0.09 | 0 | 0.96 | 0.17 | 65.91 | 0.93 | 0.43 |
| Hex | BF | D3 | 8 | 9 | 0 | 60 | 11 | 42 | 5D | 2B |
| Octal | 277 | 323 | 10 | 11 | 0 | 140 | 21 | 102 | 135 | 53 |
| Binary | 10111111 | 11010011 | 1000 | 1001 | 0 | 1100000 | 10001 | 1000010 | 1011101 | 101011 |
Color Harmonies of #BFD308
Complementary color
Monochromatic Colors of #BFD308
Black with #BFD308
Text Example
Text Example
White with #BFD308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD308; }
p { color: rgb(191,211,8); }
H1.HeaderClassName
{
color: #BFD308;
}
.AnyTagClassName
{
color: #BFD308;
}
</style>
background-color css
<style>
a { background-color: #BFD308; }
a { background-color: rgb(191,211,8); }
div.DivClassName
{
background-color: #BFD308;
}
.BgClassName
{
background-color: #BFD308;
}
</style>
border-color css
<style>
span { border-color: #BFD308; }
span { border-color: rgb(191,211,8); }
td.TdClassName
{
border-color: #BFD308;
}
.TagClassName
{
border-color: #BFD308;
}
</style>