Shades of La Rioja #BDC711
Tints of La Rioja #BDC711
RGB
CMYK
RGB Variations
Color information
#BDC711 (or 0xBDC711) is known color: La Rioja. HEX triplet: BD, C7 and 11. RGB value is (189,199,17). Sum of RGB (Red+Green+Blue) = 189+199+17=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC711 is #4238EE. Grayscale: #AFAFAF. Windows color (decimal): -4339951 or 1165245. OLE color: 1165245.
HSL color Cylindrical-coordinate representation of color #BDC711: hue angle of 63.3º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDC711 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 17 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.22 |
| HSL | 63.3º | 0.84% | 0.42% | - |
| HSV(B) | 63.3º | 0.91% | 0.78% | - |
| XYZ | 41.51 | 51.71 | 8.32 | - |
| YUV | 175.26 | 38.69 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 17 | 0.05 | 0 | 0.91 | 0.22 | 63.3 | 0.84 | 0.42 |
| Hex | BD | C7 | 11 | 5 | 0 | 5B | 16 | 3F | 54 | 2A |
| Octal | 275 | 307 | 21 | 5 | 0 | 133 | 26 | 77 | 124 | 52 |
| Binary | 10111101 | 11000111 | 10001 | 101 | 0 | 1011011 | 10110 | 111111 | 1010100 | 101010 |
Color Harmonies of #BDC711
Complementary color
Monochromatic Colors of #BDC711
Black with #BDC711
Text Example
Text Example
White with #BDC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC711; }
p { color: rgb(189,199,17); }
H1.HeaderClassName
{
color: #BDC711;
}
.AnyTagClassName
{
color: #BDC711;
}
</style>
background-color css
<style>
a { background-color: #BDC711; }
a { background-color: rgb(189,199,17); }
div.DivClassName
{
background-color: #BDC711;
}
.BgClassName
{
background-color: #BDC711;
}
</style>
border-color css
<style>
span { border-color: #BDC711; }
span { border-color: rgb(189,199,17); }
td.TdClassName
{
border-color: #BDC711;
}
.TagClassName
{
border-color: #BDC711;
}
</style>