Shades of La Rioja #BEC004
Tints of La Rioja #BEC004
RGB
CMYK
RGB Variations
Color information
#BEC004 (or 0xBEC004) is known color: La Rioja. HEX triplet: BE, C0 and 04. RGB value is (190,192,4). Sum of RGB (Red+Green+Blue) = 190+192+4=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC004 is #413FFB. Grayscale: #AAAAAA. Windows color (decimal): -4276220 or 311486. OLE color: 311486.
HSL color Cylindrical-coordinate representation of color #BEC004: hue angle of 60.64º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEC004 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.25 |
| HSL | 60.64º | 0.96% | 0.38% | - |
| HSV(B) | 60.64º | 0.98% | 0.75% | - |
| XYZ | 40.11 | 48.66 | 7.39 | - |
| YUV | 169.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 4 | 0.01 | 0 | 0.98 | 0.25 | 60.64 | 0.96 | 0.38 |
| Hex | BE | C0 | 4 | 1 | 0 | 62 | 19 | 3D | 60 | 26 |
| Octal | 276 | 300 | 4 | 1 | 0 | 142 | 31 | 75 | 140 | 46 |
| Binary | 10111110 | 11000000 | 100 | 1 | 0 | 1100010 | 11001 | 111101 | 1100000 | 100110 |
Color Harmonies of #BEC004
Complementary color
Monochromatic Colors of #BEC004
Black with #BEC004
Text Example
Text Example
White with #BEC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC004; }
p { color: rgb(190,192,4); }
H1.HeaderClassName
{
color: #BEC004;
}
.AnyTagClassName
{
color: #BEC004;
}
</style>
background-color css
<style>
a { background-color: #BEC004; }
a { background-color: rgb(190,192,4); }
div.DivClassName
{
background-color: #BEC004;
}
.BgClassName
{
background-color: #BEC004;
}
</style>
border-color css
<style>
span { border-color: #BEC004; }
span { border-color: rgb(190,192,4); }
td.TdClassName
{
border-color: #BEC004;
}
.TagClassName
{
border-color: #BEC004;
}
</style>