Shades of La Rioja #BEC103
Tints of La Rioja #BEC103
RGB
CMYK
RGB Variations
Color information
#BEC103 (or 0xBEC103) is known color: La Rioja. HEX triplet: BE, C1 and 03. RGB value is (190,193,3). Sum of RGB (Red+Green+Blue) = 190+193+3=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC103 is #413EFC. Grayscale: #ABABAB. Windows color (decimal): -4275965 or 246206. OLE color: 246206.
HSL color Cylindrical-coordinate representation of color #BEC103: hue angle of 60.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEC103 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 3 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.24 |
| HSL | 60.95º | 0.97% | 0.38% | - |
| HSV(B) | 60.95º | 0.98% | 0.76% | - |
| XYZ | 40.32 | 49.09 | 7.44 | - |
| YUV | 170.44 | 33.51 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 3 | 0.02 | 0 | 0.98 | 0.24 | 60.95 | 0.97 | 0.38 |
| Hex | BE | C1 | 3 | 2 | 0 | 62 | 18 | 3D | 61 | 26 |
| Octal | 276 | 301 | 3 | 2 | 0 | 142 | 30 | 75 | 141 | 46 |
| Binary | 10111110 | 11000001 | 11 | 10 | 0 | 1100010 | 11000 | 111101 | 1100001 | 100110 |
Color Harmonies of #BEC103
Complementary color
Monochromatic Colors of #BEC103
Black with #BEC103
Text Example
Text Example
White with #BEC103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC103; }
p { color: rgb(190,193,3); }
H1.HeaderClassName
{
color: #BEC103;
}
.AnyTagClassName
{
color: #BEC103;
}
</style>
background-color css
<style>
a { background-color: #BEC103; }
a { background-color: rgb(190,193,3); }
div.DivClassName
{
background-color: #BEC103;
}
.BgClassName
{
background-color: #BEC103;
}
</style>
border-color css
<style>
span { border-color: #BEC103; }
span { border-color: rgb(190,193,3); }
td.TdClassName
{
border-color: #BEC103;
}
.TagClassName
{
border-color: #BEC103;
}
</style>