Shades of La Rioja #BEC40B
Tints of La Rioja #BEC40B
RGB
CMYK
RGB Variations
Color information
#BEC40B (or 0xBEC40B) is known color: La Rioja. HEX triplet: BE, C4 and 0B. RGB value is (190,196,11). Sum of RGB (Red+Green+Blue) = 190+196+11=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC40B is #413BF4. Grayscale: #ADADAD. Windows color (decimal): -4275189 or 771262. OLE color: 771262.
HSL color Cylindrical-coordinate representation of color #BEC40B: hue angle of 61.95º degrees, saturation: 0.89, 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 #BEC40B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 11 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.23 |
| HSL | 61.95º | 0.89% | 0.41% | - |
| HSV(B) | 61.95º | 0.94% | 0.77% | - |
| XYZ | 41.04 | 50.45 | 7.89 | - |
| YUV | 173.12 | 36.51 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 11 | 0.03 | 0 | 0.94 | 0.23 | 61.95 | 0.89 | 0.41 |
| Hex | BE | C4 | B | 3 | 0 | 5E | 17 | 3E | 59 | 29 |
| Octal | 276 | 304 | 13 | 3 | 0 | 136 | 27 | 76 | 131 | 51 |
| Binary | 10111110 | 11000100 | 1011 | 11 | 0 | 1011110 | 10111 | 111110 | 1011001 | 101001 |
Color Harmonies of #BEC40B
Complementary color
Monochromatic Colors of #BEC40B
Black with #BEC40B
Text Example
Text Example
White with #BEC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC40B; }
p { color: rgb(190,196,11); }
H1.HeaderClassName
{
color: #BEC40B;
}
.AnyTagClassName
{
color: #BEC40B;
}
</style>
background-color css
<style>
a { background-color: #BEC40B; }
a { background-color: rgb(190,196,11); }
div.DivClassName
{
background-color: #BEC40B;
}
.BgClassName
{
background-color: #BEC40B;
}
</style>
border-color css
<style>
span { border-color: #BEC40B; }
span { border-color: rgb(190,196,11); }
td.TdClassName
{
border-color: #BEC40B;
}
.TagClassName
{
border-color: #BEC40B;
}
</style>