Shades of La Rioja #BEC80D
Tints of La Rioja #BEC80D
RGB
CMYK
RGB Variations
Color information
#BEC80D (or 0xBEC80D) is known color: La Rioja. HEX triplet: BE, C8 and 0D. RGB value is (190,200,13). Sum of RGB (Red+Green+Blue) = 190+200+13=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC80D is #4137F2. Grayscale: #B0B0B0. Windows color (decimal): -4274163 or 903358. OLE color: 903358.
HSL color Cylindrical-coordinate representation of color #BEC80D: hue angle of 63.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC80D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 13 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.22 |
| HSL | 63.21º | 0.88% | 0.42% | - |
| HSV(B) | 63.21º | 0.94% | 0.78% | - |
| XYZ | 41.96 | 52.28 | 8.26 | - |
| YUV | 175.69 | 36.19 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 13 | 0.05 | 0 | 0.94 | 0.22 | 63.21 | 0.88 | 0.42 |
| Hex | BE | C8 | D | 5 | 0 | 5E | 16 | 3F | 58 | 2A |
| Octal | 276 | 310 | 15 | 5 | 0 | 136 | 26 | 77 | 130 | 52 |
| Binary | 10111110 | 11001000 | 1101 | 101 | 0 | 1011110 | 10110 | 111111 | 1011000 | 101010 |
Color Harmonies of #BEC80D
Complementary color
Monochromatic Colors of #BEC80D
Black with #BEC80D
Text Example
Text Example
White with #BEC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC80D; }
p { color: rgb(190,200,13); }
H1.HeaderClassName
{
color: #BEC80D;
}
.AnyTagClassName
{
color: #BEC80D;
}
</style>
background-color css
<style>
a { background-color: #BEC80D; }
a { background-color: rgb(190,200,13); }
div.DivClassName
{
background-color: #BEC80D;
}
.BgClassName
{
background-color: #BEC80D;
}
</style>
border-color css
<style>
span { border-color: #BEC80D; }
span { border-color: rgb(190,200,13); }
td.TdClassName
{
border-color: #BEC80D;
}
.TagClassName
{
border-color: #BEC80D;
}
</style>