Shades of La Rioja #BEC60C
Tints of La Rioja #BEC60C
RGB
CMYK
RGB Variations
Color information
#BEC60C (or 0xBEC60C) is known color: La Rioja. HEX triplet: BE, C6 and 0C. RGB value is (190,198,12). Sum of RGB (Red+Green+Blue) = 190+198+12=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC60C is #4139F3. Grayscale: #AFAFAF. Windows color (decimal): -4274676 or 837310. OLE color: 837310.
HSL color Cylindrical-coordinate representation of color #BEC60C: hue angle of 62.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC60C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 12 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.22 |
| HSL | 62.58º | 0.89% | 0.41% | - |
| HSV(B) | 62.58º | 0.94% | 0.78% | - |
| XYZ | 41.5 | 51.36 | 8.07 | - |
| YUV | 174.4 | 36.35 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 12 | 0.04 | 0 | 0.94 | 0.22 | 62.58 | 0.89 | 0.41 |
| Hex | BE | C6 | C | 4 | 0 | 5E | 16 | 3F | 59 | 29 |
| Octal | 276 | 306 | 14 | 4 | 0 | 136 | 26 | 77 | 131 | 51 |
| Binary | 10111110 | 11000110 | 1100 | 100 | 0 | 1011110 | 10110 | 111111 | 1011001 | 101001 |
Color Harmonies of #BEC60C
Complementary color
Monochromatic Colors of #BEC60C
Black with #BEC60C
Text Example
Text Example
White with #BEC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC60C; }
p { color: rgb(190,198,12); }
H1.HeaderClassName
{
color: #BEC60C;
}
.AnyTagClassName
{
color: #BEC60C;
}
</style>
background-color css
<style>
a { background-color: #BEC60C; }
a { background-color: rgb(190,198,12); }
div.DivClassName
{
background-color: #BEC60C;
}
.BgClassName
{
background-color: #BEC60C;
}
</style>
border-color css
<style>
span { border-color: #BEC60C; }
span { border-color: rgb(190,198,12); }
td.TdClassName
{
border-color: #BEC60C;
}
.TagClassName
{
border-color: #BEC60C;
}
</style>