Shades of La Rioja #BEC40C
Tints of La Rioja #BEC40C
RGB
CMYK
RGB Variations
Color information
#BEC40C (or 0xBEC40C) is known color: La Rioja. HEX triplet: BE, C4 and 0C. RGB value is (190,196,12). Sum of RGB (Red+Green+Blue) = 190+196+12=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC40C is #413BF3. Grayscale: #ADADAD. Windows color (decimal): -4275188 or 836798. OLE color: 836798.
HSL color Cylindrical-coordinate representation of color #BEC40C: hue angle of 61.96º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC40C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 12 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.23 |
| HSL | 61.96º | 0.88% | 0.41% | - |
| HSV(B) | 61.96º | 0.94% | 0.77% | - |
| XYZ | 41.04 | 50.45 | 7.92 | - |
| YUV | 173.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 12 | 0.03 | 0 | 0.94 | 0.23 | 61.96 | 0.88 | 0.41 |
| Hex | BE | C4 | C | 3 | 0 | 5E | 17 | 3E | 58 | 29 |
| Octal | 276 | 304 | 14 | 3 | 0 | 136 | 27 | 76 | 130 | 51 |
| Binary | 10111110 | 11000100 | 1100 | 11 | 0 | 1011110 | 10111 | 111110 | 1011000 | 101001 |
Color Harmonies of #BEC40C
Complementary color
Monochromatic Colors of #BEC40C
Black with #BEC40C
Text Example
Text Example
White with #BEC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC40C; }
p { color: rgb(190,196,12); }
H1.HeaderClassName
{
color: #BEC40C;
}
.AnyTagClassName
{
color: #BEC40C;
}
</style>
background-color css
<style>
a { background-color: #BEC40C; }
a { background-color: rgb(190,196,12); }
div.DivClassName
{
background-color: #BEC40C;
}
.BgClassName
{
background-color: #BEC40C;
}
</style>
border-color css
<style>
span { border-color: #BEC40C; }
span { border-color: rgb(190,196,12); }
td.TdClassName
{
border-color: #BEC40C;
}
.TagClassName
{
border-color: #BEC40C;
}
</style>