Shades of La Rioja #BEC90C
Tints of La Rioja #BEC90C
RGB
CMYK
RGB Variations
Color information
#BEC90C (or 0xBEC90C) is known color: La Rioja. HEX triplet: BE, C9 and 0C. RGB value is (190,201,12). Sum of RGB (Red+Green+Blue) = 190+201+12=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC90C is #4136F3. Grayscale: #B0B0B0. Windows color (decimal): -4273908 or 838078. OLE color: 838078.
HSL color Cylindrical-coordinate representation of color #BEC90C: hue angle of 63.49º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC90C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 12 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.21 |
| HSL | 63.49º | 0.89% | 0.42% | - |
| HSV(B) | 63.49º | 0.94% | 0.79% | - |
| XYZ | 42.19 | 52.75 | 8.31 | - |
| YUV | 176.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 12 | 0.05 | 0 | 0.94 | 0.21 | 63.49 | 0.89 | 0.42 |
| Hex | BE | C9 | C | 5 | 0 | 5E | 15 | 3F | 59 | 2A |
| Octal | 276 | 311 | 14 | 5 | 0 | 136 | 25 | 77 | 131 | 52 |
| Binary | 10111110 | 11001001 | 1100 | 101 | 0 | 1011110 | 10101 | 111111 | 1011001 | 101010 |
Color Harmonies of #BEC90C
Complementary color
Monochromatic Colors of #BEC90C
Black with #BEC90C
Text Example
Text Example
White with #BEC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC90C; }
p { color: rgb(190,201,12); }
H1.HeaderClassName
{
color: #BEC90C;
}
.AnyTagClassName
{
color: #BEC90C;
}
</style>
background-color css
<style>
a { background-color: #BEC90C; }
a { background-color: rgb(190,201,12); }
div.DivClassName
{
background-color: #BEC90C;
}
.BgClassName
{
background-color: #BEC90C;
}
</style>
border-color css
<style>
span { border-color: #BEC90C; }
span { border-color: rgb(190,201,12); }
td.TdClassName
{
border-color: #BEC90C;
}
.TagClassName
{
border-color: #BEC90C;
}
</style>