Shades of La Rioja #BDD105
Tints of La Rioja #BDD105
RGB
CMYK
RGB Variations
Color information
#BDD105 (or 0xBDD105) is known color: La Rioja. HEX triplet: BD, D1 and 05. RGB value is (189,209,5). Sum of RGB (Red+Green+Blue) = 189+209+5=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD105 is #422EFA. Grayscale: #B4B4B4. Windows color (decimal): -4337403 or 381373. OLE color: 381373.
HSL color Cylindrical-coordinate representation of color #BDD105: hue angle of 65.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDD105 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 5 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.18 |
| HSL | 65.88º | 0.95% | 0.42% | - |
| HSV(B) | 65.88º | 0.98% | 0.82% | - |
| XYZ | 43.81 | 56.43 | 8.73 | - |
| YUV | 179.76 | 29.37 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 5 | 0.10 | 0 | 0.98 | 0.18 | 65.88 | 0.95 | 0.42 |
| Hex | BD | D1 | 5 | A | 0 | 62 | 12 | 42 | 5F | 2A |
| Octal | 275 | 321 | 5 | 12 | 0 | 142 | 22 | 102 | 137 | 52 |
| Binary | 10111101 | 11010001 | 101 | 1010 | 0 | 1100010 | 10010 | 1000010 | 1011111 | 101010 |
Color Harmonies of #BDD105
Complementary color
Monochromatic Colors of #BDD105
Black with #BDD105
Text Example
Text Example
White with #BDD105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD105; }
p { color: rgb(189,209,5); }
H1.HeaderClassName
{
color: #BDD105;
}
.AnyTagClassName
{
color: #BDD105;
}
</style>
background-color css
<style>
a { background-color: #BDD105; }
a { background-color: rgb(189,209,5); }
div.DivClassName
{
background-color: #BDD105;
}
.BgClassName
{
background-color: #BDD105;
}
</style>
border-color css
<style>
span { border-color: #BDD105; }
span { border-color: rgb(189,209,5); }
td.TdClassName
{
border-color: #BDD105;
}
.TagClassName
{
border-color: #BDD105;
}
</style>