Shades of La Rioja #BDC202
Tints of La Rioja #BDC202
RGB
CMYK
RGB Variations
Color information
#BDC202 (or 0xBDC202) is known color: La Rioja. HEX triplet: BD, C2 and 02. RGB value is (189,194,2). Sum of RGB (Red+Green+Blue) = 189+194+2=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC202 is #423DFD. Grayscale: #ABABAB. Windows color (decimal): -4341246 or 180925. OLE color: 180925.
HSL color Cylindrical-coordinate representation of color #BDC202: hue angle of 61.56º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDC202 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.24 |
| HSL | 61.56º | 0.98% | 0.38% | - |
| HSV(B) | 61.56º | 0.99% | 0.76% | - |
| XYZ | 40.29 | 49.41 | 7.47 | - |
| YUV | 170.62 | 32.84 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 2 | 0.03 | 0 | 0.99 | 0.24 | 61.56 | 0.98 | 0.38 |
| Hex | BD | C2 | 2 | 3 | 0 | 63 | 18 | 3E | 62 | 26 |
| Octal | 275 | 302 | 2 | 3 | 0 | 143 | 30 | 76 | 142 | 46 |
| Binary | 10111101 | 11000010 | 10 | 11 | 0 | 1100011 | 11000 | 111110 | 1100010 | 100110 |
Color Harmonies of #BDC202
Complementary color
Monochromatic Colors of #BDC202
Black with #BDC202
Text Example
Text Example
White with #BDC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC202; }
p { color: rgb(189,194,2); }
H1.HeaderClassName
{
color: #BDC202;
}
.AnyTagClassName
{
color: #BDC202;
}
</style>
background-color css
<style>
a { background-color: #BDC202; }
a { background-color: rgb(189,194,2); }
div.DivClassName
{
background-color: #BDC202;
}
.BgClassName
{
background-color: #BDC202;
}
</style>
border-color css
<style>
span { border-color: #BDC202; }
span { border-color: rgb(189,194,2); }
td.TdClassName
{
border-color: #BDC202;
}
.TagClassName
{
border-color: #BDC202;
}
</style>