Shades of La Rioja #BEC116
Tints of La Rioja #BEC116
RGB
CMYK
RGB Variations
Color information
#BEC116 (or 0xBEC116) is known color: La Rioja. HEX triplet: BE, C1 and 16. RGB value is (190,193,22). Sum of RGB (Red+Green+Blue) = 190+193+22=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC116 is #413EE9. Grayscale: #ADADAD. Windows color (decimal): -4275946 or 1491390. OLE color: 1491390.
HSL color Cylindrical-coordinate representation of color #BEC116: hue angle of 61.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEC116 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 22 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.24 |
| HSL | 61.05º | 0.8% | 0.42% | - |
| HSV(B) | 61.05º | 0.89% | 0.76% | - |
| XYZ | 40.45 | 49.15 | 8.11 | - |
| YUV | 172.61 | 43.01 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 22 | 0.02 | 0 | 0.89 | 0.24 | 61.05 | 0.8 | 0.42 |
| Hex | BE | C1 | 16 | 2 | 0 | 59 | 18 | 3D | 50 | 2A |
| Octal | 276 | 301 | 26 | 2 | 0 | 131 | 30 | 75 | 120 | 52 |
| Binary | 10111110 | 11000001 | 10110 | 10 | 0 | 1011001 | 11000 | 111101 | 1010000 | 101010 |
Color Harmonies of #BEC116
Complementary color
Monochromatic Colors of #BEC116
Black with #BEC116
Text Example
Text Example
White with #BEC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC116; }
p { color: rgb(190,193,22); }
H1.HeaderClassName
{
color: #BEC116;
}
.AnyTagClassName
{
color: #BEC116;
}
</style>
background-color css
<style>
a { background-color: #BEC116; }
a { background-color: rgb(190,193,22); }
div.DivClassName
{
background-color: #BEC116;
}
.BgClassName
{
background-color: #BEC116;
}
</style>
border-color css
<style>
span { border-color: #BEC116; }
span { border-color: rgb(190,193,22); }
td.TdClassName
{
border-color: #BEC116;
}
.TagClassName
{
border-color: #BEC116;
}
</style>