Shades of La Rioja #BEC502
Tints of La Rioja #BEC502
RGB
CMYK
RGB Variations
Color information
#BEC502 (or 0xBEC502) is known color: La Rioja. HEX triplet: BE, C5 and 02. RGB value is (190,197,2). Sum of RGB (Red+Green+Blue) = 190+197+2=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC502 is #413AFD. Grayscale: #ADADAD. Windows color (decimal): -4274942 or 181694. OLE color: 181694.
HSL color Cylindrical-coordinate representation of color #BEC502: hue angle of 62.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEC502 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.23 |
| HSL | 62.15º | 0.98% | 0.39% | - |
| HSV(B) | 62.15º | 0.99% | 0.77% | - |
| XYZ | 41.21 | 50.88 | 7.71 | - |
| YUV | 172.68 | 31.68 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 2 | 0.04 | 0 | 0.99 | 0.23 | 62.15 | 0.98 | 0.39 |
| Hex | BE | C5 | 2 | 4 | 0 | 63 | 17 | 3E | 62 | 27 |
| Octal | 276 | 305 | 2 | 4 | 0 | 143 | 27 | 76 | 142 | 47 |
| Binary | 10111110 | 11000101 | 10 | 100 | 0 | 1100011 | 10111 | 111110 | 1100010 | 100111 |
Color Harmonies of #BEC502
Complementary color
Monochromatic Colors of #BEC502
Black with #BEC502
Text Example
Text Example
White with #BEC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC502; }
p { color: rgb(190,197,2); }
H1.HeaderClassName
{
color: #BEC502;
}
.AnyTagClassName
{
color: #BEC502;
}
</style>
background-color css
<style>
a { background-color: #BEC502; }
a { background-color: rgb(190,197,2); }
div.DivClassName
{
background-color: #BEC502;
}
.BgClassName
{
background-color: #BEC502;
}
</style>
border-color css
<style>
span { border-color: #BEC502; }
span { border-color: rgb(190,197,2); }
td.TdClassName
{
border-color: #BEC502;
}
.TagClassName
{
border-color: #BEC502;
}
</style>