Shades of La Rioja #BEC90E
Tints of La Rioja #BEC90E
RGB
CMYK
RGB Variations
Color information
#BEC90E (or 0xBEC90E) is known color: La Rioja. HEX triplet: BE, C9 and 0E. RGB value is (190,201,14). Sum of RGB (Red+Green+Blue) = 190+201+14=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC90E is #4136F1. Grayscale: #B1B1B1. Windows color (decimal): -4273906 or 969150. OLE color: 969150.
HSL color Cylindrical-coordinate representation of color #BEC90E: hue angle of 63.53º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEC90E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.21 |
| HSL | 63.53º | 0.87% | 0.42% | - |
| HSV(B) | 63.53º | 0.93% | 0.79% | - |
| XYZ | 42.2 | 52.75 | 8.37 | - |
| YUV | 176.39 | 36.36 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 14 | 0.05 | 0 | 0.93 | 0.21 | 63.53 | 0.87 | 0.42 |
| Hex | BE | C9 | E | 5 | 0 | 5D | 15 | 40 | 57 | 2A |
| Octal | 276 | 311 | 16 | 5 | 0 | 135 | 25 | 100 | 127 | 52 |
| Binary | 10111110 | 11001001 | 1110 | 101 | 0 | 1011101 | 10101 | 1000000 | 1010111 | 101010 |
Color Harmonies of #BEC90E
Complementary color
Monochromatic Colors of #BEC90E
Black with #BEC90E
Text Example
Text Example
White with #BEC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC90E; }
p { color: rgb(190,201,14); }
H1.HeaderClassName
{
color: #BEC90E;
}
.AnyTagClassName
{
color: #BEC90E;
}
</style>
background-color css
<style>
a { background-color: #BEC90E; }
a { background-color: rgb(190,201,14); }
div.DivClassName
{
background-color: #BEC90E;
}
.BgClassName
{
background-color: #BEC90E;
}
</style>
border-color css
<style>
span { border-color: #BEC90E; }
span { border-color: rgb(190,201,14); }
td.TdClassName
{
border-color: #BEC90E;
}
.TagClassName
{
border-color: #BEC90E;
}
</style>