Shades of La Rioja #BEC90F
Tints of La Rioja #BEC90F
RGB
CMYK
RGB Variations
Color information
#BEC90F (or 0xBEC90F) is known color: La Rioja. HEX triplet: BE, C9 and 0F. RGB value is (190,201,15). Sum of RGB (Red+Green+Blue) = 190+201+15=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC90F is #4136F0. Grayscale: #B1B1B1. Windows color (decimal): -4273905 or 1034686. OLE color: 1034686.
HSL color Cylindrical-coordinate representation of color #BEC90F: hue angle of 63.55º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEC90F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.21 |
| HSL | 63.55º | 0.86% | 0.42% | - |
| HSV(B) | 63.55º | 0.93% | 0.79% | - |
| XYZ | 42.21 | 52.75 | 8.41 | - |
| YUV | 176.51 | 36.86 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 15 | 0.05 | 0 | 0.93 | 0.21 | 63.55 | 0.86 | 0.42 |
| Hex | BE | C9 | F | 5 | 0 | 5D | 15 | 40 | 56 | 2A |
| Octal | 276 | 311 | 17 | 5 | 0 | 135 | 25 | 100 | 126 | 52 |
| Binary | 10111110 | 11001001 | 1111 | 101 | 0 | 1011101 | 10101 | 1000000 | 1010110 | 101010 |
Color Harmonies of #BEC90F
Complementary color
Monochromatic Colors of #BEC90F
Black with #BEC90F
Text Example
Text Example
White with #BEC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC90F; }
p { color: rgb(190,201,15); }
H1.HeaderClassName
{
color: #BEC90F;
}
.AnyTagClassName
{
color: #BEC90F;
}
</style>
background-color css
<style>
a { background-color: #BEC90F; }
a { background-color: rgb(190,201,15); }
div.DivClassName
{
background-color: #BEC90F;
}
.BgClassName
{
background-color: #BEC90F;
}
</style>
border-color css
<style>
span { border-color: #BEC90F; }
span { border-color: rgb(190,201,15); }
td.TdClassName
{
border-color: #BEC90F;
}
.TagClassName
{
border-color: #BEC90F;
}
</style>