Shades of Rio Grande #C2C61D
Tints of Rio Grande #C2C61D
RGB
CMYK
RGB Variations
Color information
#C2C61D (or 0xC2C61D) is known color: Rio Grande. HEX triplet: C2, C6 and 1D. RGB value is (194,198,29). Sum of RGB (Red+Green+Blue) = 194+198+29=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C61D is #3D39E2. Grayscale: #B2B2B2. Windows color (decimal): -4012515 or 1951426. OLE color: 1951426.
HSL color Cylindrical-coordinate representation of color #C2C61D: hue angle of 61.42º 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 #C2C61D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 29 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.22 |
| HSL | 61.42º | 0.74% | 0.45% | - |
| HSV(B) | 61.42º | 0.85% | 0.78% | - |
| XYZ | 42.66 | 51.95 | 8.94 | - |
| YUV | 177.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 29 | 0.02 | 0 | 0.85 | 0.22 | 61.42 | 0.74 | 0.45 |
| Hex | C2 | C6 | 1D | 2 | 0 | 55 | 16 | 3D | 4A | 2D |
| Octal | 302 | 306 | 35 | 2 | 0 | 125 | 26 | 75 | 112 | 55 |
| Binary | 11000010 | 11000110 | 11101 | 10 | 0 | 1010101 | 10110 | 111101 | 1001010 | 101101 |
Color Harmonies of #C2C61D
Complementary color
Monochromatic Colors of #C2C61D
Black with #C2C61D
Text Example
Text Example
White with #C2C61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C61D; }
p { color: rgb(194,198,29); }
H1.HeaderClassName
{
color: #C2C61D;
}
.AnyTagClassName
{
color: #C2C61D;
}
</style>
background-color css
<style>
a { background-color: #C2C61D; }
a { background-color: rgb(194,198,29); }
div.DivClassName
{
background-color: #C2C61D;
}
.BgClassName
{
background-color: #C2C61D;
}
</style>
border-color css
<style>
span { border-color: #C2C61D; }
span { border-color: rgb(194,198,29); }
td.TdClassName
{
border-color: #C2C61D;
}
.TagClassName
{
border-color: #C2C61D;
}
</style>