Shades of La Rioja #BDC402
Tints of La Rioja #BDC402
RGB
CMYK
RGB Variations
Color information
#BDC402 (or 0xBDC402) is known color: La Rioja. HEX triplet: BD, C4 and 02. RGB value is (189,196,2). Sum of RGB (Red+Green+Blue) = 189+196+2=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC402 is #423BFD. Grayscale: #ACACAC. Windows color (decimal): -4340734 or 181437. OLE color: 181437.
HSL color Cylindrical-coordinate representation of color #BDC402: hue angle of 62.16º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDC402 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.23 |
| HSL | 62.16º | 0.98% | 0.39% | - |
| HSV(B) | 62.16º | 0.99% | 0.77% | - |
| XYZ | 40.74 | 50.3 | 7.62 | - |
| YUV | 171.79 | 32.18 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 2 | 0.04 | 0 | 0.99 | 0.23 | 62.16 | 0.98 | 0.39 |
| Hex | BD | C4 | 2 | 4 | 0 | 63 | 17 | 3E | 62 | 27 |
| Octal | 275 | 304 | 2 | 4 | 0 | 143 | 27 | 76 | 142 | 47 |
| Binary | 10111101 | 11000100 | 10 | 100 | 0 | 1100011 | 10111 | 111110 | 1100010 | 100111 |
Color Harmonies of #BDC402
Complementary color
Monochromatic Colors of #BDC402
Black with #BDC402
Text Example
Text Example
White with #BDC402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC402; }
p { color: rgb(189,196,2); }
H1.HeaderClassName
{
color: #BDC402;
}
.AnyTagClassName
{
color: #BDC402;
}
</style>
background-color css
<style>
a { background-color: #BDC402; }
a { background-color: rgb(189,196,2); }
div.DivClassName
{
background-color: #BDC402;
}
.BgClassName
{
background-color: #BDC402;
}
</style>
border-color css
<style>
span { border-color: #BDC402; }
span { border-color: rgb(189,196,2); }
td.TdClassName
{
border-color: #BDC402;
}
.TagClassName
{
border-color: #BDC402;
}
</style>