Shades of La Rioja #BEC808
Tints of La Rioja #BEC808
RGB
CMYK
RGB Variations
Color information
#BEC808 (or 0xBEC808) is known color: La Rioja. HEX triplet: BE, C8 and 08. RGB value is (190,200,8). Sum of RGB (Red+Green+Blue) = 190+200+8=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC808 is #4137F7. Grayscale: #AFAFAF. Windows color (decimal): -4274168 or 575678. OLE color: 575678.
HSL color Cylindrical-coordinate representation of color #BEC808: hue angle of 63.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEC808 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.22 |
| HSL | 63.13º | 0.92% | 0.41% | - |
| HSV(B) | 63.13º | 0.96% | 0.78% | - |
| XYZ | 41.93 | 52.27 | 8.11 | - |
| YUV | 175.12 | 33.69 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 8 | 0.05 | 0 | 0.96 | 0.22 | 63.13 | 0.92 | 0.41 |
| Hex | BE | C8 | 8 | 5 | 0 | 60 | 16 | 3F | 5C | 29 |
| Octal | 276 | 310 | 10 | 5 | 0 | 140 | 26 | 77 | 134 | 51 |
| Binary | 10111110 | 11001000 | 1000 | 101 | 0 | 1100000 | 10110 | 111111 | 1011100 | 101001 |
Color Harmonies of #BEC808
Complementary color
Monochromatic Colors of #BEC808
Black with #BEC808
Text Example
Text Example
White with #BEC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC808; }
p { color: rgb(190,200,8); }
H1.HeaderClassName
{
color: #BEC808;
}
.AnyTagClassName
{
color: #BEC808;
}
</style>
background-color css
<style>
a { background-color: #BEC808; }
a { background-color: rgb(190,200,8); }
div.DivClassName
{
background-color: #BEC808;
}
.BgClassName
{
background-color: #BEC808;
}
</style>
border-color css
<style>
span { border-color: #BEC808; }
span { border-color: rgb(190,200,8); }
td.TdClassName
{
border-color: #BEC808;
}
.TagClassName
{
border-color: #BEC808;
}
</style>