Shades of La Rioja #BFC80A
Tints of La Rioja #BFC80A
RGB
CMYK
RGB Variations
Color information
#BFC80A (or 0xBFC80A) is known color: La Rioja. HEX triplet: BF, C8 and 0A. RGB value is (191,200,10). Sum of RGB (Red+Green+Blue) = 191+200+10=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC80A is #4037F5. Grayscale: #B0B0B0. Windows color (decimal): -4208630 or 706751. OLE color: 706751.
HSL color Cylindrical-coordinate representation of color #BFC80A: hue angle of 62.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFC80A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.22 |
| HSL | 62.84º | 0.9% | 0.41% | - |
| HSV(B) | 62.84º | 0.95% | 0.78% | - |
| XYZ | 42.19 | 52.41 | 8.18 | - |
| YUV | 175.65 | 34.52 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 10 | 0.04 | 0 | 0.95 | 0.22 | 62.84 | 0.9 | 0.41 |
| Hex | BF | C8 | A | 4 | 0 | 5F | 16 | 3F | 5A | 29 |
| Octal | 277 | 310 | 12 | 4 | 0 | 137 | 26 | 77 | 132 | 51 |
| Binary | 10111111 | 11001000 | 1010 | 100 | 0 | 1011111 | 10110 | 111111 | 1011010 | 101001 |
Color Harmonies of #BFC80A
Complementary color
Monochromatic Colors of #BFC80A
Black with #BFC80A
Text Example
Text Example
White with #BFC80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC80A; }
p { color: rgb(191,200,10); }
H1.HeaderClassName
{
color: #BFC80A;
}
.AnyTagClassName
{
color: #BFC80A;
}
</style>
background-color css
<style>
a { background-color: #BFC80A; }
a { background-color: rgb(191,200,10); }
div.DivClassName
{
background-color: #BFC80A;
}
.BgClassName
{
background-color: #BFC80A;
}
</style>
border-color css
<style>
span { border-color: #BFC80A; }
span { border-color: rgb(191,200,10); }
td.TdClassName
{
border-color: #BFC80A;
}
.TagClassName
{
border-color: #BFC80A;
}
</style>