Shades of La Rioja #BDD409
Tints of La Rioja #BDD409
RGB
CMYK
RGB Variations
Color information
#BDD409 (or 0xBDD409) is known color: La Rioja. HEX triplet: BD, D4 and 09. RGB value is (189,212,9). Sum of RGB (Red+Green+Blue) = 189+212+9=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD409 is #422BF6. Grayscale: #B6B6B6. Windows color (decimal): -4336631 or 644285. OLE color: 644285.
HSL color Cylindrical-coordinate representation of color #BDD409: hue angle of 66.8º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDD409 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 9 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.17 |
| HSL | 66.8º | 0.92% | 0.43% | - |
| HSV(B) | 66.8º | 0.96% | 0.83% | - |
| XYZ | 44.58 | 57.93 | 9.09 | - |
| YUV | 181.98 | 30.38 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 9 | 0.11 | 0 | 0.96 | 0.17 | 66.8 | 0.92 | 0.43 |
| Hex | BD | D4 | 9 | B | 0 | 60 | 11 | 43 | 5C | 2B |
| Octal | 275 | 324 | 11 | 13 | 0 | 140 | 21 | 103 | 134 | 53 |
| Binary | 10111101 | 11010100 | 1001 | 1011 | 0 | 1100000 | 10001 | 1000011 | 1011100 | 101011 |
Color Harmonies of #BDD409
Complementary color
Monochromatic Colors of #BDD409
Black with #BDD409
Text Example
Text Example
White with #BDD409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD409; }
p { color: rgb(189,212,9); }
H1.HeaderClassName
{
color: #BDD409;
}
.AnyTagClassName
{
color: #BDD409;
}
</style>
background-color css
<style>
a { background-color: #BDD409; }
a { background-color: rgb(189,212,9); }
div.DivClassName
{
background-color: #BDD409;
}
.BgClassName
{
background-color: #BDD409;
}
</style>
border-color css
<style>
span { border-color: #BDD409; }
span { border-color: rgb(189,212,9); }
td.TdClassName
{
border-color: #BDD409;
}
.TagClassName
{
border-color: #BDD409;
}
</style>