Shades of La Rioja #BEC614
Tints of La Rioja #BEC614
RGB
CMYK
RGB Variations
Color information
#BEC614 (or 0xBEC614) is known color: La Rioja. HEX triplet: BE, C6 and 14. RGB value is (190,198,20). Sum of RGB (Red+Green+Blue) = 190+198+20=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC614 is #4139EB. Grayscale: #B0B0B0. Windows color (decimal): -4274668 or 1361598. OLE color: 1361598.
HSL color Cylindrical-coordinate representation of color #BEC614: hue angle of 62.7º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEC614 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 20 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.22 |
| HSL | 62.7º | 0.82% | 0.43% | - |
| HSV(B) | 62.7º | 0.9% | 0.78% | - |
| XYZ | 41.56 | 51.39 | 8.39 | - |
| YUV | 175.32 | 40.35 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 20 | 0.04 | 0 | 0.90 | 0.22 | 62.7 | 0.82 | 0.43 |
| Hex | BE | C6 | 14 | 4 | 0 | 5A | 16 | 3F | 52 | 2B |
| Octal | 276 | 306 | 24 | 4 | 0 | 132 | 26 | 77 | 122 | 53 |
| Binary | 10111110 | 11000110 | 10100 | 100 | 0 | 1011010 | 10110 | 111111 | 1010010 | 101011 |
Color Harmonies of #BEC614
Complementary color
Monochromatic Colors of #BEC614
Black with #BEC614
Text Example
Text Example
White with #BEC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC614; }
p { color: rgb(190,198,20); }
H1.HeaderClassName
{
color: #BEC614;
}
.AnyTagClassName
{
color: #BEC614;
}
</style>
background-color css
<style>
a { background-color: #BEC614; }
a { background-color: rgb(190,198,20); }
div.DivClassName
{
background-color: #BEC614;
}
.BgClassName
{
background-color: #BEC614;
}
</style>
border-color css
<style>
span { border-color: #BEC614; }
span { border-color: rgb(190,198,20); }
td.TdClassName
{
border-color: #BEC614;
}
.TagClassName
{
border-color: #BEC614;
}
</style>