Shades of La Rioja #BDC001
Tints of La Rioja #BDC001
RGB
CMYK
RGB Variations
Color information
#BDC001 (or 0xBDC001) is known color: La Rioja. HEX triplet: BD, C0 and 01. RGB value is (189,192,1). Sum of RGB (Red+Green+Blue) = 189+192+1=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC001 is #423FFE. Grayscale: #AAAAAA. Windows color (decimal): -4341759 or 114877. OLE color: 114877.
HSL color Cylindrical-coordinate representation of color #BDC001: hue angle of 60.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDC001 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.25 |
| HSL | 60.94º | 0.99% | 0.38% | - |
| HSV(B) | 60.94º | 0.99% | 0.75% | - |
| XYZ | 39.84 | 48.52 | 7.29 | - |
| YUV | 169.33 | 33.01 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 1 | 0.02 | 0 | 0.99 | 0.25 | 60.94 | 0.99 | 0.38 |
| Hex | BD | C0 | 1 | 2 | 0 | 63 | 19 | 3D | 63 | 26 |
| Octal | 275 | 300 | 1 | 2 | 0 | 143 | 31 | 75 | 143 | 46 |
| Binary | 10111101 | 11000000 | 1 | 10 | 0 | 1100011 | 11001 | 111101 | 1100011 | 100110 |
Color Harmonies of #BDC001
Complementary color
Monochromatic Colors of #BDC001
Black with #BDC001
Text Example
Text Example
White with #BDC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC001; }
p { color: rgb(189,192,1); }
H1.HeaderClassName
{
color: #BDC001;
}
.AnyTagClassName
{
color: #BDC001;
}
</style>
background-color css
<style>
a { background-color: #BDC001; }
a { background-color: rgb(189,192,1); }
div.DivClassName
{
background-color: #BDC001;
}
.BgClassName
{
background-color: #BDC001;
}
</style>
border-color css
<style>
span { border-color: #BDC001; }
span { border-color: rgb(189,192,1); }
td.TdClassName
{
border-color: #BDC001;
}
.TagClassName
{
border-color: #BDC001;
}
</style>