Shades of La Rioja #BDD400
Tints of La Rioja #BDD400
RGB
CMYK
RGB Variations
Color information
#BDD400 (or 0xBDD400) is known color: La Rioja. HEX triplet: BD, D4 and 00. RGB value is (189,212,0). Sum of RGB (Red+Green+Blue) = 189+212+0=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD400 is #422BFF. Grayscale: #B5B5B5. Windows color (decimal): -4336640 or 54461. OLE color: 54461.
HSL color Cylindrical-coordinate representation of color #BDD400: hue angle of 66.51º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDD400 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.17 |
| HSL | 66.51º | 1% | 0.42% | - |
| HSV(B) | 66.51º | 1% | 0.83% | - |
| XYZ | 44.53 | 57.91 | 8.83 | - |
| YUV | 180.96 | 25.88 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 0 | 0.11 | 0 | 1 | 0.17 | 66.51 | 1 | 0.42 |
| Hex | BD | D4 | 0 | B | 0 | 64 | 11 | 43 | 64 | 2A |
| Octal | 275 | 324 | 0 | 13 | 0 | 144 | 21 | 103 | 144 | 52 |
| Binary | 10111101 | 11010100 | 0 | 1011 | 0 | 1100100 | 10001 | 1000011 | 1100100 | 101010 |
Color Harmonies of #BDD400
Complementary color
Monochromatic Colors of #BDD400
Black with #BDD400
Text Example
Text Example
White with #BDD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD400; }
p { color: rgb(189,212,0); }
H1.HeaderClassName
{
color: #BDD400;
}
.AnyTagClassName
{
color: #BDD400;
}
</style>
background-color css
<style>
a { background-color: #BDD400; }
a { background-color: rgb(189,212,0); }
div.DivClassName
{
background-color: #BDD400;
}
.BgClassName
{
background-color: #BDD400;
}
</style>
border-color css
<style>
span { border-color: #BDD400; }
span { border-color: rgb(189,212,0); }
td.TdClassName
{
border-color: #BDD400;
}
.TagClassName
{
border-color: #BDD400;
}
</style>