Shades of La Rioja #BDC205
Tints of La Rioja #BDC205
RGB
CMYK
RGB Variations
Color information
#BDC205 (or 0xBDC205) is known color: La Rioja. HEX triplet: BD, C2 and 05. RGB value is (189,194,5). Sum of RGB (Red+Green+Blue) = 189+194+5=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC205 is #423DFA. Grayscale: #ABABAB. Windows color (decimal): -4341243 or 377533. OLE color: 377533.
HSL color Cylindrical-coordinate representation of color #BDC205: hue angle of 61.59º 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 #BDC205 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 5 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.24 |
| HSL | 61.59º | 0.95% | 0.39% | - |
| HSV(B) | 61.59º | 0.97% | 0.76% | - |
| XYZ | 40.31 | 49.41 | 7.56 | - |
| YUV | 170.96 | 34.34 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 5 | 0.03 | 0 | 0.97 | 0.24 | 61.59 | 0.95 | 0.39 |
| Hex | BD | C2 | 5 | 3 | 0 | 61 | 18 | 3E | 5F | 27 |
| Octal | 275 | 302 | 5 | 3 | 0 | 141 | 30 | 76 | 137 | 47 |
| Binary | 10111101 | 11000010 | 101 | 11 | 0 | 1100001 | 11000 | 111110 | 1011111 | 100111 |
Color Harmonies of #BDC205
Complementary color
Monochromatic Colors of #BDC205
Black with #BDC205
Text Example
Text Example
White with #BDC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC205; }
p { color: rgb(189,194,5); }
H1.HeaderClassName
{
color: #BDC205;
}
.AnyTagClassName
{
color: #BDC205;
}
</style>
background-color css
<style>
a { background-color: #BDC205; }
a { background-color: rgb(189,194,5); }
div.DivClassName
{
background-color: #BDC205;
}
.BgClassName
{
background-color: #BDC205;
}
</style>
border-color css
<style>
span { border-color: #BDC205; }
span { border-color: rgb(189,194,5); }
td.TdClassName
{
border-color: #BDC205;
}
.TagClassName
{
border-color: #BDC205;
}
</style>