Shades of La Rioja #BDC713
Tints of La Rioja #BDC713
RGB
CMYK
RGB Variations
Color information
#BDC713 (or 0xBDC713) is known color: La Rioja. HEX triplet: BD, C7 and 13. RGB value is (189,199,19). Sum of RGB (Red+Green+Blue) = 189+199+19=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC713 is #4238EC. Grayscale: #B0B0B0. Windows color (decimal): -4339949 or 1296317. OLE color: 1296317.
HSL color Cylindrical-coordinate representation of color #BDC713: hue angle of 63.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDC713 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 19 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.22 |
| HSL | 63.33º | 0.83% | 0.43% | - |
| HSV(B) | 63.33º | 0.9% | 0.78% | - |
| XYZ | 41.53 | 51.71 | 8.41 | - |
| YUV | 175.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 19 | 0.05 | 0 | 0.90 | 0.22 | 63.33 | 0.83 | 0.43 |
| Hex | BD | C7 | 13 | 5 | 0 | 5A | 16 | 3F | 53 | 2B |
| Octal | 275 | 307 | 23 | 5 | 0 | 132 | 26 | 77 | 123 | 53 |
| Binary | 10111101 | 11000111 | 10011 | 101 | 0 | 1011010 | 10110 | 111111 | 1010011 | 101011 |
Color Harmonies of #BDC713
Complementary color
Monochromatic Colors of #BDC713
Black with #BDC713
Text Example
Text Example
White with #BDC713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC713; }
p { color: rgb(189,199,19); }
H1.HeaderClassName
{
color: #BDC713;
}
.AnyTagClassName
{
color: #BDC713;
}
</style>
background-color css
<style>
a { background-color: #BDC713; }
a { background-color: rgb(189,199,19); }
div.DivClassName
{
background-color: #BDC713;
}
.BgClassName
{
background-color: #BDC713;
}
</style>
border-color css
<style>
span { border-color: #BDC713; }
span { border-color: rgb(189,199,19); }
td.TdClassName
{
border-color: #BDC713;
}
.TagClassName
{
border-color: #BDC713;
}
</style>