Shades of Rio Grande #C6D612
Tints of Rio Grande #C6D612
RGB
CMYK
RGB Variations
Color information
#C6D612 (or 0xC6D612) is known color: Rio Grande. HEX triplet: C6, D6 and 12. RGB value is (198,214,18). Sum of RGB (Red+Green+Blue) = 198+214+18=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D612 is #3929ED. Grayscale: #BBBBBB. Windows color (decimal): -3746286 or 1234630. OLE color: 1234630.
HSL color Cylindrical-coordinate representation of color #C6D612: hue angle of 64.9º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6D612 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.16 |
| HSL | 64.9º | 0.84% | 0.45% | - |
| HSV(B) | 64.9º | 0.92% | 0.84% | - |
| XYZ | 47.44 | 60.14 | 9.68 | - |
| YUV | 186.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 18 | 0.07 | 0 | 0.92 | 0.16 | 64.9 | 0.84 | 0.45 |
| Hex | C6 | D6 | 12 | 7 | 0 | 5C | 10 | 41 | 54 | 2D |
| Octal | 306 | 326 | 22 | 7 | 0 | 134 | 20 | 101 | 124 | 55 |
| Binary | 11000110 | 11010110 | 10010 | 111 | 0 | 1011100 | 10000 | 1000001 | 1010100 | 101101 |
Color Harmonies of #C6D612
Complementary color
Monochromatic Colors of #C6D612
Black with #C6D612
Text Example
Text Example
White with #C6D612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D612; }
p { color: rgb(198,214,18); }
H1.HeaderClassName
{
color: #C6D612;
}
.AnyTagClassName
{
color: #C6D612;
}
</style>
background-color css
<style>
a { background-color: #C6D612; }
a { background-color: rgb(198,214,18); }
div.DivClassName
{
background-color: #C6D612;
}
.BgClassName
{
background-color: #C6D612;
}
</style>
border-color css
<style>
span { border-color: #C6D612; }
span { border-color: rgb(198,214,18); }
td.TdClassName
{
border-color: #C6D612;
}
.TagClassName
{
border-color: #C6D612;
}
</style>