Shades of La Rioja #BDC400
Tints of La Rioja #BDC400
RGB
CMYK
RGB Variations
Color information
#BDC400 (or 0xBDC400) is known color: La Rioja. HEX triplet: BD, C4 and 00. RGB value is (189,196,0). Sum of RGB (Red+Green+Blue) = 189+196+0=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC400 is #423BFF. Grayscale: #ACACAC. Windows color (decimal): -4340736 or 50365. OLE color: 50365.
HSL color Cylindrical-coordinate representation of color #BDC400: hue angle of 62.14º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDC400 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.23 |
| HSL | 62.14º | 1% | 0.38% | - |
| HSV(B) | 62.14º | 1% | 0.77% | - |
| XYZ | 40.73 | 50.3 | 7.56 | - |
| YUV | 171.56 | 31.18 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 0 | 0.04 | 0 | 1 | 0.23 | 62.14 | 1 | 0.38 |
| Hex | BD | C4 | 0 | 4 | 0 | 64 | 17 | 3E | 64 | 26 |
| Octal | 275 | 304 | 0 | 4 | 0 | 144 | 27 | 76 | 144 | 46 |
| Binary | 10111101 | 11000100 | 0 | 100 | 0 | 1100100 | 10111 | 111110 | 1100100 | 100110 |
Color Harmonies of #BDC400
Complementary color
Monochromatic Colors of #BDC400
Black with #BDC400
Text Example
Text Example
White with #BDC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC400; }
p { color: rgb(189,196,0); }
H1.HeaderClassName
{
color: #BDC400;
}
.AnyTagClassName
{
color: #BDC400;
}
</style>
background-color css
<style>
a { background-color: #BDC400; }
a { background-color: rgb(189,196,0); }
div.DivClassName
{
background-color: #BDC400;
}
.BgClassName
{
background-color: #BDC400;
}
</style>
border-color css
<style>
span { border-color: #BDC400; }
span { border-color: rgb(189,196,0); }
td.TdClassName
{
border-color: #BDC400;
}
.TagClassName
{
border-color: #BDC400;
}
</style>