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