Shades of Rio Grande #C0CA1C
Tints of Rio Grande #C0CA1C
RGB
CMYK
RGB Variations
Color information
#C0CA1C (or 0xC0CA1C) is known color: Rio Grande. HEX triplet: C0, CA and 1C. RGB value is (192,202,28). Sum of RGB (Red+Green+Blue) = 192+202+28=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA1C is #3F35E3. Grayscale: #B3B3B3. Windows color (decimal): -4142564 or 1886912. OLE color: 1886912.
HSL color Cylindrical-coordinate representation of color #C0CA1C: hue angle of 63.45º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0CA1C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 28 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.21 |
| HSL | 63.45º | 0.76% | 0.45% | - |
| HSV(B) | 63.45º | 0.86% | 0.79% | - |
| XYZ | 43.07 | 53.53 | 9.16 | - |
| YUV | 179.17 | 42.69 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 28 | 0.05 | 0 | 0.86 | 0.21 | 63.45 | 0.76 | 0.45 |
| Hex | C0 | CA | 1C | 5 | 0 | 56 | 15 | 3F | 4C | 2D |
| Octal | 300 | 312 | 34 | 5 | 0 | 126 | 25 | 77 | 114 | 55 |
| Binary | 11000000 | 11001010 | 11100 | 101 | 0 | 1010110 | 10101 | 111111 | 1001100 | 101101 |
Color Harmonies of #C0CA1C
Complementary color
Monochromatic Colors of #C0CA1C
Black with #C0CA1C
Text Example
Text Example
White with #C0CA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA1C; }
p { color: rgb(192,202,28); }
H1.HeaderClassName
{
color: #C0CA1C;
}
.AnyTagClassName
{
color: #C0CA1C;
}
</style>
background-color css
<style>
a { background-color: #C0CA1C; }
a { background-color: rgb(192,202,28); }
div.DivClassName
{
background-color: #C0CA1C;
}
.BgClassName
{
background-color: #C0CA1C;
}
</style>
border-color css
<style>
span { border-color: #C0CA1C; }
span { border-color: rgb(192,202,28); }
td.TdClassName
{
border-color: #C0CA1C;
}
.TagClassName
{
border-color: #C0CA1C;
}
</style>