Shades of La Rioja #BDC802
Tints of La Rioja #BDC802
RGB
CMYK
RGB Variations
Color information
#BDC802 (or 0xBDC802) is known color: La Rioja. HEX triplet: BD, C8 and 02. RGB value is (189,200,2). Sum of RGB (Red+Green+Blue) = 189+200+2=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC802 is #4237FD. Grayscale: #AEAEAE. Windows color (decimal): -4339710 or 182461. OLE color: 182461.
HSL color Cylindrical-coordinate representation of color #BDC802: hue angle of 63.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDC802 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.22 |
| HSL | 63.33º | 0.98% | 0.4% | - |
| HSV(B) | 63.33º | 0.99% | 0.78% | - |
| XYZ | 41.65 | 52.13 | 7.92 | - |
| YUV | 174.14 | 30.86 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 2 | 0.06 | 0 | 0.99 | 0.22 | 63.33 | 0.98 | 0.4 |
| Hex | BD | C8 | 2 | 6 | 0 | 63 | 16 | 3F | 62 | 28 |
| Octal | 275 | 310 | 2 | 6 | 0 | 143 | 26 | 77 | 142 | 50 |
| Binary | 10111101 | 11001000 | 10 | 110 | 0 | 1100011 | 10110 | 111111 | 1100010 | 101000 |
Color Harmonies of #BDC802
Complementary color
Monochromatic Colors of #BDC802
Black with #BDC802
Text Example
Text Example
White with #BDC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC802; }
p { color: rgb(189,200,2); }
H1.HeaderClassName
{
color: #BDC802;
}
.AnyTagClassName
{
color: #BDC802;
}
</style>
background-color css
<style>
a { background-color: #BDC802; }
a { background-color: rgb(189,200,2); }
div.DivClassName
{
background-color: #BDC802;
}
.BgClassName
{
background-color: #BDC802;
}
</style>
border-color css
<style>
span { border-color: #BDC802; }
span { border-color: rgb(189,200,2); }
td.TdClassName
{
border-color: #BDC802;
}
.TagClassName
{
border-color: #BDC802;
}
</style>