Shades of Rio Grande #C0CA1A
Tints of Rio Grande #C0CA1A
RGB
CMYK
RGB Variations
Color information
#C0CA1A (or 0xC0CA1A) is known color: Rio Grande. HEX triplet: C0, CA and 1A. RGB value is (192,202,26). Sum of RGB (Red+Green+Blue) = 192+202+26=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA1A is #3F35E5. Grayscale: #B3B3B3. Windows color (decimal): -4142566 or 1755840. OLE color: 1755840.
HSL color Cylindrical-coordinate representation of color #C0CA1A: hue angle of 63.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0CA1A is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 26 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.21 |
| HSL | 63.41º | 0.77% | 0.45% | - |
| HSV(B) | 63.41º | 0.87% | 0.79% | - |
| XYZ | 43.05 | 53.52 | 9.04 | - |
| YUV | 178.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 26 | 0.05 | 0 | 0.87 | 0.21 | 63.41 | 0.77 | 0.45 |
| Hex | C0 | CA | 1A | 5 | 0 | 57 | 15 | 3F | 4D | 2D |
| Octal | 300 | 312 | 32 | 5 | 0 | 127 | 25 | 77 | 115 | 55 |
| Binary | 11000000 | 11001010 | 11010 | 101 | 0 | 1010111 | 10101 | 111111 | 1001101 | 101101 |
Color Harmonies of #C0CA1A
Complementary color
Monochromatic Colors of #C0CA1A
Black with #C0CA1A
Text Example
Text Example
White with #C0CA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA1A; }
p { color: rgb(192,202,26); }
H1.HeaderClassName
{
color: #C0CA1A;
}
.AnyTagClassName
{
color: #C0CA1A;
}
</style>
background-color css
<style>
a { background-color: #C0CA1A; }
a { background-color: rgb(192,202,26); }
div.DivClassName
{
background-color: #C0CA1A;
}
.BgClassName
{
background-color: #C0CA1A;
}
</style>
border-color css
<style>
span { border-color: #C0CA1A; }
span { border-color: rgb(192,202,26); }
td.TdClassName
{
border-color: #C0CA1A;
}
.TagClassName
{
border-color: #C0CA1A;
}
</style>