Shades of La Rioja #BEC00F
Tints of La Rioja #BEC00F
RGB
CMYK
RGB Variations
Color information
#BEC00F (or 0xBEC00F) is known color: La Rioja. HEX triplet: BE, C0 and 0F. RGB value is (190,192,15). Sum of RGB (Red+Green+Blue) = 190+192+15=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC00F is #413FF0. Grayscale: #ABABAB. Windows color (decimal): -4276209 or 1032382. OLE color: 1032382.
HSL color Cylindrical-coordinate representation of color #BEC00F: hue angle of 60.68º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEC00F is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 15 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.25 |
| HSL | 60.68º | 0.86% | 0.41% | - |
| HSV(B) | 60.68º | 0.92% | 0.75% | - |
| XYZ | 40.17 | 48.68 | 7.73 | - |
| YUV | 171.22 | 39.84 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 15 | 0.01 | 0 | 0.92 | 0.25 | 60.68 | 0.86 | 0.41 |
| Hex | BE | C0 | F | 1 | 0 | 5C | 19 | 3D | 56 | 29 |
| Octal | 276 | 300 | 17 | 1 | 0 | 134 | 31 | 75 | 126 | 51 |
| Binary | 10111110 | 11000000 | 1111 | 1 | 0 | 1011100 | 11001 | 111101 | 1010110 | 101001 |
Color Harmonies of #BEC00F
Complementary color
Monochromatic Colors of #BEC00F
Black with #BEC00F
Text Example
Text Example
White with #BEC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC00F; }
p { color: rgb(190,192,15); }
H1.HeaderClassName
{
color: #BEC00F;
}
.AnyTagClassName
{
color: #BEC00F;
}
</style>
background-color css
<style>
a { background-color: #BEC00F; }
a { background-color: rgb(190,192,15); }
div.DivClassName
{
background-color: #BEC00F;
}
.BgClassName
{
background-color: #BEC00F;
}
</style>
border-color css
<style>
span { border-color: #BEC00F; }
span { border-color: rgb(190,192,15); }
td.TdClassName
{
border-color: #BEC00F;
}
.TagClassName
{
border-color: #BEC00F;
}
</style>