Shades of La Rioja #BEC20B
Tints of La Rioja #BEC20B
RGB
CMYK
RGB Variations
Color information
#BEC20B (or 0xBEC20B) is known color: La Rioja. HEX triplet: BE, C2 and 0B. RGB value is (190,194,11). Sum of RGB (Red+Green+Blue) = 190+194+11=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC20B is #413DF4. Grayscale: #ACACAC. Windows color (decimal): -4275701 or 770750. OLE color: 770750.
HSL color Cylindrical-coordinate representation of color #BEC20B: hue angle of 61.31º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC20B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 11 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.24 |
| HSL | 61.31º | 0.89% | 0.4% | - |
| HSV(B) | 61.31º | 0.94% | 0.76% | - |
| XYZ | 40.59 | 49.55 | 7.74 | - |
| YUV | 171.94 | 37.17 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 11 | 0.02 | 0 | 0.94 | 0.24 | 61.31 | 0.89 | 0.4 |
| Hex | BE | C2 | B | 2 | 0 | 5E | 18 | 3D | 59 | 28 |
| Octal | 276 | 302 | 13 | 2 | 0 | 136 | 30 | 75 | 131 | 50 |
| Binary | 10111110 | 11000010 | 1011 | 10 | 0 | 1011110 | 11000 | 111101 | 1011001 | 101000 |
Color Harmonies of #BEC20B
Complementary color
Monochromatic Colors of #BEC20B
Black with #BEC20B
Text Example
Text Example
White with #BEC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC20B; }
p { color: rgb(190,194,11); }
H1.HeaderClassName
{
color: #BEC20B;
}
.AnyTagClassName
{
color: #BEC20B;
}
</style>
background-color css
<style>
a { background-color: #BEC20B; }
a { background-color: rgb(190,194,11); }
div.DivClassName
{
background-color: #BEC20B;
}
.BgClassName
{
background-color: #BEC20B;
}
</style>
border-color css
<style>
span { border-color: #BEC20B; }
span { border-color: rgb(190,194,11); }
td.TdClassName
{
border-color: #BEC20B;
}
.TagClassName
{
border-color: #BEC20B;
}
</style>