Shades of La Rioja #BDC00C
Tints of La Rioja #BDC00C
RGB
CMYK
RGB Variations
Color information
#BDC00C (or 0xBDC00C) is known color: La Rioja. HEX triplet: BD, C0 and 0C. RGB value is (189,192,12). Sum of RGB (Red+Green+Blue) = 189+192+12=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC00C is #423FF3. Grayscale: #ABABAB. Windows color (decimal): -4341748 or 835773. OLE color: 835773.
HSL color Cylindrical-coordinate representation of color #BDC00C: hue angle of 61º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC00C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 12 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.25 |
| HSL | 61º | 0.88% | 0.4% | - |
| HSV(B) | 61º | 0.94% | 0.75% | - |
| XYZ | 39.9 | 48.54 | 7.61 | - |
| YUV | 170.58 | 38.51 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 12 | 0.02 | 0 | 0.94 | 0.25 | 61 | 0.88 | 0.4 |
| Hex | BD | C0 | C | 2 | 0 | 5E | 19 | 3D | 58 | 28 |
| Octal | 275 | 300 | 14 | 2 | 0 | 136 | 31 | 75 | 130 | 50 |
| Binary | 10111101 | 11000000 | 1100 | 10 | 0 | 1011110 | 11001 | 111101 | 1011000 | 101000 |
Color Harmonies of #BDC00C
Complementary color
Monochromatic Colors of #BDC00C
Black with #BDC00C
Text Example
Text Example
White with #BDC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC00C; }
p { color: rgb(189,192,12); }
H1.HeaderClassName
{
color: #BDC00C;
}
.AnyTagClassName
{
color: #BDC00C;
}
</style>
background-color css
<style>
a { background-color: #BDC00C; }
a { background-color: rgb(189,192,12); }
div.DivClassName
{
background-color: #BDC00C;
}
.BgClassName
{
background-color: #BDC00C;
}
</style>
border-color css
<style>
span { border-color: #BDC00C; }
span { border-color: rgb(189,192,12); }
td.TdClassName
{
border-color: #BDC00C;
}
.TagClassName
{
border-color: #BDC00C;
}
</style>