Shades of Rio Grande #C3D516
Tints of Rio Grande #C3D516
RGB
CMYK
RGB Variations
Color information
#C3D516 (or 0xC3D516) is known color: Rio Grande. HEX triplet: C3, D5 and 16. RGB value is (195,213,22). Sum of RGB (Red+Green+Blue) = 195+213+22=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D516 is #3C2AE9. Grayscale: #BABABA. Windows color (decimal): -3943146 or 1496515. OLE color: 1496515.
HSL color Cylindrical-coordinate representation of color #C3D516: hue angle of 65.65º 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 #C3D516 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 22 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.16 |
| HSL | 65.65º | 0.81% | 0.46% | - |
| HSV(B) | 65.65º | 0.9% | 0.84% | - |
| XYZ | 46.44 | 59.25 | 9.75 | - |
| YUV | 185.84 | 35.54 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 22 | 0.08 | 0 | 0.90 | 0.16 | 65.65 | 0.81 | 0.46 |
| Hex | C3 | D5 | 16 | 8 | 0 | 5A | 10 | 42 | 51 | 2E |
| Octal | 303 | 325 | 26 | 10 | 0 | 132 | 20 | 102 | 121 | 56 |
| Binary | 11000011 | 11010101 | 10110 | 1000 | 0 | 1011010 | 10000 | 1000010 | 1010001 | 101110 |
Color Harmonies of #C3D516
Complementary color
Monochromatic Colors of #C3D516
Black with #C3D516
Text Example
Text Example
White with #C3D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D516; }
p { color: rgb(195,213,22); }
H1.HeaderClassName
{
color: #C3D516;
}
.AnyTagClassName
{
color: #C3D516;
}
</style>
background-color css
<style>
a { background-color: #C3D516; }
a { background-color: rgb(195,213,22); }
div.DivClassName
{
background-color: #C3D516;
}
.BgClassName
{
background-color: #C3D516;
}
</style>
border-color css
<style>
span { border-color: #C3D516; }
span { border-color: rgb(195,213,22); }
td.TdClassName
{
border-color: #C3D516;
}
.TagClassName
{
border-color: #C3D516;
}
</style>