Shades of La Rioja #BEC000
Tints of La Rioja #BEC000
RGB
CMYK
RGB Variations
Color information
#BEC000 (or 0xBEC000) is known color: La Rioja. HEX triplet: BE, C0 and 00. RGB value is (190,192,0). Sum of RGB (Red+Green+Blue) = 190+192+0=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC000 is #413FFF. Grayscale: #AAAAAA. Windows color (decimal): -4276224 or 49342. OLE color: 49342.
HSL color Cylindrical-coordinate representation of color #BEC000: hue angle of 60.63º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEC000 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.25 |
| HSL | 60.63º | 1% | 0.38% | - |
| HSV(B) | 60.63º | 1% | 0.75% | - |
| XYZ | 40.08 | 48.65 | 7.28 | - |
| YUV | 169.51 | 32.34 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 0 | 0.01 | 0 | 1 | 0.25 | 60.63 | 1 | 0.38 |
| Hex | BE | C0 | 0 | 1 | 0 | 64 | 19 | 3D | 64 | 26 |
| Octal | 276 | 300 | 0 | 1 | 0 | 144 | 31 | 75 | 144 | 46 |
| Binary | 10111110 | 11000000 | 0 | 1 | 0 | 1100100 | 11001 | 111101 | 1100100 | 100110 |
Color Harmonies of #BEC000
Complementary color
Monochromatic Colors of #BEC000
Black with #BEC000
Text Example
Text Example
White with #BEC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC000; }
p { color: rgb(190,192,0); }
H1.HeaderClassName
{
color: #BEC000;
}
.AnyTagClassName
{
color: #BEC000;
}
</style>
background-color css
<style>
a { background-color: #BEC000; }
a { background-color: rgb(190,192,0); }
div.DivClassName
{
background-color: #BEC000;
}
.BgClassName
{
background-color: #BEC000;
}
</style>
border-color css
<style>
span { border-color: #BEC000; }
span { border-color: rgb(190,192,0); }
td.TdClassName
{
border-color: #BEC000;
}
.TagClassName
{
border-color: #BEC000;
}
</style>