Shades of Rio Grande #C6D315
Tints of Rio Grande #C6D315
RGB
CMYK
RGB Variations
Color information
#C6D315 (or 0xC6D315) is known color: Rio Grande. HEX triplet: C6, D3 and 15. RGB value is (198,211,21). Sum of RGB (Red+Green+Blue) = 198+211+21=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D315 is #392CEA. Grayscale: #BABABA. Windows color (decimal): -3747051 or 1430470. OLE color: 1430470.
HSL color Cylindrical-coordinate representation of color #C6D315: hue angle of 64.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6D315 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 211 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.17 |
| HSL | 64.11º | 0.82% | 0.45% | - |
| HSV(B) | 64.11º | 0.9% | 0.83% | - |
| XYZ | 46.72 | 58.65 | 9.57 | - |
| YUV | 185.45 | 35.19 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 211 | 21 | 0.06 | 0 | 0.90 | 0.17 | 64.11 | 0.82 | 0.45 |
| Hex | C6 | D3 | 15 | 6 | 0 | 5A | 11 | 40 | 52 | 2D |
| Octal | 306 | 323 | 25 | 6 | 0 | 132 | 21 | 100 | 122 | 55 |
| Binary | 11000110 | 11010011 | 10101 | 110 | 0 | 1011010 | 10001 | 1000000 | 1010010 | 101101 |
Color Harmonies of #C6D315
Complementary color
Monochromatic Colors of #C6D315
Black with #C6D315
Text Example
Text Example
White with #C6D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D315; }
p { color: rgb(198,211,21); }
H1.HeaderClassName
{
color: #C6D315;
}
.AnyTagClassName
{
color: #C6D315;
}
</style>
background-color css
<style>
a { background-color: #C6D315; }
a { background-color: rgb(198,211,21); }
div.DivClassName
{
background-color: #C6D315;
}
.BgClassName
{
background-color: #C6D315;
}
</style>
border-color css
<style>
span { border-color: #C6D315; }
span { border-color: rgb(198,211,21); }
td.TdClassName
{
border-color: #C6D315;
}
.TagClassName
{
border-color: #C6D315;
}
</style>