Shades of La Rioja #BDC50F
Tints of La Rioja #BDC50F
RGB
CMYK
RGB Variations
Color information
#BDC50F (or 0xBDC50F) is known color: La Rioja. HEX triplet: BD, C5 and 0F. RGB value is (189,197,15). Sum of RGB (Red+Green+Blue) = 189+197+15=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC50F is #423AF0. Grayscale: #AEAEAE. Windows color (decimal): -4340465 or 1033661. OLE color: 1033661.
HSL color Cylindrical-coordinate representation of color #BDC50F: hue angle of 62.64º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDC50F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 15 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.23 |
| HSL | 62.64º | 0.86% | 0.42% | - |
| HSV(B) | 62.64º | 0.92% | 0.77% | - |
| XYZ | 41.04 | 50.79 | 8.09 | - |
| YUV | 173.86 | 38.35 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 15 | 0.04 | 0 | 0.92 | 0.23 | 62.64 | 0.86 | 0.42 |
| Hex | BD | C5 | F | 4 | 0 | 5C | 17 | 3F | 56 | 2A |
| Octal | 275 | 305 | 17 | 4 | 0 | 134 | 27 | 77 | 126 | 52 |
| Binary | 10111101 | 11000101 | 1111 | 100 | 0 | 1011100 | 10111 | 111111 | 1010110 | 101010 |
Color Harmonies of #BDC50F
Complementary color
Monochromatic Colors of #BDC50F
Black with #BDC50F
Text Example
Text Example
White with #BDC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC50F; }
p { color: rgb(189,197,15); }
H1.HeaderClassName
{
color: #BDC50F;
}
.AnyTagClassName
{
color: #BDC50F;
}
</style>
background-color css
<style>
a { background-color: #BDC50F; }
a { background-color: rgb(189,197,15); }
div.DivClassName
{
background-color: #BDC50F;
}
.BgClassName
{
background-color: #BDC50F;
}
</style>
border-color css
<style>
span { border-color: #BDC50F; }
span { border-color: rgb(189,197,15); }
td.TdClassName
{
border-color: #BDC50F;
}
.TagClassName
{
border-color: #BDC50F;
}
</style>