Shades of La Rioja #BDD208
Tints of La Rioja #BDD208
RGB
CMYK
RGB Variations
Color information
#BDD208 (or 0xBDD208) is known color: La Rioja. HEX triplet: BD, D2 and 08. RGB value is (189,210,8). Sum of RGB (Red+Green+Blue) = 189+210+8=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD208 is #422DF7. Grayscale: #B5B5B5. Windows color (decimal): -4337144 or 578237. OLE color: 578237.
HSL color Cylindrical-coordinate representation of color #BDD208: hue angle of 66.24º 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 #BDD208 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 8 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.18 |
| HSL | 66.24º | 0.93% | 0.43% | - |
| HSV(B) | 66.24º | 0.96% | 0.82% | - |
| XYZ | 44.08 | 56.93 | 8.9 | - |
| YUV | 180.69 | 30.54 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 8 | 0.10 | 0 | 0.96 | 0.18 | 66.24 | 0.93 | 0.43 |
| Hex | BD | D2 | 8 | A | 0 | 60 | 12 | 42 | 5D | 2B |
| Octal | 275 | 322 | 10 | 12 | 0 | 140 | 22 | 102 | 135 | 53 |
| Binary | 10111101 | 11010010 | 1000 | 1010 | 0 | 1100000 | 10010 | 1000010 | 1011101 | 101011 |
Color Harmonies of #BDD208
Complementary color
Monochromatic Colors of #BDD208
Black with #BDD208
Text Example
Text Example
White with #BDD208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD208; }
p { color: rgb(189,210,8); }
H1.HeaderClassName
{
color: #BDD208;
}
.AnyTagClassName
{
color: #BDD208;
}
</style>
background-color css
<style>
a { background-color: #BDD208; }
a { background-color: rgb(189,210,8); }
div.DivClassName
{
background-color: #BDD208;
}
.BgClassName
{
background-color: #BDD208;
}
</style>
border-color css
<style>
span { border-color: #BDD208; }
span { border-color: rgb(189,210,8); }
td.TdClassName
{
border-color: #BDD208;
}
.TagClassName
{
border-color: #BDD208;
}
</style>