Shades of La Rioja #BCBD0E
Tints of La Rioja #BCBD0E
RGB
CMYK
RGB Variations
Color information
#BCBD0E (or 0xBCBD0E) is known color: La Rioja. HEX triplet: BC, BD and 0E. RGB value is (188,189,14). Sum of RGB (Red+Green+Blue) = 188+189+14=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD0E is #4342F1. Grayscale: #A9A9A9. Windows color (decimal): -4408050 or 966076. OLE color: 966076.
HSL color Cylindrical-coordinate representation of color #BCBD0E: hue angle of 60.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCBD0E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 14 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.26 |
| HSL | 60.34º | 0.86% | 0.4% | - |
| HSV(B) | 60.34º | 0.93% | 0.74% | - |
| XYZ | 39.02 | 47.12 | 7.45 | - |
| YUV | 168.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 14 | 0.01 | 0 | 0.93 | 0.26 | 60.34 | 0.86 | 0.4 |
| Hex | BC | BD | E | 1 | 0 | 5D | 1A | 3C | 56 | 28 |
| Octal | 274 | 275 | 16 | 1 | 0 | 135 | 32 | 74 | 126 | 50 |
| Binary | 10111100 | 10111101 | 1110 | 1 | 0 | 1011101 | 11010 | 111100 | 1010110 | 101000 |
Color Harmonies of #BCBD0E
Complementary color
Monochromatic Colors of #BCBD0E
Black with #BCBD0E
Text Example
Text Example
White with #BCBD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD0E; }
p { color: rgb(188,189,14); }
H1.HeaderClassName
{
color: #BCBD0E;
}
.AnyTagClassName
{
color: #BCBD0E;
}
</style>
background-color css
<style>
a { background-color: #BCBD0E; }
a { background-color: rgb(188,189,14); }
div.DivClassName
{
background-color: #BCBD0E;
}
.BgClassName
{
background-color: #BCBD0E;
}
</style>
border-color css
<style>
span { border-color: #BCBD0E; }
span { border-color: rgb(188,189,14); }
td.TdClassName
{
border-color: #BCBD0E;
}
.TagClassName
{
border-color: #BCBD0E;
}
</style>