Shades of La Rioja #BDC10E
Tints of La Rioja #BDC10E
RGB
CMYK
RGB Variations
Color information
#BDC10E (or 0xBDC10E) is known color: La Rioja. HEX triplet: BD, C1 and 0E. RGB value is (189,193,14). Sum of RGB (Red+Green+Blue) = 189+193+14=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC10E is #423EF1. Grayscale: #ACACAC. Windows color (decimal): -4341490 or 967101. OLE color: 967101.
HSL color Cylindrical-coordinate representation of color #BDC10E: hue angle of 61.34º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC10E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 14 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.24 |
| HSL | 61.34º | 0.86% | 0.41% | - |
| HSV(B) | 61.34º | 0.93% | 0.76% | - |
| XYZ | 40.14 | 48.99 | 7.76 | - |
| YUV | 171.4 | 39.17 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 14 | 0.02 | 0 | 0.93 | 0.24 | 61.34 | 0.86 | 0.41 |
| Hex | BD | C1 | E | 2 | 0 | 5D | 18 | 3D | 56 | 29 |
| Octal | 275 | 301 | 16 | 2 | 0 | 135 | 30 | 75 | 126 | 51 |
| Binary | 10111101 | 11000001 | 1110 | 10 | 0 | 1011101 | 11000 | 111101 | 1010110 | 101001 |
Color Harmonies of #BDC10E
Complementary color
Monochromatic Colors of #BDC10E
Black with #BDC10E
Text Example
Text Example
White with #BDC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC10E; }
p { color: rgb(189,193,14); }
H1.HeaderClassName
{
color: #BDC10E;
}
.AnyTagClassName
{
color: #BDC10E;
}
</style>
background-color css
<style>
a { background-color: #BDC10E; }
a { background-color: rgb(189,193,14); }
div.DivClassName
{
background-color: #BDC10E;
}
.BgClassName
{
background-color: #BDC10E;
}
</style>
border-color css
<style>
span { border-color: #BDC10E; }
span { border-color: rgb(189,193,14); }
td.TdClassName
{
border-color: #BDC10E;
}
.TagClassName
{
border-color: #BDC10E;
}
</style>