Shades of La Rioja #BDC710
Tints of La Rioja #BDC710
RGB
CMYK
RGB Variations
Color information
#BDC710 (or 0xBDC710) is known color: La Rioja. HEX triplet: BD, C7 and 10. RGB value is (189,199,16). Sum of RGB (Red+Green+Blue) = 189+199+16=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC710 is #4238EF. Grayscale: #AFAFAF. Windows color (decimal): -4339952 or 1099709. OLE color: 1099709.
HSL color Cylindrical-coordinate representation of color #BDC710: hue angle of 63.28º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDC710 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 16 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.22 |
| HSL | 63.28º | 0.85% | 0.42% | - |
| HSV(B) | 63.28º | 0.92% | 0.78% | - |
| XYZ | 41.5 | 51.7 | 8.28 | - |
| YUV | 175.15 | 38.19 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 16 | 0.05 | 0 | 0.92 | 0.22 | 63.28 | 0.85 | 0.42 |
| Hex | BD | C7 | 10 | 5 | 0 | 5C | 16 | 3F | 55 | 2A |
| Octal | 275 | 307 | 20 | 5 | 0 | 134 | 26 | 77 | 125 | 52 |
| Binary | 10111101 | 11000111 | 10000 | 101 | 0 | 1011100 | 10110 | 111111 | 1010101 | 101010 |
Color Harmonies of #BDC710
Complementary color
Monochromatic Colors of #BDC710
Black with #BDC710
Text Example
Text Example
White with #BDC710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC710; }
p { color: rgb(189,199,16); }
H1.HeaderClassName
{
color: #BDC710;
}
.AnyTagClassName
{
color: #BDC710;
}
</style>
background-color css
<style>
a { background-color: #BDC710; }
a { background-color: rgb(189,199,16); }
div.DivClassName
{
background-color: #BDC710;
}
.BgClassName
{
background-color: #BDC710;
}
</style>
border-color css
<style>
span { border-color: #BDC710; }
span { border-color: rgb(189,199,16); }
td.TdClassName
{
border-color: #BDC710;
}
.TagClassName
{
border-color: #BDC710;
}
</style>