Shades of La Rioja #C0C90C
Tints of La Rioja #C0C90C
RGB
CMYK
RGB Variations
Color information
#C0C90C (or 0xC0C90C) is known color: La Rioja. HEX triplet: C0, C9 and 0C. RGB value is (192,201,12). Sum of RGB (Red+Green+Blue) = 192+201+12=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C90C is #3F36F3. Grayscale: #B1B1B1. Windows color (decimal): -4142836 or 838080. OLE color: 838080.
HSL color Cylindrical-coordinate representation of color #C0C90C: hue angle of 62.86º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0C90C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 12 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.21 |
| HSL | 62.86º | 0.89% | 0.42% | - |
| HSV(B) | 62.86º | 0.94% | 0.79% | - |
| XYZ | 42.69 | 53.01 | 8.33 | - |
| YUV | 176.76 | 35.02 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 12 | 0.04 | 0 | 0.94 | 0.21 | 62.86 | 0.89 | 0.42 |
| Hex | C0 | C9 | C | 4 | 0 | 5E | 15 | 3F | 59 | 2A |
| Octal | 300 | 311 | 14 | 4 | 0 | 136 | 25 | 77 | 131 | 52 |
| Binary | 11000000 | 11001001 | 1100 | 100 | 0 | 1011110 | 10101 | 111111 | 1011001 | 101010 |
Color Harmonies of #C0C90C
Complementary color
Monochromatic Colors of #C0C90C
Black with #C0C90C
Text Example
Text Example
White with #C0C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C90C; }
p { color: rgb(192,201,12); }
H1.HeaderClassName
{
color: #C0C90C;
}
.AnyTagClassName
{
color: #C0C90C;
}
</style>
background-color css
<style>
a { background-color: #C0C90C; }
a { background-color: rgb(192,201,12); }
div.DivClassName
{
background-color: #C0C90C;
}
.BgClassName
{
background-color: #C0C90C;
}
</style>
border-color css
<style>
span { border-color: #C0C90C; }
span { border-color: rgb(192,201,12); }
td.TdClassName
{
border-color: #C0C90C;
}
.TagClassName
{
border-color: #C0C90C;
}
</style>