Shades of La Rioja #BDC902
Tints of La Rioja #BDC902
RGB
CMYK
RGB Variations
Color information
#BDC902 (or 0xBDC902) is known color: La Rioja. HEX triplet: BD, C9 and 02. RGB value is (189,201,2). Sum of RGB (Red+Green+Blue) = 189+201+2=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC902 is #4236FD. Grayscale: #AFAFAF. Windows color (decimal): -4339454 or 182717. OLE color: 182717.
HSL color Cylindrical-coordinate representation of color #BDC902: hue angle of 63.62º degrees, saturation: 0.98, 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 #BDC902 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.21 |
| HSL | 63.62º | 0.98% | 0.4% | - |
| HSV(B) | 63.62º | 0.99% | 0.79% | - |
| XYZ | 41.88 | 52.6 | 8 | - |
| YUV | 174.73 | 30.52 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 2 | 0.06 | 0 | 0.99 | 0.21 | 63.62 | 0.98 | 0.4 |
| Hex | BD | C9 | 2 | 6 | 0 | 63 | 15 | 40 | 62 | 28 |
| Octal | 275 | 311 | 2 | 6 | 0 | 143 | 25 | 100 | 142 | 50 |
| Binary | 10111101 | 11001001 | 10 | 110 | 0 | 1100011 | 10101 | 1000000 | 1100010 | 101000 |
Color Harmonies of #BDC902
Complementary color
Monochromatic Colors of #BDC902
Black with #BDC902
Text Example
Text Example
White with #BDC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC902; }
p { color: rgb(189,201,2); }
H1.HeaderClassName
{
color: #BDC902;
}
.AnyTagClassName
{
color: #BDC902;
}
</style>
background-color css
<style>
a { background-color: #BDC902; }
a { background-color: rgb(189,201,2); }
div.DivClassName
{
background-color: #BDC902;
}
.BgClassName
{
background-color: #BDC902;
}
</style>
border-color css
<style>
span { border-color: #BDC902; }
span { border-color: rgb(189,201,2); }
td.TdClassName
{
border-color: #BDC902;
}
.TagClassName
{
border-color: #BDC902;
}
</style>