Shades of La Rioja #BDC113
Tints of La Rioja #BDC113
RGB
CMYK
RGB Variations
Color information
#BDC113 (or 0xBDC113) is known color: La Rioja. HEX triplet: BD, C1 and 13. RGB value is (189,193,19). Sum of RGB (Red+Green+Blue) = 189+193+19=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC113 is #423EEC. Grayscale: #ACACAC. Windows color (decimal): -4341485 or 1294781. OLE color: 1294781.
HSL color Cylindrical-coordinate representation of color #BDC113: hue angle of 61.38º degrees, saturation: 0.82, 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 #BDC113 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 19 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.24 |
| HSL | 61.38º | 0.82% | 0.42% | - |
| HSV(B) | 61.38º | 0.9% | 0.76% | - |
| XYZ | 40.17 | 49.01 | 7.96 | - |
| YUV | 171.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 19 | 0.02 | 0 | 0.90 | 0.24 | 61.38 | 0.82 | 0.42 |
| Hex | BD | C1 | 13 | 2 | 0 | 5A | 18 | 3D | 52 | 2A |
| Octal | 275 | 301 | 23 | 2 | 0 | 132 | 30 | 75 | 122 | 52 |
| Binary | 10111101 | 11000001 | 10011 | 10 | 0 | 1011010 | 11000 | 111101 | 1010010 | 101010 |
Color Harmonies of #BDC113
Complementary color
Monochromatic Colors of #BDC113
Black with #BDC113
Text Example
Text Example
White with #BDC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC113; }
p { color: rgb(189,193,19); }
H1.HeaderClassName
{
color: #BDC113;
}
.AnyTagClassName
{
color: #BDC113;
}
</style>
background-color css
<style>
a { background-color: #BDC113; }
a { background-color: rgb(189,193,19); }
div.DivClassName
{
background-color: #BDC113;
}
.BgClassName
{
background-color: #BDC113;
}
</style>
border-color css
<style>
span { border-color: #BDC113; }
span { border-color: rgb(189,193,19); }
td.TdClassName
{
border-color: #BDC113;
}
.TagClassName
{
border-color: #BDC113;
}
</style>