Shades of La Rioja #BDC903
Tints of La Rioja #BDC903
RGB
CMYK
RGB Variations
Color information
#BDC903 (or 0xBDC903) is known color: La Rioja. HEX triplet: BD, C9 and 03. RGB value is (189,201,3). Sum of RGB (Red+Green+Blue) = 189+201+3=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC903 is #4236FC. Grayscale: #AFAFAF. Windows color (decimal): -4339453 or 248253. OLE color: 248253.
HSL color Cylindrical-coordinate representation of color #BDC903: hue angle of 63.64º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDC903 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 3 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.21 |
| HSL | 63.64º | 0.97% | 0.4% | - |
| HSV(B) | 63.64º | 0.99% | 0.79% | - |
| XYZ | 41.89 | 52.6 | 8.03 | - |
| YUV | 174.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 3 | 0.06 | 0 | 0.99 | 0.21 | 63.64 | 0.97 | 0.4 |
| Hex | BD | C9 | 3 | 6 | 0 | 63 | 15 | 40 | 61 | 28 |
| Octal | 275 | 311 | 3 | 6 | 0 | 143 | 25 | 100 | 141 | 50 |
| Binary | 10111101 | 11001001 | 11 | 110 | 0 | 1100011 | 10101 | 1000000 | 1100001 | 101000 |
Color Harmonies of #BDC903
Complementary color
Monochromatic Colors of #BDC903
Black with #BDC903
Text Example
Text Example
White with #BDC903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC903; }
p { color: rgb(189,201,3); }
H1.HeaderClassName
{
color: #BDC903;
}
.AnyTagClassName
{
color: #BDC903;
}
</style>
background-color css
<style>
a { background-color: #BDC903; }
a { background-color: rgb(189,201,3); }
div.DivClassName
{
background-color: #BDC903;
}
.BgClassName
{
background-color: #BDC903;
}
</style>
border-color css
<style>
span { border-color: #BDC903; }
span { border-color: rgb(189,201,3); }
td.TdClassName
{
border-color: #BDC903;
}
.TagClassName
{
border-color: #BDC903;
}
</style>