Shades of La Rioja #BDC105
Tints of La Rioja #BDC105
RGB
CMYK
RGB Variations
Color information
#BDC105 (or 0xBDC105) is known color: La Rioja. HEX triplet: BD, C1 and 05. RGB value is (189,193,5). Sum of RGB (Red+Green+Blue) = 189+193+5=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC105 is #423EFA. Grayscale: #ABABAB. Windows color (decimal): -4341499 or 377277. OLE color: 377277.
HSL color Cylindrical-coordinate representation of color #BDC105: hue angle of 61.28º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC105 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 5 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.24 |
| HSL | 61.28º | 0.95% | 0.39% | - |
| HSV(B) | 61.28º | 0.97% | 0.76% | - |
| XYZ | 40.08 | 48.97 | 7.48 | - |
| YUV | 170.37 | 34.67 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 5 | 0.02 | 0 | 0.97 | 0.24 | 61.28 | 0.95 | 0.39 |
| Hex | BD | C1 | 5 | 2 | 0 | 61 | 18 | 3D | 5F | 27 |
| Octal | 275 | 301 | 5 | 2 | 0 | 141 | 30 | 75 | 137 | 47 |
| Binary | 10111101 | 11000001 | 101 | 10 | 0 | 1100001 | 11000 | 111101 | 1011111 | 100111 |
Color Harmonies of #BDC105
Complementary color
Monochromatic Colors of #BDC105
Black with #BDC105
Text Example
Text Example
White with #BDC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC105; }
p { color: rgb(189,193,5); }
H1.HeaderClassName
{
color: #BDC105;
}
.AnyTagClassName
{
color: #BDC105;
}
</style>
background-color css
<style>
a { background-color: #BDC105; }
a { background-color: rgb(189,193,5); }
div.DivClassName
{
background-color: #BDC105;
}
.BgClassName
{
background-color: #BDC105;
}
</style>
border-color css
<style>
span { border-color: #BDC105; }
span { border-color: rgb(189,193,5); }
td.TdClassName
{
border-color: #BDC105;
}
.TagClassName
{
border-color: #BDC105;
}
</style>