Shades of La Rioja #BDD300
Tints of La Rioja #BDD300
RGB
CMYK
RGB Variations
Color information
#BDD300 (or 0xBDD300) is known color: La Rioja. HEX triplet: BD, D3 and 00. RGB value is (189,211,0). Sum of RGB (Red+Green+Blue) = 189+211+0=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 211 (82.81% from 255 or 52.75% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD300 is #422CFF. Grayscale: #B5B5B5. Windows color (decimal): -4336896 or 54205. OLE color: 54205.
HSL color Cylindrical-coordinate representation of color #BDD300: hue angle of 66.26º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDD300 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.17 |
| HSL | 66.26º | 1% | 0.41% | - |
| HSV(B) | 66.26º | 1% | 0.83% | - |
| XYZ | 44.28 | 57.41 | 8.75 | - |
| YUV | 180.37 | 26.21 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 0 | 0.10 | 0 | 1 | 0.17 | 66.26 | 1 | 0.41 |
| Hex | BD | D3 | 0 | A | 0 | 64 | 11 | 42 | 64 | 29 |
| Octal | 275 | 323 | 0 | 12 | 0 | 144 | 21 | 102 | 144 | 51 |
| Binary | 10111101 | 11010011 | 0 | 1010 | 0 | 1100100 | 10001 | 1000010 | 1100100 | 101001 |
Color Harmonies of #BDD300
Complementary color
Monochromatic Colors of #BDD300
Black with #BDD300
Text Example
Text Example
White with #BDD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD300; }
p { color: rgb(189,211,0); }
H1.HeaderClassName
{
color: #BDD300;
}
.AnyTagClassName
{
color: #BDD300;
}
</style>
background-color css
<style>
a { background-color: #BDD300; }
a { background-color: rgb(189,211,0); }
div.DivClassName
{
background-color: #BDD300;
}
.BgClassName
{
background-color: #BDD300;
}
</style>
border-color css
<style>
span { border-color: #BDD300; }
span { border-color: rgb(189,211,0); }
td.TdClassName
{
border-color: #BDD300;
}
.TagClassName
{
border-color: #BDD300;
}
</style>