Shades of La Rioja #C2C900
Tints of La Rioja #C2C900
RGB
CMYK
RGB Variations
Color information
#C2C900 (or 0xC2C900) is known color: La Rioja. HEX triplet: C2, C9 and 00. RGB value is (194,201,0). Sum of RGB (Red+Green+Blue) = 194+201+0=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C900 is #3D36FF. Grayscale: #B0B0B0. Windows color (decimal): -4011776 or 51650. OLE color: 51650.
HSL color Cylindrical-coordinate representation of color #C2C900: hue angle of 62.09º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2C900 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.21 |
| HSL | 62.09º | 1% | 0.39% | - |
| HSV(B) | 62.09º | 1% | 0.79% | - |
| XYZ | 43.13 | 53.24 | 8 | - |
| YUV | 175.99 | 28.68 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 0 | 0.03 | 0 | 1 | 0.21 | 62.09 | 1 | 0.39 |
| Hex | C2 | C9 | 0 | 3 | 0 | 64 | 15 | 3E | 64 | 27 |
| Octal | 302 | 311 | 0 | 3 | 0 | 144 | 25 | 76 | 144 | 47 |
| Binary | 11000010 | 11001001 | 0 | 11 | 0 | 1100100 | 10101 | 111110 | 1100100 | 100111 |
Color Harmonies of #C2C900
Complementary color
Monochromatic Colors of #C2C900
Black with #C2C900
Text Example
Text Example
White with #C2C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C900; }
p { color: rgb(194,201,0); }
H1.HeaderClassName
{
color: #C2C900;
}
.AnyTagClassName
{
color: #C2C900;
}
</style>
background-color css
<style>
a { background-color: #C2C900; }
a { background-color: rgb(194,201,0); }
div.DivClassName
{
background-color: #C2C900;
}
.BgClassName
{
background-color: #C2C900;
}
</style>
border-color css
<style>
span { border-color: #C2C900; }
span { border-color: rgb(194,201,0); }
td.TdClassName
{
border-color: #C2C900;
}
.TagClassName
{
border-color: #C2C900;
}
</style>