Shades of La Rioja #BEC100
Tints of La Rioja #BEC100
RGB
CMYK
RGB Variations
Color information
#BEC100 (or 0xBEC100) is known color: La Rioja. HEX triplet: BE, C1 and 00. RGB value is (190,193,0). Sum of RGB (Red+Green+Blue) = 190+193+0=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC100 is #413EFF. Grayscale: #AAAAAA. Windows color (decimal): -4275968 or 49598. OLE color: 49598.
HSL color Cylindrical-coordinate representation of color #BEC100: hue angle of 60.93º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEC100 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.24 |
| HSL | 60.93º | 1% | 0.38% | - |
| HSV(B) | 60.93º | 1% | 0.76% | - |
| XYZ | 40.31 | 49.09 | 7.35 | - |
| YUV | 170.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 0 | 0.02 | 0 | 1 | 0.24 | 60.93 | 1 | 0.38 |
| Hex | BE | C1 | 0 | 2 | 0 | 64 | 18 | 3D | 64 | 26 |
| Octal | 276 | 301 | 0 | 2 | 0 | 144 | 30 | 75 | 144 | 46 |
| Binary | 10111110 | 11000001 | 0 | 10 | 0 | 1100100 | 11000 | 111101 | 1100100 | 100110 |
Color Harmonies of #BEC100
Complementary color
Monochromatic Colors of #BEC100
Black with #BEC100
Text Example
Text Example
White with #BEC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC100; }
p { color: rgb(190,193,0); }
H1.HeaderClassName
{
color: #BEC100;
}
.AnyTagClassName
{
color: #BEC100;
}
</style>
background-color css
<style>
a { background-color: #BEC100; }
a { background-color: rgb(190,193,0); }
div.DivClassName
{
background-color: #BEC100;
}
.BgClassName
{
background-color: #BEC100;
}
</style>
border-color css
<style>
span { border-color: #BEC100; }
span { border-color: rgb(190,193,0); }
td.TdClassName
{
border-color: #BEC100;
}
.TagClassName
{
border-color: #BEC100;
}
</style>