Shades of La Rioja #BEC610
Tints of La Rioja #BEC610
RGB
CMYK
RGB Variations
Color information
#BEC610 (or 0xBEC610) is known color: La Rioja. HEX triplet: BE, C6 and 10. RGB value is (190,198,16). Sum of RGB (Red+Green+Blue) = 190+198+16=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC610 is #4139EF. Grayscale: #AFAFAF. Windows color (decimal): -4274672 or 1099454. OLE color: 1099454.
HSL color Cylindrical-coordinate representation of color #BEC610: hue angle of 62.64º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEC610 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.22 |
| HSL | 62.64º | 0.85% | 0.42% | - |
| HSV(B) | 62.64º | 0.92% | 0.78% | - |
| XYZ | 41.52 | 51.37 | 8.22 | - |
| YUV | 174.86 | 38.35 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 16 | 0.04 | 0 | 0.92 | 0.22 | 62.64 | 0.85 | 0.42 |
| Hex | BE | C6 | 10 | 4 | 0 | 5C | 16 | 3F | 55 | 2A |
| Octal | 276 | 306 | 20 | 4 | 0 | 134 | 26 | 77 | 125 | 52 |
| Binary | 10111110 | 11000110 | 10000 | 100 | 0 | 1011100 | 10110 | 111111 | 1010101 | 101010 |
Color Harmonies of #BEC610
Complementary color
Monochromatic Colors of #BEC610
Black with #BEC610
Text Example
Text Example
White with #BEC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC610; }
p { color: rgb(190,198,16); }
H1.HeaderClassName
{
color: #BEC610;
}
.AnyTagClassName
{
color: #BEC610;
}
</style>
background-color css
<style>
a { background-color: #BEC610; }
a { background-color: rgb(190,198,16); }
div.DivClassName
{
background-color: #BEC610;
}
.BgClassName
{
background-color: #BEC610;
}
</style>
border-color css
<style>
span { border-color: #BEC610; }
span { border-color: rgb(190,198,16); }
td.TdClassName
{
border-color: #BEC610;
}
.TagClassName
{
border-color: #BEC610;
}
</style>