Shades of La Rioja #BDC50E
Tints of La Rioja #BDC50E
RGB
CMYK
RGB Variations
Color information
#BDC50E (or 0xBDC50E) is known color: La Rioja. HEX triplet: BD, C5 and 0E. RGB value is (189,197,14). Sum of RGB (Red+Green+Blue) = 189+197+14=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC50E is #423AF1. Grayscale: #AEAEAE. Windows color (decimal): -4340466 or 968125. OLE color: 968125.
HSL color Cylindrical-coordinate representation of color #BDC50E: hue angle of 62.62º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC50E is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 14 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.23 |
| HSL | 62.62º | 0.87% | 0.41% | - |
| HSV(B) | 62.62º | 0.93% | 0.77% | - |
| XYZ | 41.03 | 50.78 | 8.05 | - |
| YUV | 173.75 | 37.85 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 14 | 0.04 | 0 | 0.93 | 0.23 | 62.62 | 0.87 | 0.41 |
| Hex | BD | C5 | E | 4 | 0 | 5D | 17 | 3F | 57 | 29 |
| Octal | 275 | 305 | 16 | 4 | 0 | 135 | 27 | 77 | 127 | 51 |
| Binary | 10111101 | 11000101 | 1110 | 100 | 0 | 1011101 | 10111 | 111111 | 1010111 | 101001 |
Color Harmonies of #BDC50E
Complementary color
Monochromatic Colors of #BDC50E
Black with #BDC50E
Text Example
Text Example
White with #BDC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC50E; }
p { color: rgb(189,197,14); }
H1.HeaderClassName
{
color: #BDC50E;
}
.AnyTagClassName
{
color: #BDC50E;
}
</style>
background-color css
<style>
a { background-color: #BDC50E; }
a { background-color: rgb(189,197,14); }
div.DivClassName
{
background-color: #BDC50E;
}
.BgClassName
{
background-color: #BDC50E;
}
</style>
border-color css
<style>
span { border-color: #BDC50E; }
span { border-color: rgb(189,197,14); }
td.TdClassName
{
border-color: #BDC50E;
}
.TagClassName
{
border-color: #BDC50E;
}
</style>