Shades of La Rioja #BDCC00
Tints of La Rioja #BDCC00
RGB
CMYK
RGB Variations
Color information
#BDCC00 (or 0xBDCC00) is known color: La Rioja. HEX triplet: BD, CC and 00. RGB value is (189,204,0). Sum of RGB (Red+Green+Blue) = 189+204+0=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC00 is #4233FF. Grayscale: #B1B1B1. Windows color (decimal): -4338688 or 52413. OLE color: 52413.
HSL color Cylindrical-coordinate representation of color #BDCC00: hue angle of 64.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDCC00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.2 |
| HSL | 64.41º | 1% | 0.4% | - |
| HSV(B) | 64.41º | 1% | 0.8% | - |
| XYZ | 42.58 | 54 | 8.18 | - |
| YUV | 176.26 | 28.53 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 0 | 0.07 | 0 | 1 | 0.2 | 64.41 | 1 | 0.4 |
| Hex | BD | CC | 0 | 7 | 0 | 64 | 14 | 40 | 64 | 28 |
| Octal | 275 | 314 | 0 | 7 | 0 | 144 | 24 | 100 | 144 | 50 |
| Binary | 10111101 | 11001100 | 0 | 111 | 0 | 1100100 | 10100 | 1000000 | 1100100 | 101000 |
Color Harmonies of #BDCC00
Complementary color
Monochromatic Colors of #BDCC00
Black with #BDCC00
Text Example
Text Example
White with #BDCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC00; }
p { color: rgb(189,204,0); }
H1.HeaderClassName
{
color: #BDCC00;
}
.AnyTagClassName
{
color: #BDCC00;
}
</style>
background-color css
<style>
a { background-color: #BDCC00; }
a { background-color: rgb(189,204,0); }
div.DivClassName
{
background-color: #BDCC00;
}
.BgClassName
{
background-color: #BDCC00;
}
</style>
border-color css
<style>
span { border-color: #BDCC00; }
span { border-color: rgb(189,204,0); }
td.TdClassName
{
border-color: #BDCC00;
}
.TagClassName
{
border-color: #BDCC00;
}
</style>