Shades of La Rioja #BDD209
Tints of La Rioja #BDD209
RGB
CMYK
RGB Variations
Color information
#BDD209 (or 0xBDD209) is known color: La Rioja. HEX triplet: BD, D2 and 09. RGB value is (189,210,9). Sum of RGB (Red+Green+Blue) = 189+210+9=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD209 is #422DF6. Grayscale: #B5B5B5. Windows color (decimal): -4337143 or 643773. OLE color: 643773.
HSL color Cylindrical-coordinate representation of color #BDD209: hue angle of 66.27º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDD209 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 9 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.18 |
| HSL | 66.27º | 0.92% | 0.43% | - |
| HSV(B) | 66.27º | 0.96% | 0.82% | - |
| XYZ | 44.08 | 56.93 | 8.92 | - |
| YUV | 180.81 | 31.04 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 9 | 0.10 | 0 | 0.96 | 0.18 | 66.27 | 0.92 | 0.43 |
| Hex | BD | D2 | 9 | A | 0 | 60 | 12 | 42 | 5C | 2B |
| Octal | 275 | 322 | 11 | 12 | 0 | 140 | 22 | 102 | 134 | 53 |
| Binary | 10111101 | 11010010 | 1001 | 1010 | 0 | 1100000 | 10010 | 1000010 | 1011100 | 101011 |
Color Harmonies of #BDD209
Complementary color
Monochromatic Colors of #BDD209
Black with #BDD209
Text Example
Text Example
White with #BDD209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD209; }
p { color: rgb(189,210,9); }
H1.HeaderClassName
{
color: #BDD209;
}
.AnyTagClassName
{
color: #BDD209;
}
</style>
background-color css
<style>
a { background-color: #BDD209; }
a { background-color: rgb(189,210,9); }
div.DivClassName
{
background-color: #BDD209;
}
.BgClassName
{
background-color: #BDD209;
}
</style>
border-color css
<style>
span { border-color: #BDD209; }
span { border-color: rgb(189,210,9); }
td.TdClassName
{
border-color: #BDD209;
}
.TagClassName
{
border-color: #BDD209;
}
</style>