Shades of La Rioja #BDC314
Tints of La Rioja #BDC314
RGB
CMYK
RGB Variations
Color information
#BDC314 (or 0xBDC314) is known color: La Rioja. HEX triplet: BD, C3 and 14. RGB value is (189,195,20). Sum of RGB (Red+Green+Blue) = 189+195+20=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC314 is #423CEB. Grayscale: #ADADAD. Windows color (decimal): -4340972 or 1360829. OLE color: 1360829.
HSL color Cylindrical-coordinate representation of color #BDC314: hue angle of 62.06º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDC314 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 20 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.24 |
| HSL | 62.06º | 0.81% | 0.42% | - |
| HSV(B) | 62.06º | 0.9% | 0.76% | - |
| XYZ | 40.63 | 49.9 | 8.15 | - |
| YUV | 173.26 | 41.51 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 20 | 0.03 | 0 | 0.90 | 0.24 | 62.06 | 0.81 | 0.42 |
| Hex | BD | C3 | 14 | 3 | 0 | 5A | 18 | 3E | 51 | 2A |
| Octal | 275 | 303 | 24 | 3 | 0 | 132 | 30 | 76 | 121 | 52 |
| Binary | 10111101 | 11000011 | 10100 | 11 | 0 | 1011010 | 11000 | 111110 | 1010001 | 101010 |
Color Harmonies of #BDC314
Complementary color
Monochromatic Colors of #BDC314
Black with #BDC314
Text Example
Text Example
White with #BDC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC314; }
p { color: rgb(189,195,20); }
H1.HeaderClassName
{
color: #BDC314;
}
.AnyTagClassName
{
color: #BDC314;
}
</style>
background-color css
<style>
a { background-color: #BDC314; }
a { background-color: rgb(189,195,20); }
div.DivClassName
{
background-color: #BDC314;
}
.BgClassName
{
background-color: #BDC314;
}
</style>
border-color css
<style>
span { border-color: #BDC314; }
span { border-color: rgb(189,195,20); }
td.TdClassName
{
border-color: #BDC314;
}
.TagClassName
{
border-color: #BDC314;
}
</style>