Shades of La Rioja #BDC406
Tints of La Rioja #BDC406
RGB
CMYK
RGB Variations
Color information
#BDC406 (or 0xBDC406) is known color: La Rioja. HEX triplet: BD, C4 and 06. RGB value is (189,196,6). Sum of RGB (Red+Green+Blue) = 189+196+6=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC406 is #423BF9. Grayscale: #ADADAD. Windows color (decimal): -4340730 or 443581. OLE color: 443581.
HSL color Cylindrical-coordinate representation of color #BDC406: hue angle of 62.21º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC406 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.23 |
| HSL | 62.21º | 0.94% | 0.4% | - |
| HSV(B) | 62.21º | 0.97% | 0.77% | - |
| XYZ | 40.76 | 50.31 | 7.74 | - |
| YUV | 172.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 6 | 0.04 | 0 | 0.97 | 0.23 | 62.21 | 0.94 | 0.4 |
| Hex | BD | C4 | 6 | 4 | 0 | 61 | 17 | 3E | 5E | 28 |
| Octal | 275 | 304 | 6 | 4 | 0 | 141 | 27 | 76 | 136 | 50 |
| Binary | 10111101 | 11000100 | 110 | 100 | 0 | 1100001 | 10111 | 111110 | 1011110 | 101000 |
Color Harmonies of #BDC406
Complementary color
Monochromatic Colors of #BDC406
Black with #BDC406
Text Example
Text Example
White with #BDC406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC406; }
p { color: rgb(189,196,6); }
H1.HeaderClassName
{
color: #BDC406;
}
.AnyTagClassName
{
color: #BDC406;
}
</style>
background-color css
<style>
a { background-color: #BDC406; }
a { background-color: rgb(189,196,6); }
div.DivClassName
{
background-color: #BDC406;
}
.BgClassName
{
background-color: #BDC406;
}
</style>
border-color css
<style>
span { border-color: #BDC406; }
span { border-color: rgb(189,196,6); }
td.TdClassName
{
border-color: #BDC406;
}
.TagClassName
{
border-color: #BDC406;
}
</style>