Shades of Rio Grande #C3CA22
Tints of Rio Grande #C3CA22
RGB
CMYK
RGB Variations
Color information
#C3CA22 (or 0xC3CA22) is known color: Rio Grande. HEX triplet: C3, CA and 22. RGB value is (195,202,34). Sum of RGB (Red+Green+Blue) = 195+202+34=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CA22 is #3C35DD. Grayscale: #B5B5B5. Windows color (decimal): -3945950 or 2280131. OLE color: 2280131.
HSL color Cylindrical-coordinate representation of color #C3CA22: hue angle of 62.5º 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 #C3CA22 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 34 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.21 |
| HSL | 62.5º | 0.71% | 0.46% | - |
| HSV(B) | 62.5º | 0.83% | 0.79% | - |
| XYZ | 43.91 | 53.96 | 9.61 | - |
| YUV | 180.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 34 | 0.03 | 0 | 0.83 | 0.21 | 62.5 | 0.71 | 0.46 |
| Hex | C3 | CA | 22 | 3 | 0 | 53 | 15 | 3F | 47 | 2E |
| Octal | 303 | 312 | 42 | 3 | 0 | 123 | 25 | 77 | 107 | 56 |
| Binary | 11000011 | 11001010 | 100010 | 11 | 0 | 1010011 | 10101 | 111111 | 1000111 | 101110 |
Color Harmonies of #C3CA22
Complementary color
Monochromatic Colors of #C3CA22
Black with #C3CA22
Text Example
Text Example
White with #C3CA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CA22; }
p { color: rgb(195,202,34); }
H1.HeaderClassName
{
color: #C3CA22;
}
.AnyTagClassName
{
color: #C3CA22;
}
</style>
background-color css
<style>
a { background-color: #C3CA22; }
a { background-color: rgb(195,202,34); }
div.DivClassName
{
background-color: #C3CA22;
}
.BgClassName
{
background-color: #C3CA22;
}
</style>
border-color css
<style>
span { border-color: #C3CA22; }
span { border-color: rgb(195,202,34); }
td.TdClassName
{
border-color: #C3CA22;
}
.TagClassName
{
border-color: #C3CA22;
}
</style>