Shades of La Rioja #C0D102
Tints of La Rioja #C0D102
RGB
CMYK
RGB Variations
Color information
#C0D102 (or 0xC0D102) is known color: La Rioja. HEX triplet: C0, D1 and 02. RGB value is (192,209,2). Sum of RGB (Red+Green+Blue) = 192+209+2=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D102 is #3F2EFD. Grayscale: #B5B5B5. Windows color (decimal): -4140798 or 184768. OLE color: 184768.
HSL color Cylindrical-coordinate representation of color #C0D102: hue angle of 64.93º 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 #C0D102 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.18 |
| HSL | 64.93º | 0.98% | 0.41% | - |
| HSV(B) | 64.93º | 0.99% | 0.82% | - |
| XYZ | 44.55 | 56.81 | 8.68 | - |
| YUV | 180.32 | 27.37 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 2 | 0.08 | 0 | 0.99 | 0.18 | 64.93 | 0.98 | 0.41 |
| Hex | C0 | D1 | 2 | 8 | 0 | 63 | 12 | 41 | 62 | 29 |
| Octal | 300 | 321 | 2 | 10 | 0 | 143 | 22 | 101 | 142 | 51 |
| Binary | 11000000 | 11010001 | 10 | 1000 | 0 | 1100011 | 10010 | 1000001 | 1100010 | 101001 |
Color Harmonies of #C0D102
Complementary color
Monochromatic Colors of #C0D102
Black with #C0D102
Text Example
Text Example
White with #C0D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D102; }
p { color: rgb(192,209,2); }
H1.HeaderClassName
{
color: #C0D102;
}
.AnyTagClassName
{
color: #C0D102;
}
</style>
background-color css
<style>
a { background-color: #C0D102; }
a { background-color: rgb(192,209,2); }
div.DivClassName
{
background-color: #C0D102;
}
.BgClassName
{
background-color: #C0D102;
}
</style>
border-color css
<style>
span { border-color: #C0D102; }
span { border-color: rgb(192,209,2); }
td.TdClassName
{
border-color: #C0D102;
}
.TagClassName
{
border-color: #C0D102;
}
</style>