Shades of La Rioja #BCBE00
Tints of La Rioja #BCBE00
RGB
CMYK
RGB Variations
Color information
#BCBE00 (or 0xBCBE00) is known color: La Rioja. HEX triplet: BC, BE and 00. RGB value is (188,190,0). Sum of RGB (Red+Green+Blue) = 188+190+0=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBE00 is #4341FF. Grayscale: #A8A8A8. Windows color (decimal): -4407808 or 48828. OLE color: 48828.
HSL color Cylindrical-coordinate representation of color #BCBE00: hue angle of 60.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCBE00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.25 |
| HSL | 60.63º | 1% | 0.37% | - |
| HSV(B) | 60.63º | 1% | 0.75% | - |
| XYZ | 39.15 | 47.52 | 7.11 | - |
| YUV | 167.74 | 33.34 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 0 | 0.01 | 0 | 1 | 0.25 | 60.63 | 1 | 0.37 |
| Hex | BC | BE | 0 | 1 | 0 | 64 | 19 | 3D | 64 | 25 |
| Octal | 274 | 276 | 0 | 1 | 0 | 144 | 31 | 75 | 144 | 45 |
| Binary | 10111100 | 10111110 | 0 | 1 | 0 | 1100100 | 11001 | 111101 | 1100100 | 100101 |
Color Harmonies of #BCBE00
Complementary color
Monochromatic Colors of #BCBE00
Black with #BCBE00
Text Example
Text Example
White with #BCBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE00; }
p { color: rgb(188,190,0); }
H1.HeaderClassName
{
color: #BCBE00;
}
.AnyTagClassName
{
color: #BCBE00;
}
</style>
background-color css
<style>
a { background-color: #BCBE00; }
a { background-color: rgb(188,190,0); }
div.DivClassName
{
background-color: #BCBE00;
}
.BgClassName
{
background-color: #BCBE00;
}
</style>
border-color css
<style>
span { border-color: #BCBE00; }
span { border-color: rgb(188,190,0); }
td.TdClassName
{
border-color: #BCBE00;
}
.TagClassName
{
border-color: #BCBE00;
}
</style>