Shades of La Rioja #BEC50A
Tints of La Rioja #BEC50A
RGB
CMYK
RGB Variations
Color information
#BEC50A (or 0xBEC50A) is known color: La Rioja. HEX triplet: BE, C5 and 0A. RGB value is (190,197,10). Sum of RGB (Red+Green+Blue) = 190+197+10=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC50A is #413AF5. Grayscale: #AEAEAE. Windows color (decimal): -4274934 or 705982. OLE color: 705982.
HSL color Cylindrical-coordinate representation of color #BEC50A: hue angle of 62.25º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEC50A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.23 |
| HSL | 62.25º | 0.9% | 0.41% | - |
| HSV(B) | 62.25º | 0.95% | 0.77% | - |
| XYZ | 41.26 | 50.9 | 7.94 | - |
| YUV | 173.59 | 35.68 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 10 | 0.04 | 0 | 0.95 | 0.23 | 62.25 | 0.9 | 0.41 |
| Hex | BE | C5 | A | 4 | 0 | 5F | 17 | 3E | 5A | 29 |
| Octal | 276 | 305 | 12 | 4 | 0 | 137 | 27 | 76 | 132 | 51 |
| Binary | 10111110 | 11000101 | 1010 | 100 | 0 | 1011111 | 10111 | 111110 | 1011010 | 101001 |
Color Harmonies of #BEC50A
Complementary color
Monochromatic Colors of #BEC50A
Black with #BEC50A
Text Example
Text Example
White with #BEC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC50A; }
p { color: rgb(190,197,10); }
H1.HeaderClassName
{
color: #BEC50A;
}
.AnyTagClassName
{
color: #BEC50A;
}
</style>
background-color css
<style>
a { background-color: #BEC50A; }
a { background-color: rgb(190,197,10); }
div.DivClassName
{
background-color: #BEC50A;
}
.BgClassName
{
background-color: #BEC50A;
}
</style>
border-color css
<style>
span { border-color: #BEC50A; }
span { border-color: rgb(190,197,10); }
td.TdClassName
{
border-color: #BEC50A;
}
.TagClassName
{
border-color: #BEC50A;
}
</style>