Shades of Rio Grande #C6D215
Tints of Rio Grande #C6D215
RGB
CMYK
RGB Variations
Color information
#C6D215 (or 0xC6D215) is known color: Rio Grande. HEX triplet: C6, D2 and 15. RGB value is (198,210,21). Sum of RGB (Red+Green+Blue) = 198+210+21=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D215 is #392DEA. Grayscale: #B9B9B9. Windows color (decimal): -3747307 or 1430214. OLE color: 1430214.
HSL color Cylindrical-coordinate representation of color #C6D215: hue angle of 63.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6D215 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.18 |
| HSL | 63.81º | 0.82% | 0.45% | - |
| HSV(B) | 63.81º | 0.9% | 0.82% | - |
| XYZ | 46.47 | 58.15 | 9.48 | - |
| YUV | 184.87 | 35.52 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 21 | 0.06 | 0 | 0.90 | 0.18 | 63.81 | 0.82 | 0.45 |
| Hex | C6 | D2 | 15 | 6 | 0 | 5A | 12 | 40 | 52 | 2D |
| Octal | 306 | 322 | 25 | 6 | 0 | 132 | 22 | 100 | 122 | 55 |
| Binary | 11000110 | 11010010 | 10101 | 110 | 0 | 1011010 | 10010 | 1000000 | 1010010 | 101101 |
Color Harmonies of #C6D215
Complementary color
Monochromatic Colors of #C6D215
Black with #C6D215
Text Example
Text Example
White with #C6D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D215; }
p { color: rgb(198,210,21); }
H1.HeaderClassName
{
color: #C6D215;
}
.AnyTagClassName
{
color: #C6D215;
}
</style>
background-color css
<style>
a { background-color: #C6D215; }
a { background-color: rgb(198,210,21); }
div.DivClassName
{
background-color: #C6D215;
}
.BgClassName
{
background-color: #C6D215;
}
</style>
border-color css
<style>
span { border-color: #C6D215; }
span { border-color: rgb(198,210,21); }
td.TdClassName
{
border-color: #C6D215;
}
.TagClassName
{
border-color: #C6D215;
}
</style>