Shades of Rio Grande #C6D80C
Tints of Rio Grande #C6D80C
RGB
CMYK
RGB Variations
Color information
#C6D80C (or 0xC6D80C) is known color: Rio Grande. HEX triplet: C6, D8 and 0C. RGB value is (198,216,12). Sum of RGB (Red+Green+Blue) = 198+216+12=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D80C is #3927F3. Grayscale: #BCBCBC. Windows color (decimal): -3745780 or 841926. OLE color: 841926.
HSL color Cylindrical-coordinate representation of color #C6D80C: hue angle of 65.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6D80C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 216 | 12 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.15 |
| HSL | 65.29º | 0.89% | 0.45% | - |
| HSV(B) | 65.29º | 0.94% | 0.85% | - |
| XYZ | 47.91 | 61.14 | 9.62 | - |
| YUV | 187.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 12 | 0.08 | 0 | 0.94 | 0.15 | 65.29 | 0.89 | 0.45 |
| Hex | C6 | D8 | C | 8 | 0 | 5E | F | 41 | 59 | 2D |
| Octal | 306 | 330 | 14 | 10 | 0 | 136 | 17 | 101 | 131 | 55 |
| Binary | 11000110 | 11011000 | 1100 | 1000 | 0 | 1011110 | 1111 | 1000001 | 1011001 | 101101 |
Color Harmonies of #C6D80C
Complementary color
Monochromatic Colors of #C6D80C
Black with #C6D80C
Text Example
Text Example
White with #C6D80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D80C; }
p { color: rgb(198,216,12); }
H1.HeaderClassName
{
color: #C6D80C;
}
.AnyTagClassName
{
color: #C6D80C;
}
</style>
background-color css
<style>
a { background-color: #C6D80C; }
a { background-color: rgb(198,216,12); }
div.DivClassName
{
background-color: #C6D80C;
}
.BgClassName
{
background-color: #C6D80C;
}
</style>
border-color css
<style>
span { border-color: #C6D80C; }
span { border-color: rgb(198,216,12); }
td.TdClassName
{
border-color: #C6D80C;
}
.TagClassName
{
border-color: #C6D80C;
}
</style>