Shades of Rio Grande #C0CA22
Tints of Rio Grande #C0CA22
RGB
CMYK
RGB Variations
Color information
#C0CA22 (or 0xC0CA22) is known color: Rio Grande. HEX triplet: C0, CA and 22. RGB value is (192,202,34). Sum of RGB (Red+Green+Blue) = 192+202+34=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA22 is #3F35DD. Grayscale: #B4B4B4. Windows color (decimal): -4142558 or 2280128. OLE color: 2280128.
HSL color Cylindrical-coordinate representation of color #C0CA22: hue angle of 63.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0CA22 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 34 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.21 |
| HSL | 63.57º | 0.71% | 0.46% | - |
| HSV(B) | 63.57º | 0.83% | 0.79% | - |
| XYZ | 43.15 | 53.56 | 9.58 | - |
| YUV | 179.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 34 | 0.05 | 0 | 0.83 | 0.21 | 63.57 | 0.71 | 0.46 |
| Hex | C0 | CA | 22 | 5 | 0 | 53 | 15 | 40 | 47 | 2E |
| Octal | 300 | 312 | 42 | 5 | 0 | 123 | 25 | 100 | 107 | 56 |
| Binary | 11000000 | 11001010 | 100010 | 101 | 0 | 1010011 | 10101 | 1000000 | 1000111 | 101110 |
Color Harmonies of #C0CA22
Complementary color
Monochromatic Colors of #C0CA22
Black with #C0CA22
Text Example
Text Example
White with #C0CA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA22; }
p { color: rgb(192,202,34); }
H1.HeaderClassName
{
color: #C0CA22;
}
.AnyTagClassName
{
color: #C0CA22;
}
</style>
background-color css
<style>
a { background-color: #C0CA22; }
a { background-color: rgb(192,202,34); }
div.DivClassName
{
background-color: #C0CA22;
}
.BgClassName
{
background-color: #C0CA22;
}
</style>
border-color css
<style>
span { border-color: #C0CA22; }
span { border-color: rgb(192,202,34); }
td.TdClassName
{
border-color: #C0CA22;
}
.TagClassName
{
border-color: #C0CA22;
}
</style>