Shades of La Rioja #BDC800
Tints of La Rioja #BDC800
RGB
CMYK
RGB Variations
Color information
#BDC800 (or 0xBDC800) is known color: La Rioja. HEX triplet: BD, C8 and 00. RGB value is (189,200,0). Sum of RGB (Red+Green+Blue) = 189+200+0=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC800 is #4237FF. Grayscale: #AEAEAE. Windows color (decimal): -4339712 or 51389. OLE color: 51389.
HSL color Cylindrical-coordinate representation of color #BDC800: hue angle of 63.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDC800 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.22 |
| HSL | 63.3º | 1% | 0.39% | - |
| HSV(B) | 63.3º | 1% | 0.78% | - |
| XYZ | 41.64 | 52.13 | 7.87 | - |
| YUV | 173.91 | 29.86 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 0 | 0.06 | 0 | 1 | 0.22 | 63.3 | 1 | 0.39 |
| Hex | BD | C8 | 0 | 6 | 0 | 64 | 16 | 3F | 64 | 27 |
| Octal | 275 | 310 | 0 | 6 | 0 | 144 | 26 | 77 | 144 | 47 |
| Binary | 10111101 | 11001000 | 0 | 110 | 0 | 1100100 | 10110 | 111111 | 1100100 | 100111 |
Color Harmonies of #BDC800
Complementary color
Monochromatic Colors of #BDC800
Black with #BDC800
Text Example
Text Example
White with #BDC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC800; }
p { color: rgb(189,200,0); }
H1.HeaderClassName
{
color: #BDC800;
}
.AnyTagClassName
{
color: #BDC800;
}
</style>
background-color css
<style>
a { background-color: #BDC800; }
a { background-color: rgb(189,200,0); }
div.DivClassName
{
background-color: #BDC800;
}
.BgClassName
{
background-color: #BDC800;
}
</style>
border-color css
<style>
span { border-color: #BDC800; }
span { border-color: rgb(189,200,0); }
td.TdClassName
{
border-color: #BDC800;
}
.TagClassName
{
border-color: #BDC800;
}
</style>