Shades of Rio Grande #C0CA21
Tints of Rio Grande #C0CA21
RGB
CMYK
RGB Variations
Color information
#C0CA21 (or 0xC0CA21) is known color: Rio Grande. HEX triplet: C0, CA and 21. RGB value is (192,202,33). Sum of RGB (Red+Green+Blue) = 192+202+33=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA21 is #3F35DE. Grayscale: #B4B4B4. Windows color (decimal): -4142559 or 2214592. OLE color: 2214592.
HSL color Cylindrical-coordinate representation of color #C0CA21: hue angle of 63.55º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0CA21 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 33 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.21 |
| HSL | 63.55º | 0.72% | 0.46% | - |
| HSV(B) | 63.55º | 0.84% | 0.79% | - |
| XYZ | 43.13 | 53.56 | 9.5 | - |
| YUV | 179.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 33 | 0.05 | 0 | 0.84 | 0.21 | 63.55 | 0.72 | 0.46 |
| Hex | C0 | CA | 21 | 5 | 0 | 54 | 15 | 40 | 48 | 2E |
| Octal | 300 | 312 | 41 | 5 | 0 | 124 | 25 | 100 | 110 | 56 |
| Binary | 11000000 | 11001010 | 100001 | 101 | 0 | 1010100 | 10101 | 1000000 | 1001000 | 101110 |
Color Harmonies of #C0CA21
Complementary color
Monochromatic Colors of #C0CA21
Black with #C0CA21
Text Example
Text Example
White with #C0CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA21; }
p { color: rgb(192,202,33); }
H1.HeaderClassName
{
color: #C0CA21;
}
.AnyTagClassName
{
color: #C0CA21;
}
</style>
background-color css
<style>
a { background-color: #C0CA21; }
a { background-color: rgb(192,202,33); }
div.DivClassName
{
background-color: #C0CA21;
}
.BgClassName
{
background-color: #C0CA21;
}
</style>
border-color css
<style>
span { border-color: #C0CA21; }
span { border-color: rgb(192,202,33); }
td.TdClassName
{
border-color: #C0CA21;
}
.TagClassName
{
border-color: #C0CA21;
}
</style>