Shades of La Rioja #BEC20A
Tints of La Rioja #BEC20A
RGB
CMYK
RGB Variations
Color information
#BEC20A (or 0xBEC20A) is known color: La Rioja. HEX triplet: BE, C2 and 0A. RGB value is (190,194,10). Sum of RGB (Red+Green+Blue) = 190+194+10=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC20A is #413DF5. Grayscale: #ACACAC. Windows color (decimal): -4275702 or 705214. OLE color: 705214.
HSL color Cylindrical-coordinate representation of color #BEC20A: hue angle of 61.3º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEC20A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 10 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.24 |
| HSL | 61.3º | 0.9% | 0.4% | - |
| HSV(B) | 61.3º | 0.95% | 0.76% | - |
| XYZ | 40.58 | 49.55 | 7.71 | - |
| YUV | 171.83 | 36.67 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 10 | 0.02 | 0 | 0.95 | 0.24 | 61.3 | 0.9 | 0.4 |
| Hex | BE | C2 | A | 2 | 0 | 5F | 18 | 3D | 5A | 28 |
| Octal | 276 | 302 | 12 | 2 | 0 | 137 | 30 | 75 | 132 | 50 |
| Binary | 10111110 | 11000010 | 1010 | 10 | 0 | 1011111 | 11000 | 111101 | 1011010 | 101000 |
Color Harmonies of #BEC20A
Complementary color
Monochromatic Colors of #BEC20A
Black with #BEC20A
Text Example
Text Example
White with #BEC20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC20A; }
p { color: rgb(190,194,10); }
H1.HeaderClassName
{
color: #BEC20A;
}
.AnyTagClassName
{
color: #BEC20A;
}
</style>
background-color css
<style>
a { background-color: #BEC20A; }
a { background-color: rgb(190,194,10); }
div.DivClassName
{
background-color: #BEC20A;
}
.BgClassName
{
background-color: #BEC20A;
}
</style>
border-color css
<style>
span { border-color: #BEC20A; }
span { border-color: rgb(190,194,10); }
td.TdClassName
{
border-color: #BEC20A;
}
.TagClassName
{
border-color: #BEC20A;
}
</style>