Shades of La Rioja #BDC901
Tints of La Rioja #BDC901
RGB
CMYK
RGB Variations
Color information
#BDC901 (or 0xBDC901) is known color: La Rioja. HEX triplet: BD, C9 and 01. RGB value is (189,201,1). Sum of RGB (Red+Green+Blue) = 189+201+1=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC901 is #4236FE. Grayscale: #AFAFAF. Windows color (decimal): -4339455 or 117181. OLE color: 117181.
HSL color Cylindrical-coordinate representation of color #BDC901: hue angle of 63.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDC901 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 1 | - |
| CMYK | 0.06 | 0 | 1.00 | 0.21 |
| HSL | 63.6º | 0.99% | 0.4% | - |
| HSV(B) | 63.6º | 1% | 0.79% | - |
| XYZ | 41.88 | 52.59 | 7.97 | - |
| YUV | 174.61 | 30.02 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 1 | 0.06 | 0 | 1.00 | 0.21 | 63.6 | 0.99 | 0.4 |
| Hex | BD | C9 | 1 | 6 | 0 | 64 | 15 | 40 | 63 | 28 |
| Octal | 275 | 311 | 1 | 6 | 0 | 144 | 25 | 100 | 143 | 50 |
| Binary | 10111101 | 11001001 | 1 | 110 | 0 | 1100100 | 10101 | 1000000 | 1100011 | 101000 |
Color Harmonies of #BDC901
Complementary color
Monochromatic Colors of #BDC901
Black with #BDC901
Text Example
Text Example
White with #BDC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC901; }
p { color: rgb(189,201,1); }
H1.HeaderClassName
{
color: #BDC901;
}
.AnyTagClassName
{
color: #BDC901;
}
</style>
background-color css
<style>
a { background-color: #BDC901; }
a { background-color: rgb(189,201,1); }
div.DivClassName
{
background-color: #BDC901;
}
.BgClassName
{
background-color: #BDC901;
}
</style>
border-color css
<style>
span { border-color: #BDC901; }
span { border-color: rgb(189,201,1); }
td.TdClassName
{
border-color: #BDC901;
}
.TagClassName
{
border-color: #BDC901;
}
</style>