Shades of La Rioja #BECB00
Tints of La Rioja #BECB00
RGB
CMYK
RGB Variations
Color information
#BECB00 (or 0xBECB00) is known color: La Rioja. HEX triplet: BE, CB and 00. RGB value is (190,203,0). Sum of RGB (Red+Green+Blue) = 190+203+0=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB00 is #4134FF. Grayscale: #B0B0B0. Windows color (decimal): -4273408 or 52158. OLE color: 52158.
HSL color Cylindrical-coordinate representation of color #BECB00: hue angle of 63.84º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BECB00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.20 |
| HSL | 63.84º | 1% | 0.4% | - |
| HSV(B) | 63.84º | 1% | 0.8% | - |
| XYZ | 42.59 | 53.66 | 8.11 | - |
| YUV | 175.97 | 28.69 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 0 | 0.06 | 0 | 1 | 0.20 | 63.84 | 1 | 0.4 |
| Hex | BE | CB | 0 | 6 | 0 | 64 | 14 | 40 | 64 | 28 |
| Octal | 276 | 313 | 0 | 6 | 0 | 144 | 24 | 100 | 144 | 50 |
| Binary | 10111110 | 11001011 | 0 | 110 | 0 | 1100100 | 10100 | 1000000 | 1100100 | 101000 |
Color Harmonies of #BECB00
Complementary color
Monochromatic Colors of #BECB00
Black with #BECB00
Text Example
Text Example
White with #BECB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB00; }
p { color: rgb(190,203,0); }
H1.HeaderClassName
{
color: #BECB00;
}
.AnyTagClassName
{
color: #BECB00;
}
</style>
background-color css
<style>
a { background-color: #BECB00; }
a { background-color: rgb(190,203,0); }
div.DivClassName
{
background-color: #BECB00;
}
.BgClassName
{
background-color: #BECB00;
}
</style>
border-color css
<style>
span { border-color: #BECB00; }
span { border-color: rgb(190,203,0); }
td.TdClassName
{
border-color: #BECB00;
}
.TagClassName
{
border-color: #BECB00;
}
</style>