Shades of La Rioja #BEC510
Tints of La Rioja #BEC510
RGB
CMYK
RGB Variations
Color information
#BEC510 (or 0xBEC510) is known color: La Rioja. HEX triplet: BE, C5 and 10. RGB value is (190,197,16). Sum of RGB (Red+Green+Blue) = 190+197+16=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC510 is #413AEF. Grayscale: #AEAEAE. Windows color (decimal): -4274928 or 1099198. OLE color: 1099198.
HSL color Cylindrical-coordinate representation of color #BEC510: hue angle of 62.32º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEC510 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.23 |
| HSL | 62.32º | 0.85% | 0.42% | - |
| HSV(B) | 62.32º | 0.92% | 0.77% | - |
| XYZ | 41.29 | 50.92 | 8.14 | - |
| YUV | 174.27 | 38.68 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 16 | 0.04 | 0 | 0.92 | 0.23 | 62.32 | 0.85 | 0.42 |
| Hex | BE | C5 | 10 | 4 | 0 | 5C | 17 | 3E | 55 | 2A |
| Octal | 276 | 305 | 20 | 4 | 0 | 134 | 27 | 76 | 125 | 52 |
| Binary | 10111110 | 11000101 | 10000 | 100 | 0 | 1011100 | 10111 | 111110 | 1010101 | 101010 |
Color Harmonies of #BEC510
Complementary color
Monochromatic Colors of #BEC510
Black with #BEC510
Text Example
Text Example
White with #BEC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC510; }
p { color: rgb(190,197,16); }
H1.HeaderClassName
{
color: #BEC510;
}
.AnyTagClassName
{
color: #BEC510;
}
</style>
background-color css
<style>
a { background-color: #BEC510; }
a { background-color: rgb(190,197,16); }
div.DivClassName
{
background-color: #BEC510;
}
.BgClassName
{
background-color: #BEC510;
}
</style>
border-color css
<style>
span { border-color: #BEC510; }
span { border-color: rgb(190,197,16); }
td.TdClassName
{
border-color: #BEC510;
}
.TagClassName
{
border-color: #BEC510;
}
</style>