Shades of La Rioja #C2CC00
Tints of La Rioja #C2CC00
RGB
CMYK
RGB Variations
Color information
#C2CC00 (or 0xC2CC00) is known color: La Rioja. HEX triplet: C2, CC and 00. RGB value is (194,204,0). Sum of RGB (Red+Green+Blue) = 194+204+0=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CC00 is #3D33FF. Grayscale: #B2B2B2. Windows color (decimal): -4011008 or 52418. OLE color: 52418.
HSL color Cylindrical-coordinate representation of color #C2CC00: hue angle of 62.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2CC00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.2 |
| HSL | 62.94º | 1% | 0.4% | - |
| HSV(B) | 62.94º | 1% | 0.8% | - |
| XYZ | 43.84 | 54.66 | 8.24 | - |
| YUV | 177.75 | 27.69 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 0 | 0.05 | 0 | 1 | 0.2 | 62.94 | 1 | 0.4 |
| Hex | C2 | CC | 0 | 5 | 0 | 64 | 14 | 3F | 64 | 28 |
| Octal | 302 | 314 | 0 | 5 | 0 | 144 | 24 | 77 | 144 | 50 |
| Binary | 11000010 | 11001100 | 0 | 101 | 0 | 1100100 | 10100 | 111111 | 1100100 | 101000 |
Color Harmonies of #C2CC00
Complementary color
Monochromatic Colors of #C2CC00
Black with #C2CC00
Text Example
Text Example
White with #C2CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC00; }
p { color: rgb(194,204,0); }
H1.HeaderClassName
{
color: #C2CC00;
}
.AnyTagClassName
{
color: #C2CC00;
}
</style>
background-color css
<style>
a { background-color: #C2CC00; }
a { background-color: rgb(194,204,0); }
div.DivClassName
{
background-color: #C2CC00;
}
.BgClassName
{
background-color: #C2CC00;
}
</style>
border-color css
<style>
span { border-color: #C2CC00; }
span { border-color: rgb(194,204,0); }
td.TdClassName
{
border-color: #C2CC00;
}
.TagClassName
{
border-color: #C2CC00;
}
</style>