Shades of La Rioja #BDCD00
Tints of La Rioja #BDCD00
RGB
CMYK
RGB Variations
Color information
#BDCD00 (or 0xBDCD00) is known color: La Rioja. HEX triplet: BD, CD and 00. RGB value is (189,205,0). Sum of RGB (Red+Green+Blue) = 189+205+0=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD00 is #4232FF. Grayscale: #B1B1B1. Windows color (decimal): -4338432 or 52669. OLE color: 52669.
HSL color Cylindrical-coordinate representation of color #BDCD00: hue angle of 64.68º 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 #BDCD00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.20 |
| HSL | 64.68º | 1% | 0.4% | - |
| HSV(B) | 64.68º | 1% | 0.8% | - |
| XYZ | 42.82 | 54.48 | 8.26 | - |
| YUV | 176.85 | 28.2 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 0 | 0.08 | 0 | 1 | 0.20 | 64.68 | 1 | 0.4 |
| Hex | BD | CD | 0 | 8 | 0 | 64 | 14 | 41 | 64 | 28 |
| Octal | 275 | 315 | 0 | 10 | 0 | 144 | 24 | 101 | 144 | 50 |
| Binary | 10111101 | 11001101 | 0 | 1000 | 0 | 1100100 | 10100 | 1000001 | 1100100 | 101000 |
Color Harmonies of #BDCD00
Complementary color
Monochromatic Colors of #BDCD00
Black with #BDCD00
Text Example
Text Example
White with #BDCD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD00; }
p { color: rgb(189,205,0); }
H1.HeaderClassName
{
color: #BDCD00;
}
.AnyTagClassName
{
color: #BDCD00;
}
</style>
background-color css
<style>
a { background-color: #BDCD00; }
a { background-color: rgb(189,205,0); }
div.DivClassName
{
background-color: #BDCD00;
}
.BgClassName
{
background-color: #BDCD00;
}
</style>
border-color css
<style>
span { border-color: #BDCD00; }
span { border-color: rgb(189,205,0); }
td.TdClassName
{
border-color: #BDCD00;
}
.TagClassName
{
border-color: #BDCD00;
}
</style>