Shades of Rio Grande #C2D11A
Tints of Rio Grande #C2D11A
RGB
CMYK
RGB Variations
Color information
#C2D11A (or 0xC2D11A) is known color: Rio Grande. HEX triplet: C2, D1 and 1A. RGB value is (194,209,26). Sum of RGB (Red+Green+Blue) = 194+209+26=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D11A is #3D2EE5. Grayscale: #B8B8B8. Windows color (decimal): -4009702 or 1757634. OLE color: 1757634.
HSL color Cylindrical-coordinate representation of color #C2D11A: hue angle of 64.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2D11A is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 26 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.18 |
| HSL | 64.92º | 0.78% | 0.46% | - |
| HSV(B) | 64.92º | 0.88% | 0.82% | - |
| XYZ | 45.24 | 57.14 | 9.62 | - |
| YUV | 183.65 | 39.03 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 26 | 0.07 | 0 | 0.88 | 0.18 | 64.92 | 0.78 | 0.46 |
| Hex | C2 | D1 | 1A | 7 | 0 | 58 | 12 | 41 | 4E | 2E |
| Octal | 302 | 321 | 32 | 7 | 0 | 130 | 22 | 101 | 116 | 56 |
| Binary | 11000010 | 11010001 | 11010 | 111 | 0 | 1011000 | 10010 | 1000001 | 1001110 | 101110 |
Color Harmonies of #C2D11A
Complementary color
Monochromatic Colors of #C2D11A
Black with #C2D11A
Text Example
Text Example
White with #C2D11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D11A; }
p { color: rgb(194,209,26); }
H1.HeaderClassName
{
color: #C2D11A;
}
.AnyTagClassName
{
color: #C2D11A;
}
</style>
background-color css
<style>
a { background-color: #C2D11A; }
a { background-color: rgb(194,209,26); }
div.DivClassName
{
background-color: #C2D11A;
}
.BgClassName
{
background-color: #C2D11A;
}
</style>
border-color css
<style>
span { border-color: #C2D11A; }
span { border-color: rgb(194,209,26); }
td.TdClassName
{
border-color: #C2D11A;
}
.TagClassName
{
border-color: #C2D11A;
}
</style>