Shades of Rio Grande #C2C520
Tints of Rio Grande #C2C520
RGB
CMYK
RGB Variations
Color information
#C2C520 (or 0xC2C520) is known color: Rio Grande. HEX triplet: C2, C5 and 20. RGB value is (194,197,32). Sum of RGB (Red+Green+Blue) = 194+197+32=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C520 is #3D3ADF. Grayscale: #B1B1B1. Windows color (decimal): -4012768 or 2147778. OLE color: 2147778.
HSL color Cylindrical-coordinate representation of color #C2C520: hue angle of 61.09º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2C520 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 32 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.23 |
| HSL | 61.09º | 0.72% | 0.45% | - |
| HSV(B) | 61.09º | 0.84% | 0.77% | - |
| XYZ | 42.48 | 51.51 | 9.07 | - |
| YUV | 177.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 32 | 0.02 | 0 | 0.84 | 0.23 | 61.09 | 0.72 | 0.45 |
| Hex | C2 | C5 | 20 | 2 | 0 | 54 | 17 | 3D | 48 | 2D |
| Octal | 302 | 305 | 40 | 2 | 0 | 124 | 27 | 75 | 110 | 55 |
| Binary | 11000010 | 11000101 | 100000 | 10 | 0 | 1010100 | 10111 | 111101 | 1001000 | 101101 |
Color Harmonies of #C2C520
Complementary color
Monochromatic Colors of #C2C520
Black with #C2C520
Text Example
Text Example
White with #C2C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C520; }
p { color: rgb(194,197,32); }
H1.HeaderClassName
{
color: #C2C520;
}
.AnyTagClassName
{
color: #C2C520;
}
</style>
background-color css
<style>
a { background-color: #C2C520; }
a { background-color: rgb(194,197,32); }
div.DivClassName
{
background-color: #C2C520;
}
.BgClassName
{
background-color: #C2C520;
}
</style>
border-color css
<style>
span { border-color: #C2C520; }
span { border-color: rgb(194,197,32); }
td.TdClassName
{
border-color: #C2C520;
}
.TagClassName
{
border-color: #C2C520;
}
</style>