Shades of La Rioja #BFD305
Tints of La Rioja #BFD305
RGB
CMYK
RGB Variations
Color information
#BFD305 (or 0xBFD305) is known color: La Rioja. HEX triplet: BF, D3 and 05. RGB value is (191,211,5). Sum of RGB (Red+Green+Blue) = 191+211+5=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD305 is #402CFA. Grayscale: #B6B6B6. Windows color (decimal): -4205819 or 381887. OLE color: 381887.
HSL color Cylindrical-coordinate representation of color #BFD305: hue angle of 65.83º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFD305 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 5 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.17 |
| HSL | 65.83º | 0.95% | 0.42% | - |
| HSV(B) | 65.83º | 0.98% | 0.83% | - |
| XYZ | 44.81 | 57.68 | 8.91 | - |
| YUV | 181.54 | 28.37 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 5 | 0.09 | 0 | 0.98 | 0.17 | 65.83 | 0.95 | 0.42 |
| Hex | BF | D3 | 5 | 9 | 0 | 62 | 11 | 42 | 5F | 2A |
| Octal | 277 | 323 | 5 | 11 | 0 | 142 | 21 | 102 | 137 | 52 |
| Binary | 10111111 | 11010011 | 101 | 1001 | 0 | 1100010 | 10001 | 1000010 | 1011111 | 101010 |
Color Harmonies of #BFD305
Complementary color
Monochromatic Colors of #BFD305
Black with #BFD305
Text Example
Text Example
White with #BFD305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD305; }
p { color: rgb(191,211,5); }
H1.HeaderClassName
{
color: #BFD305;
}
.AnyTagClassName
{
color: #BFD305;
}
</style>
background-color css
<style>
a { background-color: #BFD305; }
a { background-color: rgb(191,211,5); }
div.DivClassName
{
background-color: #BFD305;
}
.BgClassName
{
background-color: #BFD305;
}
</style>
border-color css
<style>
span { border-color: #BFD305; }
span { border-color: rgb(191,211,5); }
td.TdClassName
{
border-color: #BFD305;
}
.TagClassName
{
border-color: #BFD305;
}
</style>