Shades of La Rioja #BEC00D
Tints of La Rioja #BEC00D
RGB
CMYK
RGB Variations
Color information
#BEC00D (or 0xBEC00D) is known color: La Rioja. HEX triplet: BE, C0 and 0D. RGB value is (190,192,13). Sum of RGB (Red+Green+Blue) = 190+192+13=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC00D is #413FF2. Grayscale: #ABABAB. Windows color (decimal): -4276211 or 901310. OLE color: 901310.
HSL color Cylindrical-coordinate representation of color #BEC00D: hue angle of 60.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEC00D is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 13 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.25 |
| HSL | 60.67º | 0.87% | 0.4% | - |
| HSV(B) | 60.67º | 0.93% | 0.75% | - |
| XYZ | 40.16 | 48.68 | 7.66 | - |
| YUV | 171 | 38.84 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 13 | 0.01 | 0 | 0.93 | 0.25 | 60.67 | 0.87 | 0.4 |
| Hex | BE | C0 | D | 1 | 0 | 5D | 19 | 3D | 57 | 28 |
| Octal | 276 | 300 | 15 | 1 | 0 | 135 | 31 | 75 | 127 | 50 |
| Binary | 10111110 | 11000000 | 1101 | 1 | 0 | 1011101 | 11001 | 111101 | 1010111 | 101000 |
Color Harmonies of #BEC00D
Complementary color
Monochromatic Colors of #BEC00D
Black with #BEC00D
Text Example
Text Example
White with #BEC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC00D; }
p { color: rgb(190,192,13); }
H1.HeaderClassName
{
color: #BEC00D;
}
.AnyTagClassName
{
color: #BEC00D;
}
</style>
background-color css
<style>
a { background-color: #BEC00D; }
a { background-color: rgb(190,192,13); }
div.DivClassName
{
background-color: #BEC00D;
}
.BgClassName
{
background-color: #BEC00D;
}
</style>
border-color css
<style>
span { border-color: #BEC00D; }
span { border-color: rgb(190,192,13); }
td.TdClassName
{
border-color: #BEC00D;
}
.TagClassName
{
border-color: #BEC00D;
}
</style>