Shades of La Rioja #BEC00C
Tints of La Rioja #BEC00C
RGB
CMYK
RGB Variations
Color information
#BEC00C (or 0xBEC00C) is known color: La Rioja. HEX triplet: BE, C0 and 0C. RGB value is (190,192,12). Sum of RGB (Red+Green+Blue) = 190+192+12=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC00C is #413FF3. Grayscale: #ABABAB. Windows color (decimal): -4276212 or 835774. OLE color: 835774.
HSL color Cylindrical-coordinate representation of color #BEC00C: hue angle of 60.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC00C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.25 |
| HSL | 60.67º | 0.88% | 0.4% | - |
| HSV(B) | 60.67º | 0.94% | 0.75% | - |
| XYZ | 40.15 | 48.67 | 7.63 | - |
| YUV | 170.88 | 38.34 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 12 | 0.01 | 0 | 0.94 | 0.25 | 60.67 | 0.88 | 0.4 |
| Hex | BE | C0 | C | 1 | 0 | 5E | 19 | 3D | 58 | 28 |
| Octal | 276 | 300 | 14 | 1 | 0 | 136 | 31 | 75 | 130 | 50 |
| Binary | 10111110 | 11000000 | 1100 | 1 | 0 | 1011110 | 11001 | 111101 | 1011000 | 101000 |
Color Harmonies of #BEC00C
Complementary color
Monochromatic Colors of #BEC00C
Black with #BEC00C
Text Example
Text Example
White with #BEC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC00C; }
p { color: rgb(190,192,12); }
H1.HeaderClassName
{
color: #BEC00C;
}
.AnyTagClassName
{
color: #BEC00C;
}
</style>
background-color css
<style>
a { background-color: #BEC00C; }
a { background-color: rgb(190,192,12); }
div.DivClassName
{
background-color: #BEC00C;
}
.BgClassName
{
background-color: #BEC00C;
}
</style>
border-color css
<style>
span { border-color: #BEC00C; }
span { border-color: rgb(190,192,12); }
td.TdClassName
{
border-color: #BEC00C;
}
.TagClassName
{
border-color: #BEC00C;
}
</style>