Shades of La Rioja #BDD306
Tints of La Rioja #BDD306
RGB
CMYK
RGB Variations
Color information
#BDD306 (or 0xBDD306) is known color: La Rioja. HEX triplet: BD, D3 and 06. RGB value is (189,211,6). Sum of RGB (Red+Green+Blue) = 189+211+6=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 211 (82.81% from 255 or 51.97% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD306 is #422CF9. Grayscale: #B5B5B5. Windows color (decimal): -4336890 or 447421. OLE color: 447421.
HSL color Cylindrical-coordinate representation of color #BDD306: hue angle of 66.44º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDD306 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.17 |
| HSL | 66.44º | 0.94% | 0.43% | - |
| HSV(B) | 66.44º | 0.97% | 0.83% | - |
| XYZ | 44.31 | 57.42 | 8.92 | - |
| YUV | 181.05 | 29.21 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 6 | 0.10 | 0 | 0.97 | 0.17 | 66.44 | 0.94 | 0.43 |
| Hex | BD | D3 | 6 | A | 0 | 61 | 11 | 42 | 5E | 2B |
| Octal | 275 | 323 | 6 | 12 | 0 | 141 | 21 | 102 | 136 | 53 |
| Binary | 10111101 | 11010011 | 110 | 1010 | 0 | 1100001 | 10001 | 1000010 | 1011110 | 101011 |
Color Harmonies of #BDD306
Complementary color
Monochromatic Colors of #BDD306
Black with #BDD306
Text Example
Text Example
White with #BDD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD306; }
p { color: rgb(189,211,6); }
H1.HeaderClassName
{
color: #BDD306;
}
.AnyTagClassName
{
color: #BDD306;
}
</style>
background-color css
<style>
a { background-color: #BDD306; }
a { background-color: rgb(189,211,6); }
div.DivClassName
{
background-color: #BDD306;
}
.BgClassName
{
background-color: #BDD306;
}
</style>
border-color css
<style>
span { border-color: #BDD306; }
span { border-color: rgb(189,211,6); }
td.TdClassName
{
border-color: #BDD306;
}
.TagClassName
{
border-color: #BDD306;
}
</style>