Shades of Rio Grande #C4D716
Tints of Rio Grande #C4D716
RGB
CMYK
RGB Variations
Color information
#C4D716 (or 0xC4D716) is known color: Rio Grande. HEX triplet: C4, D7 and 16. RGB value is (196,215,22). Sum of RGB (Red+Green+Blue) = 196+215+22=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D716 is #3B28E9. Grayscale: #BCBCBC. Windows color (decimal): -3877098 or 1497028. OLE color: 1497028.
HSL color Cylindrical-coordinate representation of color #C4D716: hue angle of 65.91º 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 #C4D716 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.16 |
| HSL | 65.91º | 0.81% | 0.46% | - |
| HSV(B) | 65.91º | 0.9% | 0.84% | - |
| XYZ | 47.21 | 60.39 | 9.93 | - |
| YUV | 187.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 22 | 0.09 | 0 | 0.90 | 0.16 | 65.91 | 0.81 | 0.46 |
| Hex | C4 | D7 | 16 | 9 | 0 | 5A | 10 | 42 | 51 | 2E |
| Octal | 304 | 327 | 26 | 11 | 0 | 132 | 20 | 102 | 121 | 56 |
| Binary | 11000100 | 11010111 | 10110 | 1001 | 0 | 1011010 | 10000 | 1000010 | 1010001 | 101110 |
Color Harmonies of #C4D716
Complementary color
Monochromatic Colors of #C4D716
Black with #C4D716
Text Example
Text Example
White with #C4D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D716; }
p { color: rgb(196,215,22); }
H1.HeaderClassName
{
color: #C4D716;
}
.AnyTagClassName
{
color: #C4D716;
}
</style>
background-color css
<style>
a { background-color: #C4D716; }
a { background-color: rgb(196,215,22); }
div.DivClassName
{
background-color: #C4D716;
}
.BgClassName
{
background-color: #C4D716;
}
</style>
border-color css
<style>
span { border-color: #C4D716; }
span { border-color: rgb(196,215,22); }
td.TdClassName
{
border-color: #C4D716;
}
.TagClassName
{
border-color: #C4D716;
}
</style>