Shades of La Rioja #BEC50D
Tints of La Rioja #BEC50D
RGB
CMYK
RGB Variations
Color information
#BEC50D (or 0xBEC50D) is known color: La Rioja. HEX triplet: BE, C5 and 0D. RGB value is (190,197,13). Sum of RGB (Red+Green+Blue) = 190+197+13=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC50D is #413AF2. Grayscale: #AEAEAE. Windows color (decimal): -4274931 or 902590. OLE color: 902590.
HSL color Cylindrical-coordinate representation of color #BEC50D: hue angle of 62.28º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEC50D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 13 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.23 |
| HSL | 62.28º | 0.88% | 0.41% | - |
| HSV(B) | 62.28º | 0.93% | 0.77% | - |
| XYZ | 41.27 | 50.91 | 8.03 | - |
| YUV | 173.93 | 37.18 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 13 | 0.04 | 0 | 0.93 | 0.23 | 62.28 | 0.88 | 0.41 |
| Hex | BE | C5 | D | 4 | 0 | 5D | 17 | 3E | 58 | 29 |
| Octal | 276 | 305 | 15 | 4 | 0 | 135 | 27 | 76 | 130 | 51 |
| Binary | 10111110 | 11000101 | 1101 | 100 | 0 | 1011101 | 10111 | 111110 | 1011000 | 101001 |
Color Harmonies of #BEC50D
Complementary color
Monochromatic Colors of #BEC50D
Black with #BEC50D
Text Example
Text Example
White with #BEC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC50D; }
p { color: rgb(190,197,13); }
H1.HeaderClassName
{
color: #BEC50D;
}
.AnyTagClassName
{
color: #BEC50D;
}
</style>
background-color css
<style>
a { background-color: #BEC50D; }
a { background-color: rgb(190,197,13); }
div.DivClassName
{
background-color: #BEC50D;
}
.BgClassName
{
background-color: #BEC50D;
}
</style>
border-color css
<style>
span { border-color: #BEC50D; }
span { border-color: rgb(190,197,13); }
td.TdClassName
{
border-color: #BEC50D;
}
.TagClassName
{
border-color: #BEC50D;
}
</style>