Shades of Rio Grande #C4D11C
Tints of Rio Grande #C4D11C
RGB
CMYK
RGB Variations
Color information
#C4D11C (or 0xC4D11C) is known color: Rio Grande. HEX triplet: C4, D1 and 1C. RGB value is (196,209,28). Sum of RGB (Red+Green+Blue) = 196+209+28=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D11C is #3B2EE3. Grayscale: #B9B9B9. Windows color (decimal): -3878628 or 1888708. OLE color: 1888708.
HSL color Cylindrical-coordinate representation of color #C4D11C: hue angle of 64.31º 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 #C4D11C is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 28 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.18 |
| HSL | 64.31º | 0.76% | 0.46% | - |
| HSV(B) | 64.31º | 0.87% | 0.82% | - |
| XYZ | 45.78 | 57.42 | 9.77 | - |
| YUV | 184.48 | 39.69 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 28 | 0.06 | 0 | 0.87 | 0.18 | 64.31 | 0.76 | 0.46 |
| Hex | C4 | D1 | 1C | 6 | 0 | 57 | 12 | 40 | 4C | 2E |
| Octal | 304 | 321 | 34 | 6 | 0 | 127 | 22 | 100 | 114 | 56 |
| Binary | 11000100 | 11010001 | 11100 | 110 | 0 | 1010111 | 10010 | 1000000 | 1001100 | 101110 |
Color Harmonies of #C4D11C
Complementary color
Monochromatic Colors of #C4D11C
Black with #C4D11C
Text Example
Text Example
White with #C4D11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D11C; }
p { color: rgb(196,209,28); }
H1.HeaderClassName
{
color: #C4D11C;
}
.AnyTagClassName
{
color: #C4D11C;
}
</style>
background-color css
<style>
a { background-color: #C4D11C; }
a { background-color: rgb(196,209,28); }
div.DivClassName
{
background-color: #C4D11C;
}
.BgClassName
{
background-color: #C4D11C;
}
</style>
border-color css
<style>
span { border-color: #C4D11C; }
span { border-color: rgb(196,209,28); }
td.TdClassName
{
border-color: #C4D11C;
}
.TagClassName
{
border-color: #C4D11C;
}
</style>