Shades of La Rioja #BCBD17
Tints of La Rioja #BCBD17
RGB
CMYK
RGB Variations
Color information
#BCBD17 (or 0xBCBD17) is known color: La Rioja. HEX triplet: BC, BD and 17. RGB value is (188,189,23). Sum of RGB (Red+Green+Blue) = 188+189+23=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD17 is #4342E8. Grayscale: #AAAAAA. Windows color (decimal): -4408041 or 1555900. OLE color: 1555900.
HSL color Cylindrical-coordinate representation of color #BCBD17: hue angle of 60.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCBD17 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 23 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.26 |
| HSL | 60.36º | 0.78% | 0.42% | - |
| HSV(B) | 60.36º | 0.88% | 0.74% | - |
| XYZ | 39.09 | 47.15 | 7.85 | - |
| YUV | 169.78 | 45.17 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 23 | 0.01 | 0 | 0.88 | 0.26 | 60.36 | 0.78 | 0.42 |
| Hex | BC | BD | 17 | 1 | 0 | 58 | 1A | 3C | 4E | 2A |
| Octal | 274 | 275 | 27 | 1 | 0 | 130 | 32 | 74 | 116 | 52 |
| Binary | 10111100 | 10111101 | 10111 | 1 | 0 | 1011000 | 11010 | 111100 | 1001110 | 101010 |
Color Harmonies of #BCBD17
Complementary color
Monochromatic Colors of #BCBD17
Black with #BCBD17
Text Example
Text Example
White with #BCBD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD17; }
p { color: rgb(188,189,23); }
H1.HeaderClassName
{
color: #BCBD17;
}
.AnyTagClassName
{
color: #BCBD17;
}
</style>
background-color css
<style>
a { background-color: #BCBD17; }
a { background-color: rgb(188,189,23); }
div.DivClassName
{
background-color: #BCBD17;
}
.BgClassName
{
background-color: #BCBD17;
}
</style>
border-color css
<style>
span { border-color: #BCBD17; }
span { border-color: rgb(188,189,23); }
td.TdClassName
{
border-color: #BCBD17;
}
.TagClassName
{
border-color: #BCBD17;
}
</style>