Shades of La Rioja #BFC30D
Tints of La Rioja #BFC30D
RGB
CMYK
RGB Variations
Color information
#BFC30D (or 0xBFC30D) is known color: La Rioja. HEX triplet: BF, C3 and 0D. RGB value is (191,195,13). Sum of RGB (Red+Green+Blue) = 191+195+13=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC30D is #403CF2. Grayscale: #ADADAD. Windows color (decimal): -4209907 or 902079. OLE color: 902079.
HSL color Cylindrical-coordinate representation of color #BFC30D: hue angle of 61.32º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFC30D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 13 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.24 |
| HSL | 61.32º | 0.88% | 0.41% | - |
| HSV(B) | 61.32º | 0.93% | 0.76% | - |
| XYZ | 41.07 | 50.14 | 7.89 | - |
| YUV | 173.06 | 37.67 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 13 | 0.02 | 0 | 0.93 | 0.24 | 61.32 | 0.88 | 0.41 |
| Hex | BF | C3 | D | 2 | 0 | 5D | 18 | 3D | 58 | 29 |
| Octal | 277 | 303 | 15 | 2 | 0 | 135 | 30 | 75 | 130 | 51 |
| Binary | 10111111 | 11000011 | 1101 | 10 | 0 | 1011101 | 11000 | 111101 | 1011000 | 101001 |
Color Harmonies of #BFC30D
Complementary color
Monochromatic Colors of #BFC30D
Black with #BFC30D
Text Example
Text Example
White with #BFC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC30D; }
p { color: rgb(191,195,13); }
H1.HeaderClassName
{
color: #BFC30D;
}
.AnyTagClassName
{
color: #BFC30D;
}
</style>
background-color css
<style>
a { background-color: #BFC30D; }
a { background-color: rgb(191,195,13); }
div.DivClassName
{
background-color: #BFC30D;
}
.BgClassName
{
background-color: #BFC30D;
}
</style>
border-color css
<style>
span { border-color: #BFC30D; }
span { border-color: rgb(191,195,13); }
td.TdClassName
{
border-color: #BFC30D;
}
.TagClassName
{
border-color: #BFC30D;
}
</style>