Shades of La Rioja #BDC107
Tints of La Rioja #BDC107
RGB
CMYK
RGB Variations
Color information
#BDC107 (or 0xBDC107) is known color: La Rioja. HEX triplet: BD, C1 and 07. RGB value is (189,193,7). Sum of RGB (Red+Green+Blue) = 189+193+7=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC107 is #423EF8. Grayscale: #ABABAB. Windows color (decimal): -4341497 or 508349. OLE color: 508349.
HSL color Cylindrical-coordinate representation of color #BDC107: hue angle of 61.29º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDC107 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.24 |
| HSL | 61.29º | 0.93% | 0.39% | - |
| HSV(B) | 61.29º | 0.96% | 0.76% | - |
| XYZ | 40.09 | 48.97 | 7.54 | - |
| YUV | 170.6 | 35.67 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 7 | 0.02 | 0 | 0.96 | 0.24 | 61.29 | 0.93 | 0.39 |
| Hex | BD | C1 | 7 | 2 | 0 | 60 | 18 | 3D | 5D | 27 |
| Octal | 275 | 301 | 7 | 2 | 0 | 140 | 30 | 75 | 135 | 47 |
| Binary | 10111101 | 11000001 | 111 | 10 | 0 | 1100000 | 11000 | 111101 | 1011101 | 100111 |
Color Harmonies of #BDC107
Complementary color
Monochromatic Colors of #BDC107
Black with #BDC107
Text Example
Text Example
White with #BDC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC107; }
p { color: rgb(189,193,7); }
H1.HeaderClassName
{
color: #BDC107;
}
.AnyTagClassName
{
color: #BDC107;
}
</style>
background-color css
<style>
a { background-color: #BDC107; }
a { background-color: rgb(189,193,7); }
div.DivClassName
{
background-color: #BDC107;
}
.BgClassName
{
background-color: #BDC107;
}
</style>
border-color css
<style>
span { border-color: #BDC107; }
span { border-color: rgb(189,193,7); }
td.TdClassName
{
border-color: #BDC107;
}
.TagClassName
{
border-color: #BDC107;
}
</style>