Shades of La Rioja #BDC510
Tints of La Rioja #BDC510
RGB
CMYK
RGB Variations
Color information
#BDC510 (or 0xBDC510) is known color: La Rioja. HEX triplet: BD, C5 and 10. RGB value is (189,197,16). Sum of RGB (Red+Green+Blue) = 189+197+16=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC510 is #423AEF. Grayscale: #AEAEAE. Windows color (decimal): -4340464 or 1099197. OLE color: 1099197.
HSL color Cylindrical-coordinate representation of color #BDC510: hue angle of 62.65º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDC510 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.23 |
| HSL | 62.65º | 0.85% | 0.42% | - |
| HSV(B) | 62.65º | 0.92% | 0.77% | - |
| XYZ | 41.05 | 50.79 | 8.13 | - |
| YUV | 173.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 16 | 0.04 | 0 | 0.92 | 0.23 | 62.65 | 0.85 | 0.42 |
| Hex | BD | C5 | 10 | 4 | 0 | 5C | 17 | 3F | 55 | 2A |
| Octal | 275 | 305 | 20 | 4 | 0 | 134 | 27 | 77 | 125 | 52 |
| Binary | 10111101 | 11000101 | 10000 | 100 | 0 | 1011100 | 10111 | 111111 | 1010101 | 101010 |
Color Harmonies of #BDC510
Complementary color
Monochromatic Colors of #BDC510
Black with #BDC510
Text Example
Text Example
White with #BDC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC510; }
p { color: rgb(189,197,16); }
H1.HeaderClassName
{
color: #BDC510;
}
.AnyTagClassName
{
color: #BDC510;
}
</style>
background-color css
<style>
a { background-color: #BDC510; }
a { background-color: rgb(189,197,16); }
div.DivClassName
{
background-color: #BDC510;
}
.BgClassName
{
background-color: #BDC510;
}
</style>
border-color css
<style>
span { border-color: #BDC510; }
span { border-color: rgb(189,197,16); }
td.TdClassName
{
border-color: #BDC510;
}
.TagClassName
{
border-color: #BDC510;
}
</style>