Shades of La Rioja #BDC405
Tints of La Rioja #BDC405
RGB
CMYK
RGB Variations
Color information
#BDC405 (or 0xBDC405) is known color: La Rioja. HEX triplet: BD, C4 and 05. RGB value is (189,196,5). Sum of RGB (Red+Green+Blue) = 189+196+5=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC405 is #423BFA. Grayscale: #ACACAC. Windows color (decimal): -4340731 or 378045. OLE color: 378045.
HSL color Cylindrical-coordinate representation of color #BDC405: hue angle of 62.2º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC405 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 5 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.23 |
| HSL | 62.2º | 0.95% | 0.39% | - |
| HSV(B) | 62.2º | 0.97% | 0.77% | - |
| XYZ | 40.75 | 50.31 | 7.71 | - |
| YUV | 172.13 | 33.68 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 5 | 0.04 | 0 | 0.97 | 0.23 | 62.2 | 0.95 | 0.39 |
| Hex | BD | C4 | 5 | 4 | 0 | 61 | 17 | 3E | 5F | 27 |
| Octal | 275 | 304 | 5 | 4 | 0 | 141 | 27 | 76 | 137 | 47 |
| Binary | 10111101 | 11000100 | 101 | 100 | 0 | 1100001 | 10111 | 111110 | 1011111 | 100111 |
Color Harmonies of #BDC405
Complementary color
Monochromatic Colors of #BDC405
Black with #BDC405
Text Example
Text Example
White with #BDC405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC405; }
p { color: rgb(189,196,5); }
H1.HeaderClassName
{
color: #BDC405;
}
.AnyTagClassName
{
color: #BDC405;
}
</style>
background-color css
<style>
a { background-color: #BDC405; }
a { background-color: rgb(189,196,5); }
div.DivClassName
{
background-color: #BDC405;
}
.BgClassName
{
background-color: #BDC405;
}
</style>
border-color css
<style>
span { border-color: #BDC405; }
span { border-color: rgb(189,196,5); }
td.TdClassName
{
border-color: #BDC405;
}
.TagClassName
{
border-color: #BDC405;
}
</style>