Shades of Rio Grande #C0C526
Tints of Rio Grande #C0C526
RGB
CMYK
RGB Variations
Color information
#C0C526 (or 0xC0C526) is known color: Rio Grande. HEX triplet: C0, C5 and 26. RGB value is (192,197,38). Sum of RGB (Red+Green+Blue) = 192+197+38=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C526 is #3F3AD9. Grayscale: #B2B2B2. Windows color (decimal): -4143834 or 2540992. OLE color: 2540992.
HSL color Cylindrical-coordinate representation of color #C0C526: hue angle of 61.89º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0C526 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 38 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.23 |
| HSL | 61.89º | 0.68% | 0.46% | - |
| HSV(B) | 61.89º | 0.81% | 0.77% | - |
| XYZ | 42.05 | 51.28 | 9.52 | - |
| YUV | 177.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 38 | 0.03 | 0 | 0.81 | 0.23 | 61.89 | 0.68 | 0.46 |
| Hex | C0 | C5 | 26 | 3 | 0 | 51 | 17 | 3E | 44 | 2E |
| Octal | 300 | 305 | 46 | 3 | 0 | 121 | 27 | 76 | 104 | 56 |
| Binary | 11000000 | 11000101 | 100110 | 11 | 0 | 1010001 | 10111 | 111110 | 1000100 | 101110 |
Color Harmonies of #C0C526
Complementary color
Monochromatic Colors of #C0C526
Black with #C0C526
Text Example
Text Example
White with #C0C526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C526; }
p { color: rgb(192,197,38); }
H1.HeaderClassName
{
color: #C0C526;
}
.AnyTagClassName
{
color: #C0C526;
}
</style>
background-color css
<style>
a { background-color: #C0C526; }
a { background-color: rgb(192,197,38); }
div.DivClassName
{
background-color: #C0C526;
}
.BgClassName
{
background-color: #C0C526;
}
</style>
border-color css
<style>
span { border-color: #C0C526; }
span { border-color: rgb(192,197,38); }
td.TdClassName
{
border-color: #C0C526;
}
.TagClassName
{
border-color: #C0C526;
}
</style>