Shades of Rio Grande #C4D11D
Tints of Rio Grande #C4D11D
RGB
CMYK
RGB Variations
Color information
#C4D11D (or 0xC4D11D) is known color: Rio Grande. HEX triplet: C4, D1 and 1D. RGB value is (196,209,29). Sum of RGB (Red+Green+Blue) = 196+209+29=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D11D is #3B2EE2. Grayscale: #B9B9B9. Windows color (decimal): -3878627 or 1954244. OLE color: 1954244.
HSL color Cylindrical-coordinate representation of color #C4D11D: hue angle of 64.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4D11D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 29 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.18 |
| HSL | 64.33º | 0.76% | 0.47% | - |
| HSV(B) | 64.33º | 0.86% | 0.82% | - |
| XYZ | 45.79 | 57.43 | 9.83 | - |
| YUV | 184.59 | 40.19 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 29 | 0.06 | 0 | 0.86 | 0.18 | 64.33 | 0.76 | 0.47 |
| Hex | C4 | D1 | 1D | 6 | 0 | 56 | 12 | 40 | 4C | 2F |
| Octal | 304 | 321 | 35 | 6 | 0 | 126 | 22 | 100 | 114 | 57 |
| Binary | 11000100 | 11010001 | 11101 | 110 | 0 | 1010110 | 10010 | 1000000 | 1001100 | 101111 |
Color Harmonies of #C4D11D
Complementary color
Monochromatic Colors of #C4D11D
Black with #C4D11D
Text Example
Text Example
White with #C4D11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D11D; }
p { color: rgb(196,209,29); }
H1.HeaderClassName
{
color: #C4D11D;
}
.AnyTagClassName
{
color: #C4D11D;
}
</style>
background-color css
<style>
a { background-color: #C4D11D; }
a { background-color: rgb(196,209,29); }
div.DivClassName
{
background-color: #C4D11D;
}
.BgClassName
{
background-color: #C4D11D;
}
</style>
border-color css
<style>
span { border-color: #C4D11D; }
span { border-color: rgb(196,209,29); }
td.TdClassName
{
border-color: #C4D11D;
}
.TagClassName
{
border-color: #C4D11D;
}
</style>