Shades of Rio Grande #C2CA1E
Tints of Rio Grande #C2CA1E
RGB
CMYK
RGB Variations
Color information
#C2CA1E (or 0xC2CA1E) is known color: Rio Grande. HEX triplet: C2, CA and 1E. RGB value is (194,202,30). Sum of RGB (Red+Green+Blue) = 194+202+30=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA1E is #3D35E1. Grayscale: #B4B4B4. Windows color (decimal): -4011490 or 2017986. OLE color: 2017986.
HSL color Cylindrical-coordinate representation of color #C2CA1E: hue angle of 62.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2CA1E is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 30 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.21 |
| HSL | 62.79º | 0.74% | 0.45% | - |
| HSV(B) | 62.79º | 0.85% | 0.79% | - |
| XYZ | 43.6 | 53.8 | 9.32 | - |
| YUV | 180 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 30 | 0.04 | 0 | 0.85 | 0.21 | 62.79 | 0.74 | 0.45 |
| Hex | C2 | CA | 1E | 4 | 0 | 55 | 15 | 3F | 4A | 2D |
| Octal | 302 | 312 | 36 | 4 | 0 | 125 | 25 | 77 | 112 | 55 |
| Binary | 11000010 | 11001010 | 11110 | 100 | 0 | 1010101 | 10101 | 111111 | 1001010 | 101101 |
Color Harmonies of #C2CA1E
Complementary color
Monochromatic Colors of #C2CA1E
Black with #C2CA1E
Text Example
Text Example
White with #C2CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA1E; }
p { color: rgb(194,202,30); }
H1.HeaderClassName
{
color: #C2CA1E;
}
.AnyTagClassName
{
color: #C2CA1E;
}
</style>
background-color css
<style>
a { background-color: #C2CA1E; }
a { background-color: rgb(194,202,30); }
div.DivClassName
{
background-color: #C2CA1E;
}
.BgClassName
{
background-color: #C2CA1E;
}
</style>
border-color css
<style>
span { border-color: #C2CA1E; }
span { border-color: rgb(194,202,30); }
td.TdClassName
{
border-color: #C2CA1E;
}
.TagClassName
{
border-color: #C2CA1E;
}
</style>