Shades of La Rioja #BCBD16
Tints of La Rioja #BCBD16
RGB
CMYK
RGB Variations
Color information
#BCBD16 (or 0xBCBD16) is known color: La Rioja. HEX triplet: BC, BD and 16. RGB value is (188,189,22). Sum of RGB (Red+Green+Blue) = 188+189+22=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD16 is #4342E9. Grayscale: #AAAAAA. Windows color (decimal): -4408042 or 1490364. OLE color: 1490364.
HSL color Cylindrical-coordinate representation of color #BCBD16: hue angle of 60.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCBD16 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 22 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.26 |
| HSL | 60.36º | 0.79% | 0.41% | - |
| HSV(B) | 60.36º | 0.88% | 0.74% | - |
| XYZ | 39.08 | 47.14 | 7.8 | - |
| YUV | 169.66 | 44.67 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 22 | 0.01 | 0 | 0.88 | 0.26 | 60.36 | 0.79 | 0.41 |
| Hex | BC | BD | 16 | 1 | 0 | 58 | 1A | 3C | 4F | 29 |
| Octal | 274 | 275 | 26 | 1 | 0 | 130 | 32 | 74 | 117 | 51 |
| Binary | 10111100 | 10111101 | 10110 | 1 | 0 | 1011000 | 11010 | 111100 | 1001111 | 101001 |
Color Harmonies of #BCBD16
Complementary color
Monochromatic Colors of #BCBD16
Black with #BCBD16
Text Example
Text Example
White with #BCBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD16; }
p { color: rgb(188,189,22); }
H1.HeaderClassName
{
color: #BCBD16;
}
.AnyTagClassName
{
color: #BCBD16;
}
</style>
background-color css
<style>
a { background-color: #BCBD16; }
a { background-color: rgb(188,189,22); }
div.DivClassName
{
background-color: #BCBD16;
}
.BgClassName
{
background-color: #BCBD16;
}
</style>
border-color css
<style>
span { border-color: #BCBD16; }
span { border-color: rgb(188,189,22); }
td.TdClassName
{
border-color: #BCBD16;
}
.TagClassName
{
border-color: #BCBD16;
}
</style>