Shades of La Rioja #BDCE00
Tints of La Rioja #BDCE00
RGB
CMYK
RGB Variations
Color information
#BDCE00 (or 0xBDCE00) is known color: La Rioja. HEX triplet: BD, CE and 00. RGB value is (189,206,0). Sum of RGB (Red+Green+Blue) = 189+206+0=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCE00 is #4231FF. Grayscale: #B2B2B2. Windows color (decimal): -4338176 or 52925. OLE color: 52925.
HSL color Cylindrical-coordinate representation of color #BDCE00: hue angle of 64.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDCE00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.19 |
| HSL | 64.95º | 1% | 0.4% | - |
| HSV(B) | 64.95º | 1% | 0.81% | - |
| XYZ | 43.06 | 54.96 | 8.34 | - |
| YUV | 177.43 | 27.87 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 0 | 0.08 | 0 | 1 | 0.19 | 64.95 | 1 | 0.4 |
| Hex | BD | CE | 0 | 8 | 0 | 64 | 13 | 41 | 64 | 28 |
| Octal | 275 | 316 | 0 | 10 | 0 | 144 | 23 | 101 | 144 | 50 |
| Binary | 10111101 | 11001110 | 0 | 1000 | 0 | 1100100 | 10011 | 1000001 | 1100100 | 101000 |
Color Harmonies of #BDCE00
Complementary color
Monochromatic Colors of #BDCE00
Black with #BDCE00
Text Example
Text Example
White with #BDCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE00; }
p { color: rgb(189,206,0); }
H1.HeaderClassName
{
color: #BDCE00;
}
.AnyTagClassName
{
color: #BDCE00;
}
</style>
background-color css
<style>
a { background-color: #BDCE00; }
a { background-color: rgb(189,206,0); }
div.DivClassName
{
background-color: #BDCE00;
}
.BgClassName
{
background-color: #BDCE00;
}
</style>
border-color css
<style>
span { border-color: #BDCE00; }
span { border-color: rgb(189,206,0); }
td.TdClassName
{
border-color: #BDCE00;
}
.TagClassName
{
border-color: #BDCE00;
}
</style>