Shades of La Rioja #BEC20D
Tints of La Rioja #BEC20D
RGB
CMYK
RGB Variations
Color information
#BEC20D (or 0xBEC20D) is known color: La Rioja. HEX triplet: BE, C2 and 0D. RGB value is (190,194,13). Sum of RGB (Red+Green+Blue) = 190+194+13=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC20D is #413DF2. Grayscale: #ACACAC. Windows color (decimal): -4275699 or 901822. OLE color: 901822.
HSL color Cylindrical-coordinate representation of color #BEC20D: hue angle of 61.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEC20D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 13 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.24 |
| HSL | 61.33º | 0.87% | 0.41% | - |
| HSV(B) | 61.33º | 0.93% | 0.76% | - |
| XYZ | 40.6 | 49.56 | 7.81 | - |
| YUV | 172.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 13 | 0.02 | 0 | 0.93 | 0.24 | 61.33 | 0.87 | 0.41 |
| Hex | BE | C2 | D | 2 | 0 | 5D | 18 | 3D | 57 | 29 |
| Octal | 276 | 302 | 15 | 2 | 0 | 135 | 30 | 75 | 127 | 51 |
| Binary | 10111110 | 11000010 | 1101 | 10 | 0 | 1011101 | 11000 | 111101 | 1010111 | 101001 |
Color Harmonies of #BEC20D
Complementary color
Monochromatic Colors of #BEC20D
Black with #BEC20D
Text Example
Text Example
White with #BEC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC20D; }
p { color: rgb(190,194,13); }
H1.HeaderClassName
{
color: #BEC20D;
}
.AnyTagClassName
{
color: #BEC20D;
}
</style>
background-color css
<style>
a { background-color: #BEC20D; }
a { background-color: rgb(190,194,13); }
div.DivClassName
{
background-color: #BEC20D;
}
.BgClassName
{
background-color: #BEC20D;
}
</style>
border-color css
<style>
span { border-color: #BEC20D; }
span { border-color: rgb(190,194,13); }
td.TdClassName
{
border-color: #BEC20D;
}
.TagClassName
{
border-color: #BEC20D;
}
</style>