Shades of Rio Grande #C2CA1A
Tints of Rio Grande #C2CA1A
RGB
CMYK
RGB Variations
Color information
#C2CA1A (or 0xC2CA1A) is known color: Rio Grande. HEX triplet: C2, CA and 1A. RGB value is (194,202,26). Sum of RGB (Red+Green+Blue) = 194+202+26=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA1A is #3D35E5. Grayscale: #B4B4B4. Windows color (decimal): -4011494 or 1755842. OLE color: 1755842.
HSL color Cylindrical-coordinate representation of color #C2CA1A: hue angle of 62.73º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2CA1A is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 26 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.21 |
| HSL | 62.73º | 0.77% | 0.45% | - |
| HSV(B) | 62.73º | 0.87% | 0.79% | - |
| XYZ | 43.56 | 53.78 | 9.06 | - |
| YUV | 179.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 26 | 0.04 | 0 | 0.87 | 0.21 | 62.73 | 0.77 | 0.45 |
| Hex | C2 | CA | 1A | 4 | 0 | 57 | 15 | 3F | 4D | 2D |
| Octal | 302 | 312 | 32 | 4 | 0 | 127 | 25 | 77 | 115 | 55 |
| Binary | 11000010 | 11001010 | 11010 | 100 | 0 | 1010111 | 10101 | 111111 | 1001101 | 101101 |
Color Harmonies of #C2CA1A
Complementary color
Monochromatic Colors of #C2CA1A
Black with #C2CA1A
Text Example
Text Example
White with #C2CA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA1A; }
p { color: rgb(194,202,26); }
H1.HeaderClassName
{
color: #C2CA1A;
}
.AnyTagClassName
{
color: #C2CA1A;
}
</style>
background-color css
<style>
a { background-color: #C2CA1A; }
a { background-color: rgb(194,202,26); }
div.DivClassName
{
background-color: #C2CA1A;
}
.BgClassName
{
background-color: #C2CA1A;
}
</style>
border-color css
<style>
span { border-color: #C2CA1A; }
span { border-color: rgb(194,202,26); }
td.TdClassName
{
border-color: #C2CA1A;
}
.TagClassName
{
border-color: #C2CA1A;
}
</style>