Shades of La Rioja #BDD405
Tints of La Rioja #BDD405
RGB
CMYK
RGB Variations
Color information
#BDD405 (or 0xBDD405) is known color: La Rioja. HEX triplet: BD, D4 and 05. RGB value is (189,212,5). Sum of RGB (Red+Green+Blue) = 189+212+5=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 212 (83.20% from 255 or 52.22% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD405 is #422BFA. Grayscale: #B6B6B6. Windows color (decimal): -4336635 or 382141. OLE color: 382141.
HSL color Cylindrical-coordinate representation of color #BDD405: hue angle of 66.67º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDD405 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.17 |
| HSL | 66.67º | 0.95% | 0.43% | - |
| HSV(B) | 66.67º | 0.98% | 0.83% | - |
| XYZ | 44.56 | 57.92 | 8.97 | - |
| YUV | 181.53 | 28.38 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 5 | 0.11 | 0 | 0.98 | 0.17 | 66.67 | 0.95 | 0.43 |
| Hex | BD | D4 | 5 | B | 0 | 62 | 11 | 43 | 5F | 2B |
| Octal | 275 | 324 | 5 | 13 | 0 | 142 | 21 | 103 | 137 | 53 |
| Binary | 10111101 | 11010100 | 101 | 1011 | 0 | 1100010 | 10001 | 1000011 | 1011111 | 101011 |
Color Harmonies of #BDD405
Complementary color
Monochromatic Colors of #BDD405
Black with #BDD405
Text Example
Text Example
White with #BDD405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD405; }
p { color: rgb(189,212,5); }
H1.HeaderClassName
{
color: #BDD405;
}
.AnyTagClassName
{
color: #BDD405;
}
</style>
background-color css
<style>
a { background-color: #BDD405; }
a { background-color: rgb(189,212,5); }
div.DivClassName
{
background-color: #BDD405;
}
.BgClassName
{
background-color: #BDD405;
}
</style>
border-color css
<style>
span { border-color: #BDD405; }
span { border-color: rgb(189,212,5); }
td.TdClassName
{
border-color: #BDD405;
}
.TagClassName
{
border-color: #BDD405;
}
</style>