Shades of Rio Grande #C2D31A
Tints of Rio Grande #C2D31A
RGB
CMYK
RGB Variations
Color information
#C2D31A (or 0xC2D31A) is known color: Rio Grande. HEX triplet: C2, D3 and 1A. RGB value is (194,211,26). Sum of RGB (Red+Green+Blue) = 194+211+26=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D31A is #3D2CE5. Grayscale: #B9B9B9. Windows color (decimal): -4009190 or 1758146. OLE color: 1758146.
HSL color Cylindrical-coordinate representation of color #C2D31A: hue angle of 65.51º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2D31A is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 26 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.17 |
| HSL | 65.51º | 0.78% | 0.46% | - |
| HSV(B) | 65.51º | 0.88% | 0.83% | - |
| XYZ | 45.73 | 58.13 | 9.79 | - |
| YUV | 184.83 | 38.37 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 26 | 0.08 | 0 | 0.88 | 0.17 | 65.51 | 0.78 | 0.46 |
| Hex | C2 | D3 | 1A | 8 | 0 | 58 | 11 | 42 | 4E | 2E |
| Octal | 302 | 323 | 32 | 10 | 0 | 130 | 21 | 102 | 116 | 56 |
| Binary | 11000010 | 11010011 | 11010 | 1000 | 0 | 1011000 | 10001 | 1000010 | 1001110 | 101110 |
Color Harmonies of #C2D31A
Complementary color
Monochromatic Colors of #C2D31A
Black with #C2D31A
Text Example
Text Example
White with #C2D31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D31A; }
p { color: rgb(194,211,26); }
H1.HeaderClassName
{
color: #C2D31A;
}
.AnyTagClassName
{
color: #C2D31A;
}
</style>
background-color css
<style>
a { background-color: #C2D31A; }
a { background-color: rgb(194,211,26); }
div.DivClassName
{
background-color: #C2D31A;
}
.BgClassName
{
background-color: #C2D31A;
}
</style>
border-color css
<style>
span { border-color: #C2D31A; }
span { border-color: rgb(194,211,26); }
td.TdClassName
{
border-color: #C2D31A;
}
.TagClassName
{
border-color: #C2D31A;
}
</style>