Shades of La Rioja #BDD507
Tints of La Rioja #BDD507
RGB
CMYK
RGB Variations
Color information
#BDD507 (or 0xBDD507) is known color: La Rioja. HEX triplet: BD, D5 and 07. RGB value is (189,213,7). Sum of RGB (Red+Green+Blue) = 189+213+7=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD507 is #422AF8. Grayscale: #B7B7B7. Windows color (decimal): -4336377 or 513469. OLE color: 513469.
HSL color Cylindrical-coordinate representation of color #BDD507: hue angle of 66.99º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDD507 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.16 |
| HSL | 66.99º | 0.94% | 0.43% | - |
| HSV(B) | 66.99º | 0.97% | 0.84% | - |
| XYZ | 44.82 | 58.42 | 9.12 | - |
| YUV | 182.34 | 29.05 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 7 | 0.11 | 0 | 0.97 | 0.16 | 66.99 | 0.94 | 0.43 |
| Hex | BD | D5 | 7 | B | 0 | 61 | 10 | 43 | 5E | 2B |
| Octal | 275 | 325 | 7 | 13 | 0 | 141 | 20 | 103 | 136 | 53 |
| Binary | 10111101 | 11010101 | 111 | 1011 | 0 | 1100001 | 10000 | 1000011 | 1011110 | 101011 |
Color Harmonies of #BDD507
Complementary color
Monochromatic Colors of #BDD507
Black with #BDD507
Text Example
Text Example
White with #BDD507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD507; }
p { color: rgb(189,213,7); }
H1.HeaderClassName
{
color: #BDD507;
}
.AnyTagClassName
{
color: #BDD507;
}
</style>
background-color css
<style>
a { background-color: #BDD507; }
a { background-color: rgb(189,213,7); }
div.DivClassName
{
background-color: #BDD507;
}
.BgClassName
{
background-color: #BDD507;
}
</style>
border-color css
<style>
span { border-color: #BDD507; }
span { border-color: rgb(189,213,7); }
td.TdClassName
{
border-color: #BDD507;
}
.TagClassName
{
border-color: #BDD507;
}
</style>