Shades of Rio Grande #C6D914
Tints of Rio Grande #C6D914
RGB
CMYK
RGB Variations
Color information
#C6D914 (or 0xC6D914) is known color: Rio Grande. HEX triplet: C6, D9 and 14. RGB value is (198,217,20). Sum of RGB (Red+Green+Blue) = 198+217+20=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D914 is #3926EB. Grayscale: #BDBDBD. Windows color (decimal): -3745516 or 1366470. OLE color: 1366470.
HSL color Cylindrical-coordinate representation of color #C6D914: hue angle of 65.79º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6D914 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 20 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.15 |
| HSL | 65.79º | 0.83% | 0.46% | - |
| HSV(B) | 65.79º | 0.91% | 0.85% | - |
| XYZ | 48.23 | 61.68 | 10.03 | - |
| YUV | 188.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 20 | 0.09 | 0 | 0.91 | 0.15 | 65.79 | 0.83 | 0.46 |
| Hex | C6 | D9 | 14 | 9 | 0 | 5B | F | 42 | 53 | 2E |
| Octal | 306 | 331 | 24 | 11 | 0 | 133 | 17 | 102 | 123 | 56 |
| Binary | 11000110 | 11011001 | 10100 | 1001 | 0 | 1011011 | 1111 | 1000010 | 1010011 | 101110 |
Color Harmonies of #C6D914
Complementary color
Monochromatic Colors of #C6D914
Black with #C6D914
Text Example
Text Example
White with #C6D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D914; }
p { color: rgb(198,217,20); }
H1.HeaderClassName
{
color: #C6D914;
}
.AnyTagClassName
{
color: #C6D914;
}
</style>
background-color css
<style>
a { background-color: #C6D914; }
a { background-color: rgb(198,217,20); }
div.DivClassName
{
background-color: #C6D914;
}
.BgClassName
{
background-color: #C6D914;
}
</style>
border-color css
<style>
span { border-color: #C6D914; }
span { border-color: rgb(198,217,20); }
td.TdClassName
{
border-color: #C6D914;
}
.TagClassName
{
border-color: #C6D914;
}
</style>