Shades of La Rioja #BDC206
Tints of La Rioja #BDC206
RGB
CMYK
RGB Variations
Color information
#BDC206 (or 0xBDC206) is known color: La Rioja. HEX triplet: BD, C2 and 06. RGB value is (189,194,6). Sum of RGB (Red+Green+Blue) = 189+194+6=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC206 is #423DF9. Grayscale: #ABABAB. Windows color (decimal): -4341242 or 443069. OLE color: 443069.
HSL color Cylindrical-coordinate representation of color #BDC206: hue angle of 61.6º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC206 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 6 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.24 |
| HSL | 61.6º | 0.94% | 0.39% | - |
| HSV(B) | 61.6º | 0.97% | 0.76% | - |
| XYZ | 40.31 | 49.42 | 7.59 | - |
| YUV | 171.07 | 34.84 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 6 | 0.03 | 0 | 0.97 | 0.24 | 61.6 | 0.94 | 0.39 |
| Hex | BD | C2 | 6 | 3 | 0 | 61 | 18 | 3E | 5E | 27 |
| Octal | 275 | 302 | 6 | 3 | 0 | 141 | 30 | 76 | 136 | 47 |
| Binary | 10111101 | 11000010 | 110 | 11 | 0 | 1100001 | 11000 | 111110 | 1011110 | 100111 |
Color Harmonies of #BDC206
Complementary color
Monochromatic Colors of #BDC206
Black with #BDC206
Text Example
Text Example
White with #BDC206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC206; }
p { color: rgb(189,194,6); }
H1.HeaderClassName
{
color: #BDC206;
}
.AnyTagClassName
{
color: #BDC206;
}
</style>
background-color css
<style>
a { background-color: #BDC206; }
a { background-color: rgb(189,194,6); }
div.DivClassName
{
background-color: #BDC206;
}
.BgClassName
{
background-color: #BDC206;
}
</style>
border-color css
<style>
span { border-color: #BDC206; }
span { border-color: rgb(189,194,6); }
td.TdClassName
{
border-color: #BDC206;
}
.TagClassName
{
border-color: #BDC206;
}
</style>