Shades of La Rioja #BDC803
Tints of La Rioja #BDC803
RGB
CMYK
RGB Variations
Color information
#BDC803 (or 0xBDC803) is known color: La Rioja. HEX triplet: BD, C8 and 03. RGB value is (189,200,3). Sum of RGB (Red+Green+Blue) = 189+200+3=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC803 is #4237FC. Grayscale: #AFAFAF. Windows color (decimal): -4339709 or 247997. OLE color: 247997.
HSL color Cylindrical-coordinate representation of color #BDC803: hue angle of 63.35º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDC803 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 3 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.22 |
| HSL | 63.35º | 0.97% | 0.4% | - |
| HSV(B) | 63.35º | 0.99% | 0.78% | - |
| XYZ | 41.66 | 52.13 | 7.95 | - |
| YUV | 174.25 | 31.36 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 3 | 0.06 | 0 | 0.98 | 0.22 | 63.35 | 0.97 | 0.4 |
| Hex | BD | C8 | 3 | 6 | 0 | 62 | 16 | 3F | 61 | 28 |
| Octal | 275 | 310 | 3 | 6 | 0 | 142 | 26 | 77 | 141 | 50 |
| Binary | 10111101 | 11001000 | 11 | 110 | 0 | 1100010 | 10110 | 111111 | 1100001 | 101000 |
Color Harmonies of #BDC803
Complementary color
Monochromatic Colors of #BDC803
Black with #BDC803
Text Example
Text Example
White with #BDC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC803; }
p { color: rgb(189,200,3); }
H1.HeaderClassName
{
color: #BDC803;
}
.AnyTagClassName
{
color: #BDC803;
}
</style>
background-color css
<style>
a { background-color: #BDC803; }
a { background-color: rgb(189,200,3); }
div.DivClassName
{
background-color: #BDC803;
}
.BgClassName
{
background-color: #BDC803;
}
</style>
border-color css
<style>
span { border-color: #BDC803; }
span { border-color: rgb(189,200,3); }
td.TdClassName
{
border-color: #BDC803;
}
.TagClassName
{
border-color: #BDC803;
}
</style>