Shades of Rio Grande #C6D211
Tints of Rio Grande #C6D211
RGB
CMYK
RGB Variations
Color information
#C6D211 (or 0xC6D211) is known color: Rio Grande. HEX triplet: C6, D2 and 11. RGB value is (198,210,17). Sum of RGB (Red+Green+Blue) = 198+210+17=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D211 is #392DEE. Grayscale: #B9B9B9. Windows color (decimal): -3747311 or 1168070. OLE color: 1168070.
HSL color Cylindrical-coordinate representation of color #C6D211: hue angle of 63.73º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6D211 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 17 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.18 |
| HSL | 63.73º | 0.85% | 0.45% | - |
| HSV(B) | 63.73º | 0.92% | 0.82% | - |
| XYZ | 46.44 | 58.14 | 9.3 | - |
| YUV | 184.41 | 33.52 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 17 | 0.06 | 0 | 0.92 | 0.18 | 63.73 | 0.85 | 0.45 |
| Hex | C6 | D2 | 11 | 6 | 0 | 5C | 12 | 40 | 55 | 2D |
| Octal | 306 | 322 | 21 | 6 | 0 | 134 | 22 | 100 | 125 | 55 |
| Binary | 11000110 | 11010010 | 10001 | 110 | 0 | 1011100 | 10010 | 1000000 | 1010101 | 101101 |
Color Harmonies of #C6D211
Complementary color
Monochromatic Colors of #C6D211
Black with #C6D211
Text Example
Text Example
White with #C6D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D211; }
p { color: rgb(198,210,17); }
H1.HeaderClassName
{
color: #C6D211;
}
.AnyTagClassName
{
color: #C6D211;
}
</style>
background-color css
<style>
a { background-color: #C6D211; }
a { background-color: rgb(198,210,17); }
div.DivClassName
{
background-color: #C6D211;
}
.BgClassName
{
background-color: #C6D211;
}
</style>
border-color css
<style>
span { border-color: #C6D211; }
span { border-color: rgb(198,210,17); }
td.TdClassName
{
border-color: #C6D211;
}
.TagClassName
{
border-color: #C6D211;
}
</style>