Shades of La Rioja #BDCB00
Tints of La Rioja #BDCB00
RGB
CMYK
RGB Variations
Color information
#BDCB00 (or 0xBDCB00) is known color: La Rioja. HEX triplet: BD, CB and 00. RGB value is (189,203,0). Sum of RGB (Red+Green+Blue) = 189+203+0=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCB00 is #4234FF. Grayscale: #B0B0B0. Windows color (decimal): -4338944 or 52157. OLE color: 52157.
HSL color Cylindrical-coordinate representation of color #BDCB00: hue angle of 64.14º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDCB00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.20 |
| HSL | 64.14º | 1% | 0.4% | - |
| HSV(B) | 64.14º | 1% | 0.8% | - |
| XYZ | 42.34 | 53.53 | 8.1 | - |
| YUV | 175.67 | 28.86 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 0 | 0.07 | 0 | 1 | 0.20 | 64.14 | 1 | 0.4 |
| Hex | BD | CB | 0 | 7 | 0 | 64 | 14 | 40 | 64 | 28 |
| Octal | 275 | 313 | 0 | 7 | 0 | 144 | 24 | 100 | 144 | 50 |
| Binary | 10111101 | 11001011 | 0 | 111 | 0 | 1100100 | 10100 | 1000000 | 1100100 | 101000 |
Color Harmonies of #BDCB00
Complementary color
Monochromatic Colors of #BDCB00
Black with #BDCB00
Text Example
Text Example
White with #BDCB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB00; }
p { color: rgb(189,203,0); }
H1.HeaderClassName
{
color: #BDCB00;
}
.AnyTagClassName
{
color: #BDCB00;
}
</style>
background-color css
<style>
a { background-color: #BDCB00; }
a { background-color: rgb(189,203,0); }
div.DivClassName
{
background-color: #BDCB00;
}
.BgClassName
{
background-color: #BDCB00;
}
</style>
border-color css
<style>
span { border-color: #BDCB00; }
span { border-color: rgb(189,203,0); }
td.TdClassName
{
border-color: #BDCB00;
}
.TagClassName
{
border-color: #BDCB00;
}
</style>