Shades of La Rioja #C0D000
Tints of La Rioja #C0D000
RGB
CMYK
RGB Variations
Color information
#C0D000 (or 0xC0D000) is known color: La Rioja. HEX triplet: C0, D0 and 00. RGB value is (192,208,0). Sum of RGB (Red+Green+Blue) = 192+208+0=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D000 is #3F2FFF. Grayscale: #B4B4B4. Windows color (decimal): -4141056 or 53440. OLE color: 53440.
HSL color Cylindrical-coordinate representation of color #C0D000: hue angle of 64.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0D000 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.18 |
| HSL | 64.62º | 1% | 0.41% | - |
| HSV(B) | 64.62º | 1% | 0.82% | - |
| XYZ | 44.29 | 56.32 | 8.54 | - |
| YUV | 179.5 | 26.7 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 0 | 0.08 | 0 | 1 | 0.18 | 64.62 | 1 | 0.41 |
| Hex | C0 | D0 | 0 | 8 | 0 | 64 | 12 | 41 | 64 | 29 |
| Octal | 300 | 320 | 0 | 10 | 0 | 144 | 22 | 101 | 144 | 51 |
| Binary | 11000000 | 11010000 | 0 | 1000 | 0 | 1100100 | 10010 | 1000001 | 1100100 | 101001 |
Color Harmonies of #C0D000
Complementary color
Monochromatic Colors of #C0D000
Black with #C0D000
Text Example
Text Example
White with #C0D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D000; }
p { color: rgb(192,208,0); }
H1.HeaderClassName
{
color: #C0D000;
}
.AnyTagClassName
{
color: #C0D000;
}
</style>
background-color css
<style>
a { background-color: #C0D000; }
a { background-color: rgb(192,208,0); }
div.DivClassName
{
background-color: #C0D000;
}
.BgClassName
{
background-color: #C0D000;
}
</style>
border-color css
<style>
span { border-color: #C0D000; }
span { border-color: rgb(192,208,0); }
td.TdClassName
{
border-color: #C0D000;
}
.TagClassName
{
border-color: #C0D000;
}
</style>