Shades of Rio Grande #C1D716
Tints of Rio Grande #C1D716
RGB
CMYK
RGB Variations
Color information
#C1D716 (or 0xC1D716) is known color: Rio Grande. HEX triplet: C1, D7 and 16. RGB value is (193,215,22). Sum of RGB (Red+Green+Blue) = 193+215+22=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D716 is #3E28E9. Grayscale: #BBBBBB. Windows color (decimal): -4073706 or 1497025. OLE color: 1497025.
HSL color Cylindrical-coordinate representation of color #C1D716: hue angle of 66.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1D716 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 22 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.16 |
| HSL | 66.84º | 0.81% | 0.46% | - |
| HSV(B) | 66.84º | 0.9% | 0.84% | - |
| XYZ | 46.44 | 60 | 9.89 | - |
| YUV | 186.42 | 35.21 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 22 | 0.10 | 0 | 0.90 | 0.16 | 66.84 | 0.81 | 0.46 |
| Hex | C1 | D7 | 16 | A | 0 | 5A | 10 | 43 | 51 | 2E |
| Octal | 301 | 327 | 26 | 12 | 0 | 132 | 20 | 103 | 121 | 56 |
| Binary | 11000001 | 11010111 | 10110 | 1010 | 0 | 1011010 | 10000 | 1000011 | 1010001 | 101110 |
Color Harmonies of #C1D716
Complementary color
Monochromatic Colors of #C1D716
Black with #C1D716
Text Example
Text Example
White with #C1D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D716; }
p { color: rgb(193,215,22); }
H1.HeaderClassName
{
color: #C1D716;
}
.AnyTagClassName
{
color: #C1D716;
}
</style>
background-color css
<style>
a { background-color: #C1D716; }
a { background-color: rgb(193,215,22); }
div.DivClassName
{
background-color: #C1D716;
}
.BgClassName
{
background-color: #C1D716;
}
</style>
border-color css
<style>
span { border-color: #C1D716; }
span { border-color: rgb(193,215,22); }
td.TdClassName
{
border-color: #C1D716;
}
.TagClassName
{
border-color: #C1D716;
}
</style>