Shades of Rio Grande #C3D616
Tints of Rio Grande #C3D616
RGB
CMYK
RGB Variations
Color information
#C3D616 (or 0xC3D616) is known color: Rio Grande. HEX triplet: C3, D6 and 16. RGB value is (195,214,22). Sum of RGB (Red+Green+Blue) = 195+214+22=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D616 is #3C29E9. Grayscale: #BBBBBB. Windows color (decimal): -3942890 or 1496771. OLE color: 1496771.
HSL color Cylindrical-coordinate representation of color #C3D616: hue angle of 65.94º 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 #C3D616 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.16 |
| HSL | 65.94º | 0.81% | 0.46% | - |
| HSV(B) | 65.94º | 0.9% | 0.84% | - |
| XYZ | 46.7 | 59.75 | 9.83 | - |
| YUV | 186.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 22 | 0.09 | 0 | 0.90 | 0.16 | 65.94 | 0.81 | 0.46 |
| Hex | C3 | D6 | 16 | 9 | 0 | 5A | 10 | 42 | 51 | 2E |
| Octal | 303 | 326 | 26 | 11 | 0 | 132 | 20 | 102 | 121 | 56 |
| Binary | 11000011 | 11010110 | 10110 | 1001 | 0 | 1011010 | 10000 | 1000010 | 1010001 | 101110 |
Color Harmonies of #C3D616
Complementary color
Monochromatic Colors of #C3D616
Black with #C3D616
Text Example
Text Example
White with #C3D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D616; }
p { color: rgb(195,214,22); }
H1.HeaderClassName
{
color: #C3D616;
}
.AnyTagClassName
{
color: #C3D616;
}
</style>
background-color css
<style>
a { background-color: #C3D616; }
a { background-color: rgb(195,214,22); }
div.DivClassName
{
background-color: #C3D616;
}
.BgClassName
{
background-color: #C3D616;
}
</style>
border-color css
<style>
span { border-color: #C3D616; }
span { border-color: rgb(195,214,22); }
td.TdClassName
{
border-color: #C3D616;
}
.TagClassName
{
border-color: #C3D616;
}
</style>