Shades of La Rioja #BDC507
Tints of La Rioja #BDC507
RGB
CMYK
RGB Variations
Color information
#BDC507 (or 0xBDC507) is known color: La Rioja. HEX triplet: BD, C5 and 07. RGB value is (189,197,7). Sum of RGB (Red+Green+Blue) = 189+197+7=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC507 is #423AF8. Grayscale: #ADADAD. Windows color (decimal): -4340473 or 509373. OLE color: 509373.
HSL color Cylindrical-coordinate representation of color #BDC507: hue angle of 62.53º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDC507 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.23 |
| HSL | 62.53º | 0.93% | 0.4% | - |
| HSV(B) | 62.53º | 0.96% | 0.77% | - |
| XYZ | 40.99 | 50.77 | 7.84 | - |
| YUV | 172.95 | 34.35 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 7 | 0.04 | 0 | 0.96 | 0.23 | 62.53 | 0.93 | 0.4 |
| Hex | BD | C5 | 7 | 4 | 0 | 60 | 17 | 3F | 5D | 28 |
| Octal | 275 | 305 | 7 | 4 | 0 | 140 | 27 | 77 | 135 | 50 |
| Binary | 10111101 | 11000101 | 111 | 100 | 0 | 1100000 | 10111 | 111111 | 1011101 | 101000 |
Color Harmonies of #BDC507
Complementary color
Monochromatic Colors of #BDC507
Black with #BDC507
Text Example
Text Example
White with #BDC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC507; }
p { color: rgb(189,197,7); }
H1.HeaderClassName
{
color: #BDC507;
}
.AnyTagClassName
{
color: #BDC507;
}
</style>
background-color css
<style>
a { background-color: #BDC507; }
a { background-color: rgb(189,197,7); }
div.DivClassName
{
background-color: #BDC507;
}
.BgClassName
{
background-color: #BDC507;
}
</style>
border-color css
<style>
span { border-color: #BDC507; }
span { border-color: rgb(189,197,7); }
td.TdClassName
{
border-color: #BDC507;
}
.TagClassName
{
border-color: #BDC507;
}
</style>