Shades of La Rioja #BEC50B
Tints of La Rioja #BEC50B
RGB
CMYK
RGB Variations
Color information
#BEC50B (or 0xBEC50B) is known color: La Rioja. HEX triplet: BE, C5 and 0B. RGB value is (190,197,11). Sum of RGB (Red+Green+Blue) = 190+197+11=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC50B is #413AF4. Grayscale: #AEAEAE. Windows color (decimal): -4274933 or 771518. OLE color: 771518.
HSL color Cylindrical-coordinate representation of color #BEC50B: hue angle of 62.26º 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 #BEC50B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.23 |
| HSL | 62.26º | 0.89% | 0.41% | - |
| HSV(B) | 62.26º | 0.94% | 0.77% | - |
| XYZ | 41.26 | 50.9 | 7.97 | - |
| YUV | 173.7 | 36.18 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 11 | 0.04 | 0 | 0.94 | 0.23 | 62.26 | 0.89 | 0.41 |
| Hex | BE | C5 | B | 4 | 0 | 5E | 17 | 3E | 59 | 29 |
| Octal | 276 | 305 | 13 | 4 | 0 | 136 | 27 | 76 | 131 | 51 |
| Binary | 10111110 | 11000101 | 1011 | 100 | 0 | 1011110 | 10111 | 111110 | 1011001 | 101001 |
Color Harmonies of #BEC50B
Complementary color
Monochromatic Colors of #BEC50B
Black with #BEC50B
Text Example
Text Example
White with #BEC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC50B; }
p { color: rgb(190,197,11); }
H1.HeaderClassName
{
color: #BEC50B;
}
.AnyTagClassName
{
color: #BEC50B;
}
</style>
background-color css
<style>
a { background-color: #BEC50B; }
a { background-color: rgb(190,197,11); }
div.DivClassName
{
background-color: #BEC50B;
}
.BgClassName
{
background-color: #BEC50B;
}
</style>
border-color css
<style>
span { border-color: #BEC50B; }
span { border-color: rgb(190,197,11); }
td.TdClassName
{
border-color: #BEC50B;
}
.TagClassName
{
border-color: #BEC50B;
}
</style>