Shades of La Rioja #BDC100
Tints of La Rioja #BDC100
RGB
CMYK
RGB Variations
Color information
#BDC100 (or 0xBDC100) is known color: La Rioja. HEX triplet: BD, C1 and 00. RGB value is (189,193,0). Sum of RGB (Red+Green+Blue) = 189+193+0=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC100 is #423EFF. Grayscale: #AAAAAA. Windows color (decimal): -4341504 or 49597. OLE color: 49597.
HSL color Cylindrical-coordinate representation of color #BDC100: hue angle of 61.24º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDC100 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.24 |
| HSL | 61.24º | 1% | 0.38% | - |
| HSV(B) | 61.24º | 1% | 0.76% | - |
| XYZ | 40.06 | 48.96 | 7.34 | - |
| YUV | 169.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 0 | 0.02 | 0 | 1 | 0.24 | 61.24 | 1 | 0.38 |
| Hex | BD | C1 | 0 | 2 | 0 | 64 | 18 | 3D | 64 | 26 |
| Octal | 275 | 301 | 0 | 2 | 0 | 144 | 30 | 75 | 144 | 46 |
| Binary | 10111101 | 11000001 | 0 | 10 | 0 | 1100100 | 11000 | 111101 | 1100100 | 100110 |
Color Harmonies of #BDC100
Complementary color
Monochromatic Colors of #BDC100
Black with #BDC100
Text Example
Text Example
White with #BDC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC100; }
p { color: rgb(189,193,0); }
H1.HeaderClassName
{
color: #BDC100;
}
.AnyTagClassName
{
color: #BDC100;
}
</style>
background-color css
<style>
a { background-color: #BDC100; }
a { background-color: rgb(189,193,0); }
div.DivClassName
{
background-color: #BDC100;
}
.BgClassName
{
background-color: #BDC100;
}
</style>
border-color css
<style>
span { border-color: #BDC100; }
span { border-color: rgb(189,193,0); }
td.TdClassName
{
border-color: #BDC100;
}
.TagClassName
{
border-color: #BDC100;
}
</style>