Shades of La Rioja #BDC215
Tints of La Rioja #BDC215
RGB
CMYK
RGB Variations
Color information
#BDC215 (or 0xBDC215) is known color: La Rioja. HEX triplet: BD, C2 and 15. RGB value is (189,194,21). Sum of RGB (Red+Green+Blue) = 189+194+21=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC215 is #423DEA. Grayscale: #ADADAD. Windows color (decimal): -4341227 or 1426109. OLE color: 1426109.
HSL color Cylindrical-coordinate representation of color #BDC215: hue angle of 61.73º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDC215 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 21 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.24 |
| HSL | 61.73º | 0.8% | 0.42% | - |
| HSV(B) | 61.73º | 0.89% | 0.76% | - |
| XYZ | 40.41 | 49.46 | 8.13 | - |
| YUV | 172.78 | 42.34 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 21 | 0.03 | 0 | 0.89 | 0.24 | 61.73 | 0.8 | 0.42 |
| Hex | BD | C2 | 15 | 3 | 0 | 59 | 18 | 3E | 50 | 2A |
| Octal | 275 | 302 | 25 | 3 | 0 | 131 | 30 | 76 | 120 | 52 |
| Binary | 10111101 | 11000010 | 10101 | 11 | 0 | 1011001 | 11000 | 111110 | 1010000 | 101010 |
Color Harmonies of #BDC215
Complementary color
Monochromatic Colors of #BDC215
Black with #BDC215
Text Example
Text Example
White with #BDC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC215; }
p { color: rgb(189,194,21); }
H1.HeaderClassName
{
color: #BDC215;
}
.AnyTagClassName
{
color: #BDC215;
}
</style>
background-color css
<style>
a { background-color: #BDC215; }
a { background-color: rgb(189,194,21); }
div.DivClassName
{
background-color: #BDC215;
}
.BgClassName
{
background-color: #BDC215;
}
</style>
border-color css
<style>
span { border-color: #BDC215; }
span { border-color: rgb(189,194,21); }
td.TdClassName
{
border-color: #BDC215;
}
.TagClassName
{
border-color: #BDC215;
}
</style>