Shades of Rio Grande #C0D716
Tints of Rio Grande #C0D716
RGB
CMYK
RGB Variations
Color information
#C0D716 (or 0xC0D716) is known color: Rio Grande. HEX triplet: C0, D7 and 16. RGB value is (192,215,22). Sum of RGB (Red+Green+Blue) = 192+215+22=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D716 is #3F28E9. Grayscale: #BABABA. Windows color (decimal): -4139242 or 1497024. OLE color: 1497024.
HSL color Cylindrical-coordinate representation of color #C0D716: hue angle of 67.15º 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 #C0D716 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.16 |
| HSL | 67.15º | 0.81% | 0.46% | - |
| HSV(B) | 67.15º | 0.9% | 0.84% | - |
| XYZ | 46.18 | 59.87 | 9.88 | - |
| YUV | 186.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 22 | 0.11 | 0 | 0.90 | 0.16 | 67.15 | 0.81 | 0.46 |
| Hex | C0 | D7 | 16 | B | 0 | 5A | 10 | 43 | 51 | 2E |
| Octal | 300 | 327 | 26 | 13 | 0 | 132 | 20 | 103 | 121 | 56 |
| Binary | 11000000 | 11010111 | 10110 | 1011 | 0 | 1011010 | 10000 | 1000011 | 1010001 | 101110 |
Color Harmonies of #C0D716
Complementary color
Monochromatic Colors of #C0D716
Black with #C0D716
Text Example
Text Example
White with #C0D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D716; }
p { color: rgb(192,215,22); }
H1.HeaderClassName
{
color: #C0D716;
}
.AnyTagClassName
{
color: #C0D716;
}
</style>
background-color css
<style>
a { background-color: #C0D716; }
a { background-color: rgb(192,215,22); }
div.DivClassName
{
background-color: #C0D716;
}
.BgClassName
{
background-color: #C0D716;
}
</style>
border-color css
<style>
span { border-color: #C0D716; }
span { border-color: rgb(192,215,22); }
td.TdClassName
{
border-color: #C0D716;
}
.TagClassName
{
border-color: #C0D716;
}
</style>