Shades of La Rioja #BEC80C
Tints of La Rioja #BEC80C
RGB
CMYK
RGB Variations
Color information
#BEC80C (or 0xBEC80C) is known color: La Rioja. HEX triplet: BE, C8 and 0C. RGB value is (190,200,12). Sum of RGB (Red+Green+Blue) = 190+200+12=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC80C is #4137F3. Grayscale: #B0B0B0. Windows color (decimal): -4274164 or 837822. OLE color: 837822.
HSL color Cylindrical-coordinate representation of color #BEC80C: hue angle of 63.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC80C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 12 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.22 |
| HSL | 63.19º | 0.89% | 0.42% | - |
| HSV(B) | 63.19º | 0.94% | 0.78% | - |
| XYZ | 41.96 | 52.28 | 8.23 | - |
| YUV | 175.58 | 35.69 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 12 | 0.05 | 0 | 0.94 | 0.22 | 63.19 | 0.89 | 0.42 |
| Hex | BE | C8 | C | 5 | 0 | 5E | 16 | 3F | 59 | 2A |
| Octal | 276 | 310 | 14 | 5 | 0 | 136 | 26 | 77 | 131 | 52 |
| Binary | 10111110 | 11001000 | 1100 | 101 | 0 | 1011110 | 10110 | 111111 | 1011001 | 101010 |
Color Harmonies of #BEC80C
Complementary color
Monochromatic Colors of #BEC80C
Black with #BEC80C
Text Example
Text Example
White with #BEC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC80C; }
p { color: rgb(190,200,12); }
H1.HeaderClassName
{
color: #BEC80C;
}
.AnyTagClassName
{
color: #BEC80C;
}
</style>
background-color css
<style>
a { background-color: #BEC80C; }
a { background-color: rgb(190,200,12); }
div.DivClassName
{
background-color: #BEC80C;
}
.BgClassName
{
background-color: #BEC80C;
}
</style>
border-color css
<style>
span { border-color: #BEC80C; }
span { border-color: rgb(190,200,12); }
td.TdClassName
{
border-color: #BEC80C;
}
.TagClassName
{
border-color: #BEC80C;
}
</style>