Shades of Rio Grande #C0C41C
Tints of Rio Grande #C0C41C
RGB
CMYK
RGB Variations
Color information
#C0C41C (or 0xC0C41C) is known color: Rio Grande. HEX triplet: C0, C4 and 1C. RGB value is (192,196,28). Sum of RGB (Red+Green+Blue) = 192+196+28=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C41C is #3F3BE3. Grayscale: #B0B0B0. Windows color (decimal): -4144100 or 1885376. OLE color: 1885376.
HSL color Cylindrical-coordinate representation of color #C0C41C: hue angle of 61.43º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0C41C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 28 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.23 |
| HSL | 61.43º | 0.75% | 0.44% | - |
| HSV(B) | 61.43º | 0.86% | 0.77% | - |
| XYZ | 41.69 | 50.77 | 8.7 | - |
| YUV | 175.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 28 | 0.02 | 0 | 0.86 | 0.23 | 61.43 | 0.75 | 0.44 |
| Hex | C0 | C4 | 1C | 2 | 0 | 56 | 17 | 3D | 4B | 2C |
| Octal | 300 | 304 | 34 | 2 | 0 | 126 | 27 | 75 | 113 | 54 |
| Binary | 11000000 | 11000100 | 11100 | 10 | 0 | 1010110 | 10111 | 111101 | 1001011 | 101100 |
Color Harmonies of #C0C41C
Complementary color
Monochromatic Colors of #C0C41C
Black with #C0C41C
Text Example
Text Example
White with #C0C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C41C; }
p { color: rgb(192,196,28); }
H1.HeaderClassName
{
color: #C0C41C;
}
.AnyTagClassName
{
color: #C0C41C;
}
</style>
background-color css
<style>
a { background-color: #C0C41C; }
a { background-color: rgb(192,196,28); }
div.DivClassName
{
background-color: #C0C41C;
}
.BgClassName
{
background-color: #C0C41C;
}
</style>
border-color css
<style>
span { border-color: #C0C41C; }
span { border-color: rgb(192,196,28); }
td.TdClassName
{
border-color: #C0C41C;
}
.TagClassName
{
border-color: #C0C41C;
}
</style>