Shades of La Rioja #C2D102
Tints of La Rioja #C2D102
RGB
CMYK
RGB Variations
Color information
#C2D102 (or 0xC2D102) is known color: La Rioja. HEX triplet: C2, D1 and 02. RGB value is (194,209,2). Sum of RGB (Red+Green+Blue) = 194+209+2=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D102 is #3D2EFD. Grayscale: #B5B5B5. Windows color (decimal): -4009726 or 184770. OLE color: 184770.
HSL color Cylindrical-coordinate representation of color #C2D102: hue angle of 64.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2D102 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.18 |
| HSL | 64.35º | 0.98% | 0.41% | - |
| HSV(B) | 64.35º | 0.99% | 0.82% | - |
| XYZ | 45.06 | 57.07 | 8.7 | - |
| YUV | 180.92 | 27.03 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 2 | 0.07 | 0 | 0.99 | 0.18 | 64.35 | 0.98 | 0.41 |
| Hex | C2 | D1 | 2 | 7 | 0 | 63 | 12 | 40 | 62 | 29 |
| Octal | 302 | 321 | 2 | 7 | 0 | 143 | 22 | 100 | 142 | 51 |
| Binary | 11000010 | 11010001 | 10 | 111 | 0 | 1100011 | 10010 | 1000000 | 1100010 | 101001 |
Color Harmonies of #C2D102
Complementary color
Monochromatic Colors of #C2D102
Black with #C2D102
Text Example
Text Example
White with #C2D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D102; }
p { color: rgb(194,209,2); }
H1.HeaderClassName
{
color: #C2D102;
}
.AnyTagClassName
{
color: #C2D102;
}
</style>
background-color css
<style>
a { background-color: #C2D102; }
a { background-color: rgb(194,209,2); }
div.DivClassName
{
background-color: #C2D102;
}
.BgClassName
{
background-color: #C2D102;
}
</style>
border-color css
<style>
span { border-color: #C2D102; }
span { border-color: rgb(194,209,2); }
td.TdClassName
{
border-color: #C2D102;
}
.TagClassName
{
border-color: #C2D102;
}
</style>