Shades of La Rioja #BDC90E
Tints of La Rioja #BDC90E
RGB
CMYK
RGB Variations
Color information
#BDC90E (or 0xBDC90E) is known color: La Rioja. HEX triplet: BD, C9 and 0E. RGB value is (189,201,14). Sum of RGB (Red+Green+Blue) = 189+201+14=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC90E is #4236F1. Grayscale: #B0B0B0. Windows color (decimal): -4339442 or 969149. OLE color: 969149.
HSL color Cylindrical-coordinate representation of color #BDC90E: hue angle of 63.85º degrees, saturation: 0.87, 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 #BDC90E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 14 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.21 |
| HSL | 63.85º | 0.87% | 0.42% | - |
| HSV(B) | 63.85º | 0.93% | 0.79% | - |
| XYZ | 41.95 | 52.62 | 8.36 | - |
| YUV | 176.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 14 | 0.06 | 0 | 0.93 | 0.21 | 63.85 | 0.87 | 0.42 |
| Hex | BD | C9 | E | 6 | 0 | 5D | 15 | 40 | 57 | 2A |
| Octal | 275 | 311 | 16 | 6 | 0 | 135 | 25 | 100 | 127 | 52 |
| Binary | 10111101 | 11001001 | 1110 | 110 | 0 | 1011101 | 10101 | 1000000 | 1010111 | 101010 |
Color Harmonies of #BDC90E
Complementary color
Monochromatic Colors of #BDC90E
Black with #BDC90E
Text Example
Text Example
White with #BDC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC90E; }
p { color: rgb(189,201,14); }
H1.HeaderClassName
{
color: #BDC90E;
}
.AnyTagClassName
{
color: #BDC90E;
}
</style>
background-color css
<style>
a { background-color: #BDC90E; }
a { background-color: rgb(189,201,14); }
div.DivClassName
{
background-color: #BDC90E;
}
.BgClassName
{
background-color: #BDC90E;
}
</style>
border-color css
<style>
span { border-color: #BDC90E; }
span { border-color: rgb(189,201,14); }
td.TdClassName
{
border-color: #BDC90E;
}
.TagClassName
{
border-color: #BDC90E;
}
</style>