Shades of La Rioja #C2D202
Tints of La Rioja #C2D202
RGB
CMYK
RGB Variations
Color information
#C2D202 (or 0xC2D202) is known color: La Rioja. HEX triplet: C2, D2 and 02. RGB value is (194,210,2). Sum of RGB (Red+Green+Blue) = 194+210+2=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D202 is #3D2DFD. Grayscale: #B6B6B6. Windows color (decimal): -4009470 or 185026. OLE color: 185026.
HSL color Cylindrical-coordinate representation of color #C2D202: hue angle of 64.62º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2D202 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.18 |
| HSL | 64.62º | 0.98% | 0.42% | - |
| HSV(B) | 64.62º | 0.99% | 0.82% | - |
| XYZ | 45.31 | 57.57 | 8.78 | - |
| YUV | 181.5 | 26.7 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 2 | 0.08 | 0 | 0.99 | 0.18 | 64.62 | 0.98 | 0.42 |
| Hex | C2 | D2 | 2 | 8 | 0 | 63 | 12 | 41 | 62 | 2A |
| Octal | 302 | 322 | 2 | 10 | 0 | 143 | 22 | 101 | 142 | 52 |
| Binary | 11000010 | 11010010 | 10 | 1000 | 0 | 1100011 | 10010 | 1000001 | 1100010 | 101010 |
Color Harmonies of #C2D202
Complementary color
Monochromatic Colors of #C2D202
Black with #C2D202
Text Example
Text Example
White with #C2D202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D202; }
p { color: rgb(194,210,2); }
H1.HeaderClassName
{
color: #C2D202;
}
.AnyTagClassName
{
color: #C2D202;
}
</style>
background-color css
<style>
a { background-color: #C2D202; }
a { background-color: rgb(194,210,2); }
div.DivClassName
{
background-color: #C2D202;
}
.BgClassName
{
background-color: #C2D202;
}
</style>
border-color css
<style>
span { border-color: #C2D202; }
span { border-color: rgb(194,210,2); }
td.TdClassName
{
border-color: #C2D202;
}
.TagClassName
{
border-color: #C2D202;
}
</style>