Shades of La Rioja #BEC412
Tints of La Rioja #BEC412
RGB
CMYK
RGB Variations
Color information
#BEC412 (or 0xBEC412) is known color: La Rioja. HEX triplet: BE, C4 and 12. RGB value is (190,196,18). Sum of RGB (Red+Green+Blue) = 190+196+18=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC412 is #413BED. Grayscale: #AEAEAE. Windows color (decimal): -4275182 or 1230014. OLE color: 1230014.
HSL color Cylindrical-coordinate representation of color #BEC412: hue angle of 62.02º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEC412 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 18 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.23 |
| HSL | 62.02º | 0.83% | 0.42% | - |
| HSV(B) | 62.02º | 0.91% | 0.77% | - |
| XYZ | 41.08 | 50.47 | 8.15 | - |
| YUV | 173.91 | 40.01 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 18 | 0.03 | 0 | 0.91 | 0.23 | 62.02 | 0.83 | 0.42 |
| Hex | BE | C4 | 12 | 3 | 0 | 5B | 17 | 3E | 53 | 2A |
| Octal | 276 | 304 | 22 | 3 | 0 | 133 | 27 | 76 | 123 | 52 |
| Binary | 10111110 | 11000100 | 10010 | 11 | 0 | 1011011 | 10111 | 111110 | 1010011 | 101010 |
Color Harmonies of #BEC412
Complementary color
Monochromatic Colors of #BEC412
Black with #BEC412
Text Example
Text Example
White with #BEC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC412; }
p { color: rgb(190,196,18); }
H1.HeaderClassName
{
color: #BEC412;
}
.AnyTagClassName
{
color: #BEC412;
}
</style>
background-color css
<style>
a { background-color: #BEC412; }
a { background-color: rgb(190,196,18); }
div.DivClassName
{
background-color: #BEC412;
}
.BgClassName
{
background-color: #BEC412;
}
</style>
border-color css
<style>
span { border-color: #BEC412; }
span { border-color: rgb(190,196,18); }
td.TdClassName
{
border-color: #BEC412;
}
.TagClassName
{
border-color: #BEC412;
}
</style>