Shades of La Rioja #BDC20B
Tints of La Rioja #BDC20B
RGB
CMYK
RGB Variations
Color information
#BDC20B (or 0xBDC20B) is known color: La Rioja. HEX triplet: BD, C2 and 0B. RGB value is (189,194,11). Sum of RGB (Red+Green+Blue) = 189+194+11=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC20B is #423DF4. Grayscale: #ACACAC. Windows color (decimal): -4341237 or 770749. OLE color: 770749.
HSL color Cylindrical-coordinate representation of color #BDC20B: hue angle of 61.64º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC20B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 11 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.24 |
| HSL | 61.64º | 0.89% | 0.4% | - |
| HSV(B) | 61.64º | 0.94% | 0.76% | - |
| XYZ | 40.34 | 49.43 | 7.73 | - |
| YUV | 171.64 | 37.34 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 11 | 0.03 | 0 | 0.94 | 0.24 | 61.64 | 0.89 | 0.4 |
| Hex | BD | C2 | B | 3 | 0 | 5E | 18 | 3E | 59 | 28 |
| Octal | 275 | 302 | 13 | 3 | 0 | 136 | 30 | 76 | 131 | 50 |
| Binary | 10111101 | 11000010 | 1011 | 11 | 0 | 1011110 | 11000 | 111110 | 1011001 | 101000 |
Color Harmonies of #BDC20B
Complementary color
Monochromatic Colors of #BDC20B
Black with #BDC20B
Text Example
Text Example
White with #BDC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC20B; }
p { color: rgb(189,194,11); }
H1.HeaderClassName
{
color: #BDC20B;
}
.AnyTagClassName
{
color: #BDC20B;
}
</style>
background-color css
<style>
a { background-color: #BDC20B; }
a { background-color: rgb(189,194,11); }
div.DivClassName
{
background-color: #BDC20B;
}
.BgClassName
{
background-color: #BDC20B;
}
</style>
border-color css
<style>
span { border-color: #BDC20B; }
span { border-color: rgb(189,194,11); }
td.TdClassName
{
border-color: #BDC20B;
}
.TagClassName
{
border-color: #BDC20B;
}
</style>