Shades of La Rioja #BDC90F
Tints of La Rioja #BDC90F
RGB
CMYK
RGB Variations
Color information
#BDC90F (or 0xBDC90F) is known color: La Rioja. HEX triplet: BD, C9 and 0F. RGB value is (189,201,15). Sum of RGB (Red+Green+Blue) = 189+201+15=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC90F is #4236F0. Grayscale: #B0B0B0. Windows color (decimal): -4339441 or 1034685. OLE color: 1034685.
HSL color Cylindrical-coordinate representation of color #BDC90F: hue angle of 63.87º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC90F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 15 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.21 |
| HSL | 63.87º | 0.86% | 0.42% | - |
| HSV(B) | 63.87º | 0.93% | 0.79% | - |
| XYZ | 41.96 | 52.63 | 8.4 | - |
| YUV | 176.21 | 37.02 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 15 | 0.06 | 0 | 0.93 | 0.21 | 63.87 | 0.86 | 0.42 |
| Hex | BD | C9 | F | 6 | 0 | 5D | 15 | 40 | 56 | 2A |
| Octal | 275 | 311 | 17 | 6 | 0 | 135 | 25 | 100 | 126 | 52 |
| Binary | 10111101 | 11001001 | 1111 | 110 | 0 | 1011101 | 10101 | 1000000 | 1010110 | 101010 |
Color Harmonies of #BDC90F
Complementary color
Monochromatic Colors of #BDC90F
Black with #BDC90F
Text Example
Text Example
White with #BDC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC90F; }
p { color: rgb(189,201,15); }
H1.HeaderClassName
{
color: #BDC90F;
}
.AnyTagClassName
{
color: #BDC90F;
}
</style>
background-color css
<style>
a { background-color: #BDC90F; }
a { background-color: rgb(189,201,15); }
div.DivClassName
{
background-color: #BDC90F;
}
.BgClassName
{
background-color: #BDC90F;
}
</style>
border-color css
<style>
span { border-color: #BDC90F; }
span { border-color: rgb(189,201,15); }
td.TdClassName
{
border-color: #BDC90F;
}
.TagClassName
{
border-color: #BDC90F;
}
</style>