Shades of La Rioja #C0C500
Tints of La Rioja #C0C500
RGB
CMYK
RGB Variations
Color information
#C0C500 (or 0xC0C500) is known color: La Rioja. HEX triplet: C0, C5 and 00. RGB value is (192,197,0). Sum of RGB (Red+Green+Blue) = 192+197+0=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C500 is #3F3AFF. Grayscale: #ADADAD. Windows color (decimal): -4143872 or 50624. OLE color: 50624.
HSL color Cylindrical-coordinate representation of color #C0C500: hue angle of 61.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0C500 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.23 |
| HSL | 61.52º | 1% | 0.39% | - |
| HSV(B) | 61.52º | 1% | 0.77% | - |
| XYZ | 41.7 | 51.14 | 7.67 | - |
| YUV | 173.05 | 30.34 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 0 | 0.03 | 0 | 1 | 0.23 | 61.52 | 1 | 0.39 |
| Hex | C0 | C5 | 0 | 3 | 0 | 64 | 17 | 3E | 64 | 27 |
| Octal | 300 | 305 | 0 | 3 | 0 | 144 | 27 | 76 | 144 | 47 |
| Binary | 11000000 | 11000101 | 0 | 11 | 0 | 1100100 | 10111 | 111110 | 1100100 | 100111 |
Color Harmonies of #C0C500
Complementary color
Monochromatic Colors of #C0C500
Black with #C0C500
Text Example
Text Example
White with #C0C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C500; }
p { color: rgb(192,197,0); }
H1.HeaderClassName
{
color: #C0C500;
}
.AnyTagClassName
{
color: #C0C500;
}
</style>
background-color css
<style>
a { background-color: #C0C500; }
a { background-color: rgb(192,197,0); }
div.DivClassName
{
background-color: #C0C500;
}
.BgClassName
{
background-color: #C0C500;
}
</style>
border-color css
<style>
span { border-color: #C0C500; }
span { border-color: rgb(192,197,0); }
td.TdClassName
{
border-color: #C0C500;
}
.TagClassName
{
border-color: #C0C500;
}
</style>