Shades of Rio Grande #C0D016
Tints of Rio Grande #C0D016
RGB
CMYK
RGB Variations
Color information
#C0D016 (or 0xC0D016) is known color: Rio Grande. HEX triplet: C0, D0 and 16. RGB value is (192,208,22). Sum of RGB (Red+Green+Blue) = 192+208+22=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D016 is #3F2FE9. Grayscale: #B6B6B6. Windows color (decimal): -4141034 or 1495232. OLE color: 1495232.
HSL color Cylindrical-coordinate representation of color #C0D016: hue angle of 65.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0D016 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 22 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.18 |
| HSL | 65.16º | 0.81% | 0.45% | - |
| HSV(B) | 65.16º | 0.89% | 0.82% | - |
| XYZ | 44.44 | 56.38 | 9.3 | - |
| YUV | 182.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 22 | 0.08 | 0 | 0.89 | 0.18 | 65.16 | 0.81 | 0.45 |
| Hex | C0 | D0 | 16 | 8 | 0 | 59 | 12 | 41 | 51 | 2D |
| Octal | 300 | 320 | 26 | 10 | 0 | 131 | 22 | 101 | 121 | 55 |
| Binary | 11000000 | 11010000 | 10110 | 1000 | 0 | 1011001 | 10010 | 1000001 | 1010001 | 101101 |
Color Harmonies of #C0D016
Complementary color
Monochromatic Colors of #C0D016
Black with #C0D016
Text Example
Text Example
White with #C0D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D016; }
p { color: rgb(192,208,22); }
H1.HeaderClassName
{
color: #C0D016;
}
.AnyTagClassName
{
color: #C0D016;
}
</style>
background-color css
<style>
a { background-color: #C0D016; }
a { background-color: rgb(192,208,22); }
div.DivClassName
{
background-color: #C0D016;
}
.BgClassName
{
background-color: #C0D016;
}
</style>
border-color css
<style>
span { border-color: #C0D016; }
span { border-color: rgb(192,208,22); }
td.TdClassName
{
border-color: #C0D016;
}
.TagClassName
{
border-color: #C0D016;
}
</style>