Shades of La Rioja #BDC313
Tints of La Rioja #BDC313
RGB
CMYK
RGB Variations
Color information
#BDC313 (or 0xBDC313) is known color: La Rioja. HEX triplet: BD, C3 and 13. RGB value is (189,195,19). Sum of RGB (Red+Green+Blue) = 189+195+19=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC313 is #423CEC. Grayscale: #ADADAD. Windows color (decimal): -4340973 or 1295293. OLE color: 1295293.
HSL color Cylindrical-coordinate representation of color #BDC313: hue angle of 62.05º 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 #BDC313 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 19 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.24 |
| HSL | 62.05º | 0.82% | 0.42% | - |
| HSV(B) | 62.05º | 0.9% | 0.76% | - |
| XYZ | 40.62 | 49.9 | 8.11 | - |
| YUV | 173.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 19 | 0.03 | 0 | 0.90 | 0.24 | 62.05 | 0.82 | 0.42 |
| Hex | BD | C3 | 13 | 3 | 0 | 5A | 18 | 3E | 52 | 2A |
| Octal | 275 | 303 | 23 | 3 | 0 | 132 | 30 | 76 | 122 | 52 |
| Binary | 10111101 | 11000011 | 10011 | 11 | 0 | 1011010 | 11000 | 111110 | 1010010 | 101010 |
Color Harmonies of #BDC313
Complementary color
Monochromatic Colors of #BDC313
Black with #BDC313
Text Example
Text Example
White with #BDC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC313; }
p { color: rgb(189,195,19); }
H1.HeaderClassName
{
color: #BDC313;
}
.AnyTagClassName
{
color: #BDC313;
}
</style>
background-color css
<style>
a { background-color: #BDC313; }
a { background-color: rgb(189,195,19); }
div.DivClassName
{
background-color: #BDC313;
}
.BgClassName
{
background-color: #BDC313;
}
</style>
border-color css
<style>
span { border-color: #BDC313; }
span { border-color: rgb(189,195,19); }
td.TdClassName
{
border-color: #BDC313;
}
.TagClassName
{
border-color: #BDC313;
}
</style>