Shades of La Rioja #BFC90A
Tints of La Rioja #BFC90A
RGB
CMYK
RGB Variations
Color information
#BFC90A (or 0xBFC90A) is known color: La Rioja. HEX triplet: BF, C9 and 0A. RGB value is (191,201,10). Sum of RGB (Red+Green+Blue) = 191+201+10=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC90A is #4036F5. Grayscale: #B0B0B0. Windows color (decimal): -4208374 or 707007. OLE color: 707007.
HSL color Cylindrical-coordinate representation of color #BFC90A: hue angle of 63.14º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFC90A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 10 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.21 |
| HSL | 63.14º | 0.91% | 0.41% | - |
| HSV(B) | 63.14º | 0.95% | 0.79% | - |
| XYZ | 42.43 | 52.87 | 8.26 | - |
| YUV | 176.24 | 34.19 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 10 | 0.05 | 0 | 0.95 | 0.21 | 63.14 | 0.91 | 0.41 |
| Hex | BF | C9 | A | 5 | 0 | 5F | 15 | 3F | 5B | 29 |
| Octal | 277 | 311 | 12 | 5 | 0 | 137 | 25 | 77 | 133 | 51 |
| Binary | 10111111 | 11001001 | 1010 | 101 | 0 | 1011111 | 10101 | 111111 | 1011011 | 101001 |
Color Harmonies of #BFC90A
Complementary color
Monochromatic Colors of #BFC90A
Black with #BFC90A
Text Example
Text Example
White with #BFC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC90A; }
p { color: rgb(191,201,10); }
H1.HeaderClassName
{
color: #BFC90A;
}
.AnyTagClassName
{
color: #BFC90A;
}
</style>
background-color css
<style>
a { background-color: #BFC90A; }
a { background-color: rgb(191,201,10); }
div.DivClassName
{
background-color: #BFC90A;
}
.BgClassName
{
background-color: #BFC90A;
}
</style>
border-color css
<style>
span { border-color: #BFC90A; }
span { border-color: rgb(191,201,10); }
td.TdClassName
{
border-color: #BFC90A;
}
.TagClassName
{
border-color: #BFC90A;
}
</style>