Shades of La Rioja #BDC111
Tints of La Rioja #BDC111
RGB
CMYK
RGB Variations
Color information
#BDC111 (or 0xBDC111) is known color: La Rioja. HEX triplet: BD, C1 and 11. RGB value is (189,193,17). Sum of RGB (Red+Green+Blue) = 189+193+17=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC111 is #423EEE. Grayscale: #ACACAC. Windows color (decimal): -4341487 or 1163709. OLE color: 1163709.
HSL color Cylindrical-coordinate representation of color #BDC111: hue angle of 61.36º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDC111 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 17 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.24 |
| HSL | 61.36º | 0.84% | 0.41% | - |
| HSV(B) | 61.36º | 0.91% | 0.76% | - |
| XYZ | 40.16 | 49 | 7.87 | - |
| YUV | 171.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 17 | 0.02 | 0 | 0.91 | 0.24 | 61.36 | 0.84 | 0.41 |
| Hex | BD | C1 | 11 | 2 | 0 | 5B | 18 | 3D | 54 | 29 |
| Octal | 275 | 301 | 21 | 2 | 0 | 133 | 30 | 75 | 124 | 51 |
| Binary | 10111101 | 11000001 | 10001 | 10 | 0 | 1011011 | 11000 | 111101 | 1010100 | 101001 |
Color Harmonies of #BDC111
Complementary color
Monochromatic Colors of #BDC111
Black with #BDC111
Text Example
Text Example
White with #BDC111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC111; }
p { color: rgb(189,193,17); }
H1.HeaderClassName
{
color: #BDC111;
}
.AnyTagClassName
{
color: #BDC111;
}
</style>
background-color css
<style>
a { background-color: #BDC111; }
a { background-color: rgb(189,193,17); }
div.DivClassName
{
background-color: #BDC111;
}
.BgClassName
{
background-color: #BDC111;
}
</style>
border-color css
<style>
span { border-color: #BDC111; }
span { border-color: rgb(189,193,17); }
td.TdClassName
{
border-color: #BDC111;
}
.TagClassName
{
border-color: #BDC111;
}
</style>