Shades of La Rioja #BDD108
Tints of La Rioja #BDD108
RGB
CMYK
RGB Variations
Color information
#BDD108 (or 0xBDD108) is known color: La Rioja. HEX triplet: BD, D1 and 08. RGB value is (189,209,8). Sum of RGB (Red+Green+Blue) = 189+209+8=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD108 is #422EF7. Grayscale: #B4B4B4. Windows color (decimal): -4337400 or 577981. OLE color: 577981.
HSL color Cylindrical-coordinate representation of color #BDD108: hue angle of 65.97º degrees, saturation: 0.93, 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 #BDD108 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 8 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.18 |
| HSL | 65.97º | 0.93% | 0.43% | - |
| HSV(B) | 65.97º | 0.96% | 0.82% | - |
| XYZ | 43.83 | 56.44 | 8.81 | - |
| YUV | 180.11 | 30.87 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 8 | 0.10 | 0 | 0.96 | 0.18 | 65.97 | 0.93 | 0.43 |
| Hex | BD | D1 | 8 | A | 0 | 60 | 12 | 42 | 5D | 2B |
| Octal | 275 | 321 | 10 | 12 | 0 | 140 | 22 | 102 | 135 | 53 |
| Binary | 10111101 | 11010001 | 1000 | 1010 | 0 | 1100000 | 10010 | 1000010 | 1011101 | 101011 |
Color Harmonies of #BDD108
Complementary color
Monochromatic Colors of #BDD108
Black with #BDD108
Text Example
Text Example
White with #BDD108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD108; }
p { color: rgb(189,209,8); }
H1.HeaderClassName
{
color: #BDD108;
}
.AnyTagClassName
{
color: #BDD108;
}
</style>
background-color css
<style>
a { background-color: #BDD108; }
a { background-color: rgb(189,209,8); }
div.DivClassName
{
background-color: #BDD108;
}
.BgClassName
{
background-color: #BDD108;
}
</style>
border-color css
<style>
span { border-color: #BDD108; }
span { border-color: rgb(189,209,8); }
td.TdClassName
{
border-color: #BDD108;
}
.TagClassName
{
border-color: #BDD108;
}
</style>