Shades of Rio Grande #C6D11B
Tints of Rio Grande #C6D11B
RGB
CMYK
RGB Variations
Color information
#C6D11B (or 0xC6D11B) is known color: Rio Grande. HEX triplet: C6, D1 and 1B. RGB value is (198,209,27). Sum of RGB (Red+Green+Blue) = 198+209+27=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D11B is #392EE4. Grayscale: #B9B9B9. Windows color (decimal): -3747557 or 1823174. OLE color: 1823174.
HSL color Cylindrical-coordinate representation of color #C6D11B: hue angle of 63.63º degrees, saturation: 0.77, 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 #C6D11B is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 209 | 27 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.18 |
| HSL | 63.63º | 0.77% | 0.46% | - |
| HSV(B) | 63.63º | 0.87% | 0.82% | - |
| XYZ | 46.29 | 57.69 | 9.73 | - |
| YUV | 184.96 | 38.86 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 27 | 0.05 | 0 | 0.87 | 0.18 | 63.63 | 0.77 | 0.46 |
| Hex | C6 | D1 | 1B | 5 | 0 | 57 | 12 | 40 | 4D | 2E |
| Octal | 306 | 321 | 33 | 5 | 0 | 127 | 22 | 100 | 115 | 56 |
| Binary | 11000110 | 11010001 | 11011 | 101 | 0 | 1010111 | 10010 | 1000000 | 1001101 | 101110 |
Color Harmonies of #C6D11B
Complementary color
Monochromatic Colors of #C6D11B
Black with #C6D11B
Text Example
Text Example
White with #C6D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D11B; }
p { color: rgb(198,209,27); }
H1.HeaderClassName
{
color: #C6D11B;
}
.AnyTagClassName
{
color: #C6D11B;
}
</style>
background-color css
<style>
a { background-color: #C6D11B; }
a { background-color: rgb(198,209,27); }
div.DivClassName
{
background-color: #C6D11B;
}
.BgClassName
{
background-color: #C6D11B;
}
</style>
border-color css
<style>
span { border-color: #C6D11B; }
span { border-color: rgb(198,209,27); }
td.TdClassName
{
border-color: #C6D11B;
}
.TagClassName
{
border-color: #C6D11B;
}
</style>