Shades of La Rioja #BDD206
Tints of La Rioja #BDD206
RGB
CMYK
RGB Variations
Color information
#BDD206 (or 0xBDD206) is known color: La Rioja. HEX triplet: BD, D2 and 06. RGB value is (189,210,6). Sum of RGB (Red+Green+Blue) = 189+210+6=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD206 is #422DF9. Grayscale: #B5B5B5. Windows color (decimal): -4337146 or 447165. OLE color: 447165.
HSL color Cylindrical-coordinate representation of color #BDD206: hue angle of 66.18º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDD206 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.18 |
| HSL | 66.18º | 0.94% | 0.42% | - |
| HSV(B) | 66.18º | 0.97% | 0.82% | - |
| XYZ | 44.07 | 56.93 | 8.84 | - |
| YUV | 180.47 | 29.54 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 6 | 0.10 | 0 | 0.97 | 0.18 | 66.18 | 0.94 | 0.42 |
| Hex | BD | D2 | 6 | A | 0 | 61 | 12 | 42 | 5E | 2A |
| Octal | 275 | 322 | 6 | 12 | 0 | 141 | 22 | 102 | 136 | 52 |
| Binary | 10111101 | 11010010 | 110 | 1010 | 0 | 1100001 | 10010 | 1000010 | 1011110 | 101010 |
Color Harmonies of #BDD206
Complementary color
Monochromatic Colors of #BDD206
Black with #BDD206
Text Example
Text Example
White with #BDD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD206; }
p { color: rgb(189,210,6); }
H1.HeaderClassName
{
color: #BDD206;
}
.AnyTagClassName
{
color: #BDD206;
}
</style>
background-color css
<style>
a { background-color: #BDD206; }
a { background-color: rgb(189,210,6); }
div.DivClassName
{
background-color: #BDD206;
}
.BgClassName
{
background-color: #BDD206;
}
</style>
border-color css
<style>
span { border-color: #BDD206; }
span { border-color: rgb(189,210,6); }
td.TdClassName
{
border-color: #BDD206;
}
.TagClassName
{
border-color: #BDD206;
}
</style>