Shades of Rio Grande #C2CA21
Tints of Rio Grande #C2CA21
RGB
CMYK
RGB Variations
Color information
#C2CA21 (or 0xC2CA21) is known color: Rio Grande. HEX triplet: C2, CA and 21. RGB value is (194,202,33). Sum of RGB (Red+Green+Blue) = 194+202+33=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA21 is #3D35DE. Grayscale: #B5B5B5. Windows color (decimal): -4011487 or 2214594. OLE color: 2214594.
HSL color Cylindrical-coordinate representation of color #C2CA21: hue angle of 62.84º 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 #C2CA21 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 33 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.21 |
| HSL | 62.84º | 0.72% | 0.46% | - |
| HSV(B) | 62.84º | 0.84% | 0.79% | - |
| XYZ | 43.64 | 53.82 | 9.53 | - |
| YUV | 180.34 | 44.85 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 33 | 0.04 | 0 | 0.84 | 0.21 | 62.84 | 0.72 | 0.46 |
| Hex | C2 | CA | 21 | 4 | 0 | 54 | 15 | 3F | 48 | 2E |
| Octal | 302 | 312 | 41 | 4 | 0 | 124 | 25 | 77 | 110 | 56 |
| Binary | 11000010 | 11001010 | 100001 | 100 | 0 | 1010100 | 10101 | 111111 | 1001000 | 101110 |
Color Harmonies of #C2CA21
Complementary color
Monochromatic Colors of #C2CA21
Black with #C2CA21
Text Example
Text Example
White with #C2CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA21; }
p { color: rgb(194,202,33); }
H1.HeaderClassName
{
color: #C2CA21;
}
.AnyTagClassName
{
color: #C2CA21;
}
</style>
background-color css
<style>
a { background-color: #C2CA21; }
a { background-color: rgb(194,202,33); }
div.DivClassName
{
background-color: #C2CA21;
}
.BgClassName
{
background-color: #C2CA21;
}
</style>
border-color css
<style>
span { border-color: #C2CA21; }
span { border-color: rgb(194,202,33); }
td.TdClassName
{
border-color: #C2CA21;
}
.TagClassName
{
border-color: #C2CA21;
}
</style>