Shades of La Rioja #C0BD00
Tints of La Rioja #C0BD00
RGB
CMYK
RGB Variations
Color information
#C0BD00 (or 0xC0BD00) is known color: La Rioja. HEX triplet: C0, BD and 00. RGB value is (192,189,0). Sum of RGB (Red+Green+Blue) = 192+189+0=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BD00 is #3F42FF. Grayscale: #A9A9A9. Windows color (decimal): -4145920 or 48576. OLE color: 48576.
HSL color Cylindrical-coordinate representation of color #C0BD00: hue angle of 59.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0BD00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.25 |
| HSL | 59.06º | 1% | 0.38% | - |
| HSV(B) | 59.06º | 1% | 0.75% | - |
| XYZ | 39.94 | 47.6 | 7.08 | - |
| YUV | 168.35 | 32.99 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 0 | 0 | 0.02 | 1 | 0.25 | 59.06 | 1 | 0.38 |
| Hex | C0 | BD | 0 | 0 | 2 | 64 | 19 | 3B | 64 | 26 |
| Octal | 300 | 275 | 0 | 0 | 2 | 144 | 31 | 73 | 144 | 46 |
| Binary | 11000000 | 10111101 | 0 | 0 | 10 | 1100100 | 11001 | 111011 | 1100100 | 100110 |
Color Harmonies of #C0BD00
Complementary color
Monochromatic Colors of #C0BD00
Black with #C0BD00
Text Example
Text Example
White with #C0BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD00; }
p { color: rgb(192,189,0); }
H1.HeaderClassName
{
color: #C0BD00;
}
.AnyTagClassName
{
color: #C0BD00;
}
</style>
background-color css
<style>
a { background-color: #C0BD00; }
a { background-color: rgb(192,189,0); }
div.DivClassName
{
background-color: #C0BD00;
}
.BgClassName
{
background-color: #C0BD00;
}
</style>
border-color css
<style>
span { border-color: #C0BD00; }
span { border-color: rgb(192,189,0); }
td.TdClassName
{
border-color: #C0BD00;
}
.TagClassName
{
border-color: #C0BD00;
}
</style>