Shades of La Rioja #BEC404
Tints of La Rioja #BEC404
RGB
CMYK
RGB Variations
Color information
#BEC404 (or 0xBEC404) is known color: La Rioja. HEX triplet: BE, C4 and 04. RGB value is (190,196,4). Sum of RGB (Red+Green+Blue) = 190+196+4=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC404 is #413BFB. Grayscale: #ADADAD. Windows color (decimal): -4275196 or 312510. OLE color: 312510.
HSL color Cylindrical-coordinate representation of color #BEC404: hue angle of 61.88º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEC404 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 4 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.23 |
| HSL | 61.88º | 0.96% | 0.39% | - |
| HSV(B) | 61.88º | 0.98% | 0.77% | - |
| XYZ | 41 | 50.44 | 7.69 | - |
| YUV | 172.32 | 33.01 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 4 | 0.03 | 0 | 0.98 | 0.23 | 61.88 | 0.96 | 0.39 |
| Hex | BE | C4 | 4 | 3 | 0 | 62 | 17 | 3E | 60 | 27 |
| Octal | 276 | 304 | 4 | 3 | 0 | 142 | 27 | 76 | 140 | 47 |
| Binary | 10111110 | 11000100 | 100 | 11 | 0 | 1100010 | 10111 | 111110 | 1100000 | 100111 |
Color Harmonies of #BEC404
Complementary color
Monochromatic Colors of #BEC404
Black with #BEC404
Text Example
Text Example
White with #BEC404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC404; }
p { color: rgb(190,196,4); }
H1.HeaderClassName
{
color: #BEC404;
}
.AnyTagClassName
{
color: #BEC404;
}
</style>
background-color css
<style>
a { background-color: #BEC404; }
a { background-color: rgb(190,196,4); }
div.DivClassName
{
background-color: #BEC404;
}
.BgClassName
{
background-color: #BEC404;
}
</style>
border-color css
<style>
span { border-color: #BEC404; }
span { border-color: rgb(190,196,4); }
td.TdClassName
{
border-color: #BEC404;
}
.TagClassName
{
border-color: #BEC404;
}
</style>