Shades of La Rioja #BDD301
Tints of La Rioja #BDD301
RGB
CMYK
RGB Variations
Color information
#BDD301 (or 0xBDD301) is known color: La Rioja. HEX triplet: BD, D3 and 01. RGB value is (189,211,1). Sum of RGB (Red+Green+Blue) = 189+211+1=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD301 is #422CFE. Grayscale: #B5B5B5. Windows color (decimal): -4336895 or 119741. OLE color: 119741.
HSL color Cylindrical-coordinate representation of color #BDD301: hue angle of 66.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDD301 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 1 | - |
| CMYK | 0.10 | 0 | 1.00 | 0.17 |
| HSL | 66.29º | 0.99% | 0.42% | - |
| HSV(B) | 66.29º | 1% | 0.83% | - |
| XYZ | 44.29 | 57.41 | 8.78 | - |
| YUV | 180.48 | 26.71 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 1 | 0.10 | 0 | 1.00 | 0.17 | 66.29 | 0.99 | 0.42 |
| Hex | BD | D3 | 1 | A | 0 | 64 | 11 | 42 | 63 | 2A |
| Octal | 275 | 323 | 1 | 12 | 0 | 144 | 21 | 102 | 143 | 52 |
| Binary | 10111101 | 11010011 | 1 | 1010 | 0 | 1100100 | 10001 | 1000010 | 1100011 | 101010 |
Color Harmonies of #BDD301
Complementary color
Monochromatic Colors of #BDD301
Black with #BDD301
Text Example
Text Example
White with #BDD301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD301; }
p { color: rgb(189,211,1); }
H1.HeaderClassName
{
color: #BDD301;
}
.AnyTagClassName
{
color: #BDD301;
}
</style>
background-color css
<style>
a { background-color: #BDD301; }
a { background-color: rgb(189,211,1); }
div.DivClassName
{
background-color: #BDD301;
}
.BgClassName
{
background-color: #BDD301;
}
</style>
border-color css
<style>
span { border-color: #BDD301; }
span { border-color: rgb(189,211,1); }
td.TdClassName
{
border-color: #BDD301;
}
.TagClassName
{
border-color: #BDD301;
}
</style>