Shades of Rio Grande #C0C41A
Tints of Rio Grande #C0C41A
RGB
CMYK
RGB Variations
Color information
#C0C41A (or 0xC0C41A) is known color: Rio Grande. HEX triplet: C0, C4 and 1A. RGB value is (192,196,26). Sum of RGB (Red+Green+Blue) = 192+196+26=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C41A is #3F3BE5. Grayscale: #B0B0B0. Windows color (decimal): -4144102 or 1754304. OLE color: 1754304.
HSL color Cylindrical-coordinate representation of color #C0C41A: hue angle of 61.41º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0C41A is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 26 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.23 |
| HSL | 61.41º | 0.77% | 0.44% | - |
| HSV(B) | 61.41º | 0.87% | 0.77% | - |
| XYZ | 41.66 | 50.76 | 8.58 | - |
| YUV | 175.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 26 | 0.02 | 0 | 0.87 | 0.23 | 61.41 | 0.77 | 0.44 |
| Hex | C0 | C4 | 1A | 2 | 0 | 57 | 17 | 3D | 4D | 2C |
| Octal | 300 | 304 | 32 | 2 | 0 | 127 | 27 | 75 | 115 | 54 |
| Binary | 11000000 | 11000100 | 11010 | 10 | 0 | 1010111 | 10111 | 111101 | 1001101 | 101100 |
Color Harmonies of #C0C41A
Complementary color
Monochromatic Colors of #C0C41A
Black with #C0C41A
Text Example
Text Example
White with #C0C41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C41A; }
p { color: rgb(192,196,26); }
H1.HeaderClassName
{
color: #C0C41A;
}
.AnyTagClassName
{
color: #C0C41A;
}
</style>
background-color css
<style>
a { background-color: #C0C41A; }
a { background-color: rgb(192,196,26); }
div.DivClassName
{
background-color: #C0C41A;
}
.BgClassName
{
background-color: #C0C41A;
}
</style>
border-color css
<style>
span { border-color: #C0C41A; }
span { border-color: rgb(192,196,26); }
td.TdClassName
{
border-color: #C0C41A;
}
.TagClassName
{
border-color: #C0C41A;
}
</style>