Shades of La Rioja #BDD000
Tints of La Rioja #BDD000
RGB
CMYK
RGB Variations
Color information
#BDD000 (or 0xBDD000) is known color: La Rioja. HEX triplet: BD, D0 and 00. RGB value is (189,208,0). Sum of RGB (Red+Green+Blue) = 189+208+0=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD000 is #422FFF. Grayscale: #B3B3B3. Windows color (decimal): -4337664 or 53437. OLE color: 53437.
HSL color Cylindrical-coordinate representation of color #BDD000: hue angle of 65.48º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDD000 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.18 |
| HSL | 65.48º | 1% | 0.41% | - |
| HSV(B) | 65.48º | 1% | 0.82% | - |
| XYZ | 43.54 | 55.93 | 8.5 | - |
| YUV | 178.61 | 27.21 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 0 | 0.09 | 0 | 1 | 0.18 | 65.48 | 1 | 0.41 |
| Hex | BD | D0 | 0 | 9 | 0 | 64 | 12 | 41 | 64 | 29 |
| Octal | 275 | 320 | 0 | 11 | 0 | 144 | 22 | 101 | 144 | 51 |
| Binary | 10111101 | 11010000 | 0 | 1001 | 0 | 1100100 | 10010 | 1000001 | 1100100 | 101001 |
Color Harmonies of #BDD000
Complementary color
Monochromatic Colors of #BDD000
Black with #BDD000
Text Example
Text Example
White with #BDD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD000; }
p { color: rgb(189,208,0); }
H1.HeaderClassName
{
color: #BDD000;
}
.AnyTagClassName
{
color: #BDD000;
}
</style>
background-color css
<style>
a { background-color: #BDD000; }
a { background-color: rgb(189,208,0); }
div.DivClassName
{
background-color: #BDD000;
}
.BgClassName
{
background-color: #BDD000;
}
</style>
border-color css
<style>
span { border-color: #BDD000; }
span { border-color: rgb(189,208,0); }
td.TdClassName
{
border-color: #BDD000;
}
.TagClassName
{
border-color: #BDD000;
}
</style>