Shades of La Rioja #BEC00B
Tints of La Rioja #BEC00B
RGB
CMYK
RGB Variations
Color information
#BEC00B (or 0xBEC00B) is known color: La Rioja. HEX triplet: BE, C0 and 0B. RGB value is (190,192,11). Sum of RGB (Red+Green+Blue) = 190+192+11=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC00B is #413FF4. Grayscale: #ABABAB. Windows color (decimal): -4276213 or 770238. OLE color: 770238.
HSL color Cylindrical-coordinate representation of color #BEC00B: hue angle of 60.66º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC00B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 11 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.25 |
| HSL | 60.66º | 0.89% | 0.4% | - |
| HSV(B) | 60.66º | 0.94% | 0.75% | - |
| XYZ | 40.15 | 48.67 | 7.6 | - |
| YUV | 170.77 | 37.84 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 11 | 0.01 | 0 | 0.94 | 0.25 | 60.66 | 0.89 | 0.4 |
| Hex | BE | C0 | B | 1 | 0 | 5E | 19 | 3D | 59 | 28 |
| Octal | 276 | 300 | 13 | 1 | 0 | 136 | 31 | 75 | 131 | 50 |
| Binary | 10111110 | 11000000 | 1011 | 1 | 0 | 1011110 | 11001 | 111101 | 1011001 | 101000 |
Color Harmonies of #BEC00B
Complementary color
Monochromatic Colors of #BEC00B
Black with #BEC00B
Text Example
Text Example
White with #BEC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC00B; }
p { color: rgb(190,192,11); }
H1.HeaderClassName
{
color: #BEC00B;
}
.AnyTagClassName
{
color: #BEC00B;
}
</style>
background-color css
<style>
a { background-color: #BEC00B; }
a { background-color: rgb(190,192,11); }
div.DivClassName
{
background-color: #BEC00B;
}
.BgClassName
{
background-color: #BEC00B;
}
</style>
border-color css
<style>
span { border-color: #BEC00B; }
span { border-color: rgb(190,192,11); }
td.TdClassName
{
border-color: #BEC00B;
}
.TagClassName
{
border-color: #BEC00B;
}
</style>