Shades of La Rioja #BDC90D
Tints of La Rioja #BDC90D
RGB
CMYK
RGB Variations
Color information
#BDC90D (or 0xBDC90D) is known color: La Rioja. HEX triplet: BD, C9 and 0D. RGB value is (189,201,13). Sum of RGB (Red+Green+Blue) = 189+201+13=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC90D is #4236F2. Grayscale: #B0B0B0. Windows color (decimal): -4339443 or 903613. OLE color: 903613.
HSL color Cylindrical-coordinate representation of color #BDC90D: hue angle of 63.83º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC90D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.21 |
| HSL | 63.83º | 0.88% | 0.42% | - |
| HSV(B) | 63.83º | 0.94% | 0.79% | - |
| XYZ | 41.95 | 52.62 | 8.33 | - |
| YUV | 175.98 | 36.02 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 13 | 0.06 | 0 | 0.94 | 0.21 | 63.83 | 0.88 | 0.42 |
| Hex | BD | C9 | D | 6 | 0 | 5E | 15 | 40 | 58 | 2A |
| Octal | 275 | 311 | 15 | 6 | 0 | 136 | 25 | 100 | 130 | 52 |
| Binary | 10111101 | 11001001 | 1101 | 110 | 0 | 1011110 | 10101 | 1000000 | 1011000 | 101010 |
Color Harmonies of #BDC90D
Complementary color
Monochromatic Colors of #BDC90D
Black with #BDC90D
Text Example
Text Example
White with #BDC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC90D; }
p { color: rgb(189,201,13); }
H1.HeaderClassName
{
color: #BDC90D;
}
.AnyTagClassName
{
color: #BDC90D;
}
</style>
background-color css
<style>
a { background-color: #BDC90D; }
a { background-color: rgb(189,201,13); }
div.DivClassName
{
background-color: #BDC90D;
}
.BgClassName
{
background-color: #BDC90D;
}
</style>
border-color css
<style>
span { border-color: #BDC90D; }
span { border-color: rgb(189,201,13); }
td.TdClassName
{
border-color: #BDC90D;
}
.TagClassName
{
border-color: #BDC90D;
}
</style>