Shades of Rio Grande #C6D111
Tints of Rio Grande #C6D111
RGB
CMYK
RGB Variations
Color information
#C6D111 (or 0xC6D111) is known color: Rio Grande. HEX triplet: C6, D1 and 11. RGB value is (198,209,17). Sum of RGB (Red+Green+Blue) = 198+209+17=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D111 is #392EEE. Grayscale: #B8B8B8. Windows color (decimal): -3747567 or 1167814. OLE color: 1167814.
HSL color Cylindrical-coordinate representation of color #C6D111: hue angle of 63.44º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6D111 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 209 | 17 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.18 |
| HSL | 63.44º | 0.85% | 0.44% | - |
| HSV(B) | 63.44º | 0.92% | 0.82% | - |
| XYZ | 46.19 | 57.65 | 9.22 | - |
| YUV | 183.82 | 33.86 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 17 | 0.05 | 0 | 0.92 | 0.18 | 63.44 | 0.85 | 0.44 |
| Hex | C6 | D1 | 11 | 5 | 0 | 5C | 12 | 3F | 55 | 2C |
| Octal | 306 | 321 | 21 | 5 | 0 | 134 | 22 | 77 | 125 | 54 |
| Binary | 11000110 | 11010001 | 10001 | 101 | 0 | 1011100 | 10010 | 111111 | 1010101 | 101100 |
Color Harmonies of #C6D111
Complementary color
Monochromatic Colors of #C6D111
Black with #C6D111
Text Example
Text Example
White with #C6D111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D111; }
p { color: rgb(198,209,17); }
H1.HeaderClassName
{
color: #C6D111;
}
.AnyTagClassName
{
color: #C6D111;
}
</style>
background-color css
<style>
a { background-color: #C6D111; }
a { background-color: rgb(198,209,17); }
div.DivClassName
{
background-color: #C6D111;
}
.BgClassName
{
background-color: #C6D111;
}
</style>
border-color css
<style>
span { border-color: #C6D111; }
span { border-color: rgb(198,209,17); }
td.TdClassName
{
border-color: #C6D111;
}
.TagClassName
{
border-color: #C6D111;
}
</style>