Shades of La Rioja #BDC700
Tints of La Rioja #BDC700
RGB
CMYK
RGB Variations
Color information
#BDC700 (or 0xBDC700) is known color: La Rioja. HEX triplet: BD, C7 and 00. RGB value is (189,199,0). Sum of RGB (Red+Green+Blue) = 189+199+0=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC700 is #4238FF. Grayscale: #AEAEAE. Windows color (decimal): -4339968 or 51133. OLE color: 51133.
HSL color Cylindrical-coordinate representation of color #BDC700: hue angle of 63.02º 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 #BDC700 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.22 |
| HSL | 63.02º | 1% | 0.39% | - |
| HSV(B) | 63.02º | 1% | 0.78% | - |
| XYZ | 41.41 | 51.67 | 7.79 | - |
| YUV | 173.32 | 30.19 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 0 | 0.05 | 0 | 1 | 0.22 | 63.02 | 1 | 0.39 |
| Hex | BD | C7 | 0 | 5 | 0 | 64 | 16 | 3F | 64 | 27 |
| Octal | 275 | 307 | 0 | 5 | 0 | 144 | 26 | 77 | 144 | 47 |
| Binary | 10111101 | 11000111 | 0 | 101 | 0 | 1100100 | 10110 | 111111 | 1100100 | 100111 |
Color Harmonies of #BDC700
Complementary color
Monochromatic Colors of #BDC700
Black with #BDC700
Text Example
Text Example
White with #BDC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC700; }
p { color: rgb(189,199,0); }
H1.HeaderClassName
{
color: #BDC700;
}
.AnyTagClassName
{
color: #BDC700;
}
</style>
background-color css
<style>
a { background-color: #BDC700; }
a { background-color: rgb(189,199,0); }
div.DivClassName
{
background-color: #BDC700;
}
.BgClassName
{
background-color: #BDC700;
}
</style>
border-color css
<style>
span { border-color: #BDC700; }
span { border-color: rgb(189,199,0); }
td.TdClassName
{
border-color: #BDC700;
}
.TagClassName
{
border-color: #BDC700;
}
</style>