Shades of La Rioja #BEC910
Tints of La Rioja #BEC910
RGB
CMYK
RGB Variations
Color information
#BEC910 (or 0xBEC910) is known color: La Rioja. HEX triplet: BE, C9 and 10. RGB value is (190,201,16). Sum of RGB (Red+Green+Blue) = 190+201+16=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC910 is #4136EF. Grayscale: #B1B1B1. Windows color (decimal): -4273904 or 1100222. OLE color: 1100222.
HSL color Cylindrical-coordinate representation of color #BEC910: hue angle of 63.57º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEC910 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 16 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.21 |
| HSL | 63.57º | 0.85% | 0.43% | - |
| HSV(B) | 63.57º | 0.92% | 0.79% | - |
| XYZ | 42.22 | 52.76 | 8.45 | - |
| YUV | 176.62 | 37.36 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 16 | 0.05 | 0 | 0.92 | 0.21 | 63.57 | 0.85 | 0.43 |
| Hex | BE | C9 | 10 | 5 | 0 | 5C | 15 | 40 | 55 | 2B |
| Octal | 276 | 311 | 20 | 5 | 0 | 134 | 25 | 100 | 125 | 53 |
| Binary | 10111110 | 11001001 | 10000 | 101 | 0 | 1011100 | 10101 | 1000000 | 1010101 | 101011 |
Color Harmonies of #BEC910
Complementary color
Monochromatic Colors of #BEC910
Black with #BEC910
Text Example
Text Example
White with #BEC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC910; }
p { color: rgb(190,201,16); }
H1.HeaderClassName
{
color: #BEC910;
}
.AnyTagClassName
{
color: #BEC910;
}
</style>
background-color css
<style>
a { background-color: #BEC910; }
a { background-color: rgb(190,201,16); }
div.DivClassName
{
background-color: #BEC910;
}
.BgClassName
{
background-color: #BEC910;
}
</style>
border-color css
<style>
span { border-color: #BEC910; }
span { border-color: rgb(190,201,16); }
td.TdClassName
{
border-color: #BEC910;
}
.TagClassName
{
border-color: #BEC910;
}
</style>