Shades of La Rioja #BDBC00
Tints of La Rioja #BDBC00
RGB
CMYK
RGB Variations
Color information
#BDBC00 (or 0xBDBC00) is known color: La Rioja. HEX triplet: BD, BC and 00. RGB value is (189,188,0). Sum of RGB (Red+Green+Blue) = 189+188+0=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBC00 is #4243FF. Grayscale: #A7A7A7. Windows color (decimal): -4342784 or 48317. OLE color: 48317.
HSL color Cylindrical-coordinate representation of color #BDBC00: hue angle of 59.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDBC00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.26 |
| HSL | 59.68º | 1% | 0.37% | - |
| HSV(B) | 59.68º | 1% | 0.74% | - |
| XYZ | 38.97 | 46.79 | 6.98 | - |
| YUV | 166.87 | 33.83 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 0 | 0 | 0.01 | 1 | 0.26 | 59.68 | 1 | 0.37 |
| Hex | BD | BC | 0 | 0 | 1 | 64 | 1A | 3C | 64 | 25 |
| Octal | 275 | 274 | 0 | 0 | 1 | 144 | 32 | 74 | 144 | 45 |
| Binary | 10111101 | 10111100 | 0 | 0 | 1 | 1100100 | 11010 | 111100 | 1100100 | 100101 |
Color Harmonies of #BDBC00
Complementary color
Monochromatic Colors of #BDBC00
Black with #BDBC00
Text Example
Text Example
White with #BDBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC00; }
p { color: rgb(189,188,0); }
H1.HeaderClassName
{
color: #BDBC00;
}
.AnyTagClassName
{
color: #BDBC00;
}
</style>
background-color css
<style>
a { background-color: #BDBC00; }
a { background-color: rgb(189,188,0); }
div.DivClassName
{
background-color: #BDBC00;
}
.BgClassName
{
background-color: #BDBC00;
}
</style>
border-color css
<style>
span { border-color: #BDBC00; }
span { border-color: rgb(189,188,0); }
td.TdClassName
{
border-color: #BDBC00;
}
.TagClassName
{
border-color: #BDBC00;
}
</style>