Shades of La Rioja #BDD309
Tints of La Rioja #BDD309
RGB
CMYK
RGB Variations
Color information
#BDD309 (or 0xBDD309) is known color: La Rioja. HEX triplet: BD, D3 and 09. RGB value is (189,211,9). Sum of RGB (Red+Green+Blue) = 189+211+9=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD309 is #422CF6. Grayscale: #B6B6B6. Windows color (decimal): -4336887 or 644029. OLE color: 644029.
HSL color Cylindrical-coordinate representation of color #BDD309: hue angle of 66.53º 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 #BDD309 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 9 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.17 |
| HSL | 66.53º | 0.92% | 0.43% | - |
| HSV(B) | 66.53º | 0.96% | 0.83% | - |
| XYZ | 44.33 | 57.43 | 9.01 | - |
| YUV | 181.39 | 30.71 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 9 | 0.10 | 0 | 0.96 | 0.17 | 66.53 | 0.92 | 0.43 |
| Hex | BD | D3 | 9 | A | 0 | 60 | 11 | 43 | 5C | 2B |
| Octal | 275 | 323 | 11 | 12 | 0 | 140 | 21 | 103 | 134 | 53 |
| Binary | 10111101 | 11010011 | 1001 | 1010 | 0 | 1100000 | 10001 | 1000011 | 1011100 | 101011 |
Color Harmonies of #BDD309
Complementary color
Monochromatic Colors of #BDD309
Black with #BDD309
Text Example
Text Example
White with #BDD309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD309; }
p { color: rgb(189,211,9); }
H1.HeaderClassName
{
color: #BDD309;
}
.AnyTagClassName
{
color: #BDD309;
}
</style>
background-color css
<style>
a { background-color: #BDD309; }
a { background-color: rgb(189,211,9); }
div.DivClassName
{
background-color: #BDD309;
}
.BgClassName
{
background-color: #BDD309;
}
</style>
border-color css
<style>
span { border-color: #BDD309; }
span { border-color: rgb(189,211,9); }
td.TdClassName
{
border-color: #BDD309;
}
.TagClassName
{
border-color: #BDD309;
}
</style>