Shades of La Rioja #BEC018
Tints of La Rioja #BEC018
RGB
CMYK
RGB Variations
Color information
#BEC018 (or 0xBEC018) is known color: La Rioja. HEX triplet: BE, C0 and 18. RGB value is (190,192,24). Sum of RGB (Red+Green+Blue) = 190+192+24=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC018 is #413FE7. Grayscale: #ACACAC. Windows color (decimal): -4276200 or 1622206. OLE color: 1622206.
HSL color Cylindrical-coordinate representation of color #BEC018: hue angle of 60.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEC018 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 24 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.25 |
| HSL | 60.71º | 0.78% | 0.42% | - |
| HSV(B) | 60.71º | 0.88% | 0.75% | - |
| XYZ | 40.25 | 48.71 | 8.15 | - |
| YUV | 172.25 | 44.34 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 24 | 0.01 | 0 | 0.88 | 0.25 | 60.71 | 0.78 | 0.42 |
| Hex | BE | C0 | 18 | 1 | 0 | 58 | 19 | 3D | 4E | 2A |
| Octal | 276 | 300 | 30 | 1 | 0 | 130 | 31 | 75 | 116 | 52 |
| Binary | 10111110 | 11000000 | 11000 | 1 | 0 | 1011000 | 11001 | 111101 | 1001110 | 101010 |
Color Harmonies of #BEC018
Complementary color
Monochromatic Colors of #BEC018
Black with #BEC018
Text Example
Text Example
White with #BEC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC018; }
p { color: rgb(190,192,24); }
H1.HeaderClassName
{
color: #BEC018;
}
.AnyTagClassName
{
color: #BEC018;
}
</style>
background-color css
<style>
a { background-color: #BEC018; }
a { background-color: rgb(190,192,24); }
div.DivClassName
{
background-color: #BEC018;
}
.BgClassName
{
background-color: #BEC018;
}
</style>
border-color css
<style>
span { border-color: #BEC018; }
span { border-color: rgb(190,192,24); }
td.TdClassName
{
border-color: #BEC018;
}
.TagClassName
{
border-color: #BEC018;
}
</style>