Shades of La Rioja #BDC403
Tints of La Rioja #BDC403
RGB
CMYK
RGB Variations
Color information
#BDC403 (or 0xBDC403) is known color: La Rioja. HEX triplet: BD, C4 and 03. RGB value is (189,196,3). Sum of RGB (Red+Green+Blue) = 189+196+3=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC403 is #423BFC. Grayscale: #ACACAC. Windows color (decimal): -4340733 or 246973. OLE color: 246973.
HSL color Cylindrical-coordinate representation of color #BDC403: hue angle of 62.18º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDC403 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.23 |
| HSL | 62.18º | 0.97% | 0.39% | - |
| HSV(B) | 62.18º | 0.98% | 0.77% | - |
| XYZ | 40.74 | 50.31 | 7.65 | - |
| YUV | 171.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 3 | 0.04 | 0 | 0.98 | 0.23 | 62.18 | 0.97 | 0.39 |
| Hex | BD | C4 | 3 | 4 | 0 | 62 | 17 | 3E | 61 | 27 |
| Octal | 275 | 304 | 3 | 4 | 0 | 142 | 27 | 76 | 141 | 47 |
| Binary | 10111101 | 11000100 | 11 | 100 | 0 | 1100010 | 10111 | 111110 | 1100001 | 100111 |
Color Harmonies of #BDC403
Complementary color
Monochromatic Colors of #BDC403
Black with #BDC403
Text Example
Text Example
White with #BDC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC403; }
p { color: rgb(189,196,3); }
H1.HeaderClassName
{
color: #BDC403;
}
.AnyTagClassName
{
color: #BDC403;
}
</style>
background-color css
<style>
a { background-color: #BDC403; }
a { background-color: rgb(189,196,3); }
div.DivClassName
{
background-color: #BDC403;
}
.BgClassName
{
background-color: #BDC403;
}
</style>
border-color css
<style>
span { border-color: #BDC403; }
span { border-color: rgb(189,196,3); }
td.TdClassName
{
border-color: #BDC403;
}
.TagClassName
{
border-color: #BDC403;
}
</style>