Shades of La Rioja #BEC512
Tints of La Rioja #BEC512
RGB
CMYK
RGB Variations
Color information
#BEC512 (or 0xBEC512) is known color: La Rioja. HEX triplet: BE, C5 and 12. RGB value is (190,197,18). Sum of RGB (Red+Green+Blue) = 190+197+18=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC512 is #413AED. Grayscale: #AFAFAF. Windows color (decimal): -4274926 or 1230270. OLE color: 1230270.
HSL color Cylindrical-coordinate representation of color #BEC512: hue angle of 62.35º 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 #BEC512 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 18 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.23 |
| HSL | 62.35º | 0.83% | 0.42% | - |
| HSV(B) | 62.35º | 0.91% | 0.77% | - |
| XYZ | 41.31 | 50.92 | 8.22 | - |
| YUV | 174.5 | 39.68 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 18 | 0.04 | 0 | 0.91 | 0.23 | 62.35 | 0.83 | 0.42 |
| Hex | BE | C5 | 12 | 4 | 0 | 5B | 17 | 3E | 53 | 2A |
| Octal | 276 | 305 | 22 | 4 | 0 | 133 | 27 | 76 | 123 | 52 |
| Binary | 10111110 | 11000101 | 10010 | 100 | 0 | 1011011 | 10111 | 111110 | 1010011 | 101010 |
Color Harmonies of #BEC512
Complementary color
Monochromatic Colors of #BEC512
Black with #BEC512
Text Example
Text Example
White with #BEC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC512; }
p { color: rgb(190,197,18); }
H1.HeaderClassName
{
color: #BEC512;
}
.AnyTagClassName
{
color: #BEC512;
}
</style>
background-color css
<style>
a { background-color: #BEC512; }
a { background-color: rgb(190,197,18); }
div.DivClassName
{
background-color: #BEC512;
}
.BgClassName
{
background-color: #BEC512;
}
</style>
border-color css
<style>
span { border-color: #BEC512; }
span { border-color: rgb(190,197,18); }
td.TdClassName
{
border-color: #BEC512;
}
.TagClassName
{
border-color: #BEC512;
}
</style>