Shades of Rio Grande #C6D01C
Tints of Rio Grande #C6D01C
RGB
CMYK
RGB Variations
Color information
#C6D01C (or 0xC6D01C) is known color: Rio Grande. HEX triplet: C6, D0 and 1C. RGB value is (198,208,28). Sum of RGB (Red+Green+Blue) = 198+208+28=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D01C is #392FE3. Grayscale: #B9B9B9. Windows color (decimal): -3747812 or 1888454. OLE color: 1888454.
HSL color Cylindrical-coordinate representation of color #C6D01C: hue angle of 63.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6D01C is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 28 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.18 |
| HSL | 63.33º | 0.76% | 0.46% | - |
| HSV(B) | 63.33º | 0.87% | 0.82% | - |
| XYZ | 46.05 | 57.2 | 9.71 | - |
| YUV | 184.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 28 | 0.05 | 0 | 0.87 | 0.18 | 63.33 | 0.76 | 0.46 |
| Hex | C6 | D0 | 1C | 5 | 0 | 57 | 12 | 3F | 4C | 2E |
| Octal | 306 | 320 | 34 | 5 | 0 | 127 | 22 | 77 | 114 | 56 |
| Binary | 11000110 | 11010000 | 11100 | 101 | 0 | 1010111 | 10010 | 111111 | 1001100 | 101110 |
Color Harmonies of #C6D01C
Complementary color
Monochromatic Colors of #C6D01C
Black with #C6D01C
Text Example
Text Example
White with #C6D01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D01C; }
p { color: rgb(198,208,28); }
H1.HeaderClassName
{
color: #C6D01C;
}
.AnyTagClassName
{
color: #C6D01C;
}
</style>
background-color css
<style>
a { background-color: #C6D01C; }
a { background-color: rgb(198,208,28); }
div.DivClassName
{
background-color: #C6D01C;
}
.BgClassName
{
background-color: #C6D01C;
}
</style>
border-color css
<style>
span { border-color: #C6D01C; }
span { border-color: rgb(198,208,28); }
td.TdClassName
{
border-color: #C6D01C;
}
.TagClassName
{
border-color: #C6D01C;
}
</style>