Shades of La Rioja #BEC40A
Tints of La Rioja #BEC40A
RGB
CMYK
RGB Variations
Color information
#BEC40A (or 0xBEC40A) is known color: La Rioja. HEX triplet: BE, C4 and 0A. RGB value is (190,196,10). Sum of RGB (Red+Green+Blue) = 190+196+10=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC40A is #413BF5. Grayscale: #ADADAD. Windows color (decimal): -4275190 or 705726. OLE color: 705726.
HSL color Cylindrical-coordinate representation of color #BEC40A: hue angle of 61.94º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEC40A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 10 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.23 |
| HSL | 61.94º | 0.9% | 0.4% | - |
| HSV(B) | 61.94º | 0.95% | 0.77% | - |
| XYZ | 41.03 | 50.45 | 7.86 | - |
| YUV | 173 | 36.01 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 10 | 0.03 | 0 | 0.95 | 0.23 | 61.94 | 0.9 | 0.4 |
| Hex | BE | C4 | A | 3 | 0 | 5F | 17 | 3E | 5A | 28 |
| Octal | 276 | 304 | 12 | 3 | 0 | 137 | 27 | 76 | 132 | 50 |
| Binary | 10111110 | 11000100 | 1010 | 11 | 0 | 1011111 | 10111 | 111110 | 1011010 | 101000 |
Color Harmonies of #BEC40A
Complementary color
Monochromatic Colors of #BEC40A
Black with #BEC40A
Text Example
Text Example
White with #BEC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC40A; }
p { color: rgb(190,196,10); }
H1.HeaderClassName
{
color: #BEC40A;
}
.AnyTagClassName
{
color: #BEC40A;
}
</style>
background-color css
<style>
a { background-color: #BEC40A; }
a { background-color: rgb(190,196,10); }
div.DivClassName
{
background-color: #BEC40A;
}
.BgClassName
{
background-color: #BEC40A;
}
</style>
border-color css
<style>
span { border-color: #BEC40A; }
span { border-color: rgb(190,196,10); }
td.TdClassName
{
border-color: #BEC40A;
}
.TagClassName
{
border-color: #BEC40A;
}
</style>