Shades of La Rioja #BEC50C
Tints of La Rioja #BEC50C
RGB
CMYK
RGB Variations
Color information
#BEC50C (or 0xBEC50C) is known color: La Rioja. HEX triplet: BE, C5 and 0C. RGB value is (190,197,12). Sum of RGB (Red+Green+Blue) = 190+197+12=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC50C is #413AF3. Grayscale: #AEAEAE. Windows color (decimal): -4274932 or 837054. OLE color: 837054.
HSL color Cylindrical-coordinate representation of color #BEC50C: hue angle of 62.27º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC50C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 12 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.23 |
| HSL | 62.27º | 0.89% | 0.41% | - |
| HSV(B) | 62.27º | 0.94% | 0.77% | - |
| XYZ | 41.27 | 50.91 | 8 | - |
| YUV | 173.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 12 | 0.04 | 0 | 0.94 | 0.23 | 62.27 | 0.89 | 0.41 |
| Hex | BE | C5 | C | 4 | 0 | 5E | 17 | 3E | 59 | 29 |
| Octal | 276 | 305 | 14 | 4 | 0 | 136 | 27 | 76 | 131 | 51 |
| Binary | 10111110 | 11000101 | 1100 | 100 | 0 | 1011110 | 10111 | 111110 | 1011001 | 101001 |
Color Harmonies of #BEC50C
Complementary color
Monochromatic Colors of #BEC50C
Black with #BEC50C
Text Example
Text Example
White with #BEC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC50C; }
p { color: rgb(190,197,12); }
H1.HeaderClassName
{
color: #BEC50C;
}
.AnyTagClassName
{
color: #BEC50C;
}
</style>
background-color css
<style>
a { background-color: #BEC50C; }
a { background-color: rgb(190,197,12); }
div.DivClassName
{
background-color: #BEC50C;
}
.BgClassName
{
background-color: #BEC50C;
}
</style>
border-color css
<style>
span { border-color: #BEC50C; }
span { border-color: rgb(190,197,12); }
td.TdClassName
{
border-color: #BEC50C;
}
.TagClassName
{
border-color: #BEC50C;
}
</style>