Shades of La Rioja #BDC613
Tints of La Rioja #BDC613
RGB
CMYK
RGB Variations
Color information
#BDC613 (or 0xBDC613) is known color: La Rioja. HEX triplet: BD, C6 and 13. RGB value is (189,198,19). Sum of RGB (Red+Green+Blue) = 189+198+19=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC613 is #4239EC. Grayscale: #AFAFAF. Windows color (decimal): -4340205 or 1296061. OLE color: 1296061.
HSL color Cylindrical-coordinate representation of color #BDC613: hue angle of 63.02º degrees, saturation: 0.82, 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 #BDC613 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 19 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.22 |
| HSL | 63.02º | 0.82% | 0.43% | - |
| HSV(B) | 63.02º | 0.9% | 0.78% | - |
| XYZ | 41.3 | 51.25 | 8.33 | - |
| YUV | 174.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 19 | 0.05 | 0 | 0.90 | 0.22 | 63.02 | 0.82 | 0.43 |
| Hex | BD | C6 | 13 | 5 | 0 | 5A | 16 | 3F | 52 | 2B |
| Octal | 275 | 306 | 23 | 5 | 0 | 132 | 26 | 77 | 122 | 53 |
| Binary | 10111101 | 11000110 | 10011 | 101 | 0 | 1011010 | 10110 | 111111 | 1010010 | 101011 |
Color Harmonies of #BDC613
Complementary color
Monochromatic Colors of #BDC613
Black with #BDC613
Text Example
Text Example
White with #BDC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC613; }
p { color: rgb(189,198,19); }
H1.HeaderClassName
{
color: #BDC613;
}
.AnyTagClassName
{
color: #BDC613;
}
</style>
background-color css
<style>
a { background-color: #BDC613; }
a { background-color: rgb(189,198,19); }
div.DivClassName
{
background-color: #BDC613;
}
.BgClassName
{
background-color: #BDC613;
}
</style>
border-color css
<style>
span { border-color: #BDC613; }
span { border-color: rgb(189,198,19); }
td.TdClassName
{
border-color: #BDC613;
}
.TagClassName
{
border-color: #BDC613;
}
</style>