Shades of La Rioja #BDC110
Tints of La Rioja #BDC110
RGB
CMYK
RGB Variations
Color information
#BDC110 (or 0xBDC110) is known color: La Rioja. HEX triplet: BD, C1 and 10. RGB value is (189,193,16). Sum of RGB (Red+Green+Blue) = 189+193+16=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC110 is #423EEF. Grayscale: #ACACAC. Windows color (decimal): -4341488 or 1098173. OLE color: 1098173.
HSL color Cylindrical-coordinate representation of color #BDC110: hue angle of 61.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDC110 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 16 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.24 |
| HSL | 61.36º | 0.85% | 0.41% | - |
| HSV(B) | 61.36º | 0.92% | 0.76% | - |
| XYZ | 40.15 | 49 | 7.83 | - |
| YUV | 171.63 | 40.17 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 16 | 0.02 | 0 | 0.92 | 0.24 | 61.36 | 0.85 | 0.41 |
| Hex | BD | C1 | 10 | 2 | 0 | 5C | 18 | 3D | 55 | 29 |
| Octal | 275 | 301 | 20 | 2 | 0 | 134 | 30 | 75 | 125 | 51 |
| Binary | 10111101 | 11000001 | 10000 | 10 | 0 | 1011100 | 11000 | 111101 | 1010101 | 101001 |
Color Harmonies of #BDC110
Complementary color
Monochromatic Colors of #BDC110
Black with #BDC110
Text Example
Text Example
White with #BDC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC110; }
p { color: rgb(189,193,16); }
H1.HeaderClassName
{
color: #BDC110;
}
.AnyTagClassName
{
color: #BDC110;
}
</style>
background-color css
<style>
a { background-color: #BDC110; }
a { background-color: rgb(189,193,16); }
div.DivClassName
{
background-color: #BDC110;
}
.BgClassName
{
background-color: #BDC110;
}
</style>
border-color css
<style>
span { border-color: #BDC110; }
span { border-color: rgb(189,193,16); }
td.TdClassName
{
border-color: #BDC110;
}
.TagClassName
{
border-color: #BDC110;
}
</style>