Shades of La Rioja #BDC90B
Tints of La Rioja #BDC90B
RGB
CMYK
RGB Variations
Color information
#BDC90B (or 0xBDC90B) is known color: La Rioja. HEX triplet: BD, C9 and 0B. RGB value is (189,201,11). Sum of RGB (Red+Green+Blue) = 189+201+11=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC90B is #4236F4. Grayscale: #B0B0B0. Windows color (decimal): -4339445 or 772541. OLE color: 772541.
HSL color Cylindrical-coordinate representation of color #BDC90B: hue angle of 63.79º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDC90B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.21 |
| HSL | 63.79º | 0.9% | 0.42% | - |
| HSV(B) | 63.79º | 0.95% | 0.79% | - |
| XYZ | 41.93 | 52.62 | 8.26 | - |
| YUV | 175.75 | 35.02 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 11 | 0.06 | 0 | 0.95 | 0.21 | 63.79 | 0.9 | 0.42 |
| Hex | BD | C9 | B | 6 | 0 | 5F | 15 | 40 | 5A | 2A |
| Octal | 275 | 311 | 13 | 6 | 0 | 137 | 25 | 100 | 132 | 52 |
| Binary | 10111101 | 11001001 | 1011 | 110 | 0 | 1011111 | 10101 | 1000000 | 1011010 | 101010 |
Color Harmonies of #BDC90B
Complementary color
Monochromatic Colors of #BDC90B
Black with #BDC90B
Text Example
Text Example
White with #BDC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC90B; }
p { color: rgb(189,201,11); }
H1.HeaderClassName
{
color: #BDC90B;
}
.AnyTagClassName
{
color: #BDC90B;
}
</style>
background-color css
<style>
a { background-color: #BDC90B; }
a { background-color: rgb(189,201,11); }
div.DivClassName
{
background-color: #BDC90B;
}
.BgClassName
{
background-color: #BDC90B;
}
</style>
border-color css
<style>
span { border-color: #BDC90B; }
span { border-color: rgb(189,201,11); }
td.TdClassName
{
border-color: #BDC90B;
}
.TagClassName
{
border-color: #BDC90B;
}
</style>