Shades of La Rioja #BDD502
Tints of La Rioja #BDD502
RGB
CMYK
RGB Variations
Color information
#BDD502 (or 0xBDD502) is known color: La Rioja. HEX triplet: BD, D5 and 02. RGB value is (189,213,2). Sum of RGB (Red+Green+Blue) = 189+213+2=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD502 is #422AFD. Grayscale: #B6B6B6. Windows color (decimal): -4336382 or 185789. OLE color: 185789.
HSL color Cylindrical-coordinate representation of color #BDD502: hue angle of 66.82º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDD502 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.16 |
| HSL | 66.82º | 0.98% | 0.42% | - |
| HSV(B) | 66.82º | 0.99% | 0.84% | - |
| XYZ | 44.79 | 58.41 | 8.97 | - |
| YUV | 181.77 | 26.55 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 2 | 0.11 | 0 | 0.99 | 0.16 | 66.82 | 0.98 | 0.42 |
| Hex | BD | D5 | 2 | B | 0 | 63 | 10 | 43 | 62 | 2A |
| Octal | 275 | 325 | 2 | 13 | 0 | 143 | 20 | 103 | 142 | 52 |
| Binary | 10111101 | 11010101 | 10 | 1011 | 0 | 1100011 | 10000 | 1000011 | 1100010 | 101010 |
Color Harmonies of #BDD502
Complementary color
Monochromatic Colors of #BDD502
Black with #BDD502
Text Example
Text Example
White with #BDD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD502; }
p { color: rgb(189,213,2); }
H1.HeaderClassName
{
color: #BDD502;
}
.AnyTagClassName
{
color: #BDD502;
}
</style>
background-color css
<style>
a { background-color: #BDD502; }
a { background-color: rgb(189,213,2); }
div.DivClassName
{
background-color: #BDD502;
}
.BgClassName
{
background-color: #BDD502;
}
</style>
border-color css
<style>
span { border-color: #BDD502; }
span { border-color: rgb(189,213,2); }
td.TdClassName
{
border-color: #BDD502;
}
.TagClassName
{
border-color: #BDD502;
}
</style>