Shades of Rio Grande #C4C61D
Tints of Rio Grande #C4C61D
RGB
CMYK
RGB Variations
Color information
#C4C61D (or 0xC4C61D) is known color: Rio Grande. HEX triplet: C4, C6 and 1D. RGB value is (196,198,29). Sum of RGB (Red+Green+Blue) = 196+198+29=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C61D is #3B39E2. Grayscale: #B2B2B2. Windows color (decimal): -3881443 or 1951428. OLE color: 1951428.
HSL color Cylindrical-coordinate representation of color #C4C61D: hue angle of 60.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4C61D is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 198 | 29 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.22 |
| HSL | 60.71º | 0.74% | 0.45% | - |
| HSV(B) | 60.71º | 0.85% | 0.78% | - |
| XYZ | 43.18 | 52.21 | 8.96 | - |
| YUV | 178.14 | 43.84 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 198 | 29 | 0.01 | 0 | 0.85 | 0.22 | 60.71 | 0.74 | 0.45 |
| Hex | C4 | C6 | 1D | 1 | 0 | 55 | 16 | 3D | 4A | 2D |
| Octal | 304 | 306 | 35 | 1 | 0 | 125 | 26 | 75 | 112 | 55 |
| Binary | 11000100 | 11000110 | 11101 | 1 | 0 | 1010101 | 10110 | 111101 | 1001010 | 101101 |
Color Harmonies of #C4C61D
Complementary color
Monochromatic Colors of #C4C61D
Black with #C4C61D
Text Example
Text Example
White with #C4C61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C61D; }
p { color: rgb(196,198,29); }
H1.HeaderClassName
{
color: #C4C61D;
}
.AnyTagClassName
{
color: #C4C61D;
}
</style>
background-color css
<style>
a { background-color: #C4C61D; }
a { background-color: rgb(196,198,29); }
div.DivClassName
{
background-color: #C4C61D;
}
.BgClassName
{
background-color: #C4C61D;
}
</style>
border-color css
<style>
span { border-color: #C4C61D; }
span { border-color: rgb(196,198,29); }
td.TdClassName
{
border-color: #C4C61D;
}
.TagClassName
{
border-color: #C4C61D;
}
</style>