Shades of La Rioja #BECE00
Tints of La Rioja #BECE00
RGB
CMYK
RGB Variations
Color information
#BECE00 (or 0xBECE00) is known color: La Rioja. HEX triplet: BE, CE and 00. RGB value is (190,206,0). Sum of RGB (Red+Green+Blue) = 190+206+0=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE00 is #4131FF. Grayscale: #B2B2B2. Windows color (decimal): -4272640 or 52926. OLE color: 52926.
HSL color Cylindrical-coordinate representation of color #BECE00: hue angle of 64.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BECE00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.19 |
| HSL | 64.66º | 1% | 0.4% | - |
| HSV(B) | 64.66º | 1% | 0.81% | - |
| XYZ | 43.31 | 55.09 | 8.35 | - |
| YUV | 177.73 | 27.7 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 0 | 0.08 | 0 | 1 | 0.19 | 64.66 | 1 | 0.4 |
| Hex | BE | CE | 0 | 8 | 0 | 64 | 13 | 41 | 64 | 28 |
| Octal | 276 | 316 | 0 | 10 | 0 | 144 | 23 | 101 | 144 | 50 |
| Binary | 10111110 | 11001110 | 0 | 1000 | 0 | 1100100 | 10011 | 1000001 | 1100100 | 101000 |
Color Harmonies of #BECE00
Complementary color
Monochromatic Colors of #BECE00
Black with #BECE00
Text Example
Text Example
White with #BECE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE00; }
p { color: rgb(190,206,0); }
H1.HeaderClassName
{
color: #BECE00;
}
.AnyTagClassName
{
color: #BECE00;
}
</style>
background-color css
<style>
a { background-color: #BECE00; }
a { background-color: rgb(190,206,0); }
div.DivClassName
{
background-color: #BECE00;
}
.BgClassName
{
background-color: #BECE00;
}
</style>
border-color css
<style>
span { border-color: #BECE00; }
span { border-color: rgb(190,206,0); }
td.TdClassName
{
border-color: #BECE00;
}
.TagClassName
{
border-color: #BECE00;
}
</style>