Shades of La Rioja #BDC00B
Tints of La Rioja #BDC00B
RGB
CMYK
RGB Variations
Color information
#BDC00B (or 0xBDC00B) is known color: La Rioja. HEX triplet: BD, C0 and 0B. RGB value is (189,192,11). Sum of RGB (Red+Green+Blue) = 189+192+11=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC00B is #423FF4. Grayscale: #ABABAB. Windows color (decimal): -4341749 or 770237. OLE color: 770237.
HSL color Cylindrical-coordinate representation of color #BDC00B: hue angle of 60.99º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC00B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 11 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.25 |
| HSL | 60.99º | 0.89% | 0.4% | - |
| HSV(B) | 60.99º | 0.94% | 0.75% | - |
| XYZ | 39.9 | 48.54 | 7.58 | - |
| YUV | 170.47 | 38.01 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 11 | 0.02 | 0 | 0.94 | 0.25 | 60.99 | 0.89 | 0.4 |
| Hex | BD | C0 | B | 2 | 0 | 5E | 19 | 3D | 59 | 28 |
| Octal | 275 | 300 | 13 | 2 | 0 | 136 | 31 | 75 | 131 | 50 |
| Binary | 10111101 | 11000000 | 1011 | 10 | 0 | 1011110 | 11001 | 111101 | 1011001 | 101000 |
Color Harmonies of #BDC00B
Complementary color
Monochromatic Colors of #BDC00B
Black with #BDC00B
Text Example
Text Example
White with #BDC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC00B; }
p { color: rgb(189,192,11); }
H1.HeaderClassName
{
color: #BDC00B;
}
.AnyTagClassName
{
color: #BDC00B;
}
</style>
background-color css
<style>
a { background-color: #BDC00B; }
a { background-color: rgb(189,192,11); }
div.DivClassName
{
background-color: #BDC00B;
}
.BgClassName
{
background-color: #BDC00B;
}
</style>
border-color css
<style>
span { border-color: #BDC00B; }
span { border-color: rgb(189,192,11); }
td.TdClassName
{
border-color: #BDC00B;
}
.TagClassName
{
border-color: #BDC00B;
}
</style>