Shades of La Rioja #BFC50D
Tints of La Rioja #BFC50D
RGB
CMYK
RGB Variations
Color information
#BFC50D (or 0xBFC50D) is known color: La Rioja. HEX triplet: BF, C5 and 0D. RGB value is (191,197,13). Sum of RGB (Red+Green+Blue) = 191+197+13=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC50D is #403AF2. Grayscale: #AEAEAE. Windows color (decimal): -4209395 or 902591. OLE color: 902591.
HSL color Cylindrical-coordinate representation of color #BFC50D: hue angle of 61.96º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFC50D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 13 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.23 |
| HSL | 61.96º | 0.88% | 0.41% | - |
| HSV(B) | 61.96º | 0.93% | 0.77% | - |
| XYZ | 41.52 | 51.04 | 8.04 | - |
| YUV | 174.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 13 | 0.03 | 0 | 0.93 | 0.23 | 61.96 | 0.88 | 0.41 |
| Hex | BF | C5 | D | 3 | 0 | 5D | 17 | 3E | 58 | 29 |
| Octal | 277 | 305 | 15 | 3 | 0 | 135 | 27 | 76 | 130 | 51 |
| Binary | 10111111 | 11000101 | 1101 | 11 | 0 | 1011101 | 10111 | 111110 | 1011000 | 101001 |
Color Harmonies of #BFC50D
Complementary color
Monochromatic Colors of #BFC50D
Black with #BFC50D
Text Example
Text Example
White with #BFC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC50D; }
p { color: rgb(191,197,13); }
H1.HeaderClassName
{
color: #BFC50D;
}
.AnyTagClassName
{
color: #BFC50D;
}
</style>
background-color css
<style>
a { background-color: #BFC50D; }
a { background-color: rgb(191,197,13); }
div.DivClassName
{
background-color: #BFC50D;
}
.BgClassName
{
background-color: #BFC50D;
}
</style>
border-color css
<style>
span { border-color: #BFC50D; }
span { border-color: rgb(191,197,13); }
td.TdClassName
{
border-color: #BFC50D;
}
.TagClassName
{
border-color: #BFC50D;
}
</style>