Shades of La Rioja #BDC005
Tints of La Rioja #BDC005
RGB
CMYK
RGB Variations
Color information
#BDC005 (or 0xBDC005) is known color: La Rioja. HEX triplet: BD, C0 and 05. RGB value is (189,192,5). Sum of RGB (Red+Green+Blue) = 189+192+5=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC005 is #423FFA. Grayscale: #AAAAAA. Windows color (decimal): -4341755 or 377021. OLE color: 377021.
HSL color Cylindrical-coordinate representation of color #BDC005: hue angle of 60.96º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC005 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 5 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.25 |
| HSL | 60.96º | 0.95% | 0.39% | - |
| HSV(B) | 60.96º | 0.97% | 0.75% | - |
| XYZ | 39.86 | 48.53 | 7.41 | - |
| YUV | 169.79 | 35.01 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 5 | 0.02 | 0 | 0.97 | 0.25 | 60.96 | 0.95 | 0.39 |
| Hex | BD | C0 | 5 | 2 | 0 | 61 | 19 | 3D | 5F | 27 |
| Octal | 275 | 300 | 5 | 2 | 0 | 141 | 31 | 75 | 137 | 47 |
| Binary | 10111101 | 11000000 | 101 | 10 | 0 | 1100001 | 11001 | 111101 | 1011111 | 100111 |
Color Harmonies of #BDC005
Complementary color
Monochromatic Colors of #BDC005
Black with #BDC005
Text Example
Text Example
White with #BDC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC005; }
p { color: rgb(189,192,5); }
H1.HeaderClassName
{
color: #BDC005;
}
.AnyTagClassName
{
color: #BDC005;
}
</style>
background-color css
<style>
a { background-color: #BDC005; }
a { background-color: rgb(189,192,5); }
div.DivClassName
{
background-color: #BDC005;
}
.BgClassName
{
background-color: #BDC005;
}
</style>
border-color css
<style>
span { border-color: #BDC005; }
span { border-color: rgb(189,192,5); }
td.TdClassName
{
border-color: #BDC005;
}
.TagClassName
{
border-color: #BDC005;
}
</style>