Shades of La Rioja #BDC80C
Tints of La Rioja #BDC80C
RGB
CMYK
RGB Variations
Color information
#BDC80C (or 0xBDC80C) is known color: La Rioja. HEX triplet: BD, C8 and 0C. RGB value is (189,200,12). Sum of RGB (Red+Green+Blue) = 189+200+12=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC80C is #4237F3. Grayscale: #B0B0B0. Windows color (decimal): -4339700 or 837821. OLE color: 837821.
HSL color Cylindrical-coordinate representation of color #BDC80C: hue angle of 63.51º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC80C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 12 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.22 |
| HSL | 63.51º | 0.89% | 0.42% | - |
| HSV(B) | 63.51º | 0.94% | 0.78% | - |
| XYZ | 41.71 | 52.15 | 8.22 | - |
| YUV | 175.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 12 | 0.06 | 0 | 0.94 | 0.22 | 63.51 | 0.89 | 0.42 |
| Hex | BD | C8 | C | 6 | 0 | 5E | 16 | 40 | 59 | 2A |
| Octal | 275 | 310 | 14 | 6 | 0 | 136 | 26 | 100 | 131 | 52 |
| Binary | 10111101 | 11001000 | 1100 | 110 | 0 | 1011110 | 10110 | 1000000 | 1011001 | 101010 |
Color Harmonies of #BDC80C
Complementary color
Monochromatic Colors of #BDC80C
Black with #BDC80C
Text Example
Text Example
White with #BDC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC80C; }
p { color: rgb(189,200,12); }
H1.HeaderClassName
{
color: #BDC80C;
}
.AnyTagClassName
{
color: #BDC80C;
}
</style>
background-color css
<style>
a { background-color: #BDC80C; }
a { background-color: rgb(189,200,12); }
div.DivClassName
{
background-color: #BDC80C;
}
.BgClassName
{
background-color: #BDC80C;
}
</style>
border-color css
<style>
span { border-color: #BDC80C; }
span { border-color: rgb(189,200,12); }
td.TdClassName
{
border-color: #BDC80C;
}
.TagClassName
{
border-color: #BDC80C;
}
</style>