Shades of La Rioja #BDC606
Tints of La Rioja #BDC606
RGB
CMYK
RGB Variations
Color information
#BDC606 (or 0xBDC606) is known color: La Rioja. HEX triplet: BD, C6 and 06. RGB value is (189,198,6). Sum of RGB (Red+Green+Blue) = 189+198+6=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC606 is #4239F9. Grayscale: #AEAEAE. Windows color (decimal): -4340218 or 444093. OLE color: 444093.
HSL color Cylindrical-coordinate representation of color #BDC606: hue angle of 62.81º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC606 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 6 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.22 |
| HSL | 62.81º | 0.94% | 0.4% | - |
| HSV(B) | 62.81º | 0.97% | 0.78% | - |
| XYZ | 41.21 | 51.22 | 7.89 | - |
| YUV | 173.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 6 | 0.05 | 0 | 0.97 | 0.22 | 62.81 | 0.94 | 0.4 |
| Hex | BD | C6 | 6 | 5 | 0 | 61 | 16 | 3F | 5E | 28 |
| Octal | 275 | 306 | 6 | 5 | 0 | 141 | 26 | 77 | 136 | 50 |
| Binary | 10111101 | 11000110 | 110 | 101 | 0 | 1100001 | 10110 | 111111 | 1011110 | 101000 |
Color Harmonies of #BDC606
Complementary color
Monochromatic Colors of #BDC606
Black with #BDC606
Text Example
Text Example
White with #BDC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC606; }
p { color: rgb(189,198,6); }
H1.HeaderClassName
{
color: #BDC606;
}
.AnyTagClassName
{
color: #BDC606;
}
</style>
background-color css
<style>
a { background-color: #BDC606; }
a { background-color: rgb(189,198,6); }
div.DivClassName
{
background-color: #BDC606;
}
.BgClassName
{
background-color: #BDC606;
}
</style>
border-color css
<style>
span { border-color: #BDC606; }
span { border-color: rgb(189,198,6); }
td.TdClassName
{
border-color: #BDC606;
}
.TagClassName
{
border-color: #BDC606;
}
</style>