Shades of La Rioja #BDC210
Tints of La Rioja #BDC210
RGB
CMYK
RGB Variations
Color information
#BDC210 (or 0xBDC210) is known color: La Rioja. HEX triplet: BD, C2 and 10. RGB value is (189,194,16). Sum of RGB (Red+Green+Blue) = 189+194+16=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC210 is #423DEF. Grayscale: #ACACAC. Windows color (decimal): -4341232 or 1098429. OLE color: 1098429.
HSL color Cylindrical-coordinate representation of color #BDC210: hue angle of 61.69º 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 #BDC210 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.24 |
| HSL | 61.69º | 0.85% | 0.41% | - |
| HSV(B) | 61.69º | 0.92% | 0.76% | - |
| XYZ | 40.37 | 49.44 | 7.91 | - |
| YUV | 172.21 | 39.84 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 16 | 0.03 | 0 | 0.92 | 0.24 | 61.69 | 0.85 | 0.41 |
| Hex | BD | C2 | 10 | 3 | 0 | 5C | 18 | 3E | 55 | 29 |
| Octal | 275 | 302 | 20 | 3 | 0 | 134 | 30 | 76 | 125 | 51 |
| Binary | 10111101 | 11000010 | 10000 | 11 | 0 | 1011100 | 11000 | 111110 | 1010101 | 101001 |
Color Harmonies of #BDC210
Complementary color
Monochromatic Colors of #BDC210
Black with #BDC210
Text Example
Text Example
White with #BDC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC210; }
p { color: rgb(189,194,16); }
H1.HeaderClassName
{
color: #BDC210;
}
.AnyTagClassName
{
color: #BDC210;
}
</style>
background-color css
<style>
a { background-color: #BDC210; }
a { background-color: rgb(189,194,16); }
div.DivClassName
{
background-color: #BDC210;
}
.BgClassName
{
background-color: #BDC210;
}
</style>
border-color css
<style>
span { border-color: #BDC210; }
span { border-color: rgb(189,194,16); }
td.TdClassName
{
border-color: #BDC210;
}
.TagClassName
{
border-color: #BDC210;
}
</style>