Shades of La Rioja #BDC007
Tints of La Rioja #BDC007
RGB
CMYK
RGB Variations
Color information
#BDC007 (or 0xBDC007) is known color: La Rioja. HEX triplet: BD, C0 and 07. RGB value is (189,192,7). Sum of RGB (Red+Green+Blue) = 189+192+7=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC007 is #423FF8. Grayscale: #AAAAAA. Windows color (decimal): -4341753 or 508093. OLE color: 508093.
HSL color Cylindrical-coordinate representation of color #BDC007: hue angle of 60.97º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDC007 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.25 |
| HSL | 60.97º | 0.93% | 0.39% | - |
| HSV(B) | 60.97º | 0.96% | 0.75% | - |
| XYZ | 39.87 | 48.53 | 7.47 | - |
| YUV | 170.01 | 36.01 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 7 | 0.02 | 0 | 0.96 | 0.25 | 60.97 | 0.93 | 0.39 |
| Hex | BD | C0 | 7 | 2 | 0 | 60 | 19 | 3D | 5D | 27 |
| Octal | 275 | 300 | 7 | 2 | 0 | 140 | 31 | 75 | 135 | 47 |
| Binary | 10111101 | 11000000 | 111 | 10 | 0 | 1100000 | 11001 | 111101 | 1011101 | 100111 |
Color Harmonies of #BDC007
Complementary color
Monochromatic Colors of #BDC007
Black with #BDC007
Text Example
Text Example
White with #BDC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC007; }
p { color: rgb(189,192,7); }
H1.HeaderClassName
{
color: #BDC007;
}
.AnyTagClassName
{
color: #BDC007;
}
</style>
background-color css
<style>
a { background-color: #BDC007; }
a { background-color: rgb(189,192,7); }
div.DivClassName
{
background-color: #BDC007;
}
.BgClassName
{
background-color: #BDC007;
}
</style>
border-color css
<style>
span { border-color: #BDC007; }
span { border-color: rgb(189,192,7); }
td.TdClassName
{
border-color: #BDC007;
}
.TagClassName
{
border-color: #BDC007;
}
</style>