Shades of Rio Grande #C2C51A
Tints of Rio Grande #C2C51A
RGB
CMYK
RGB Variations
Color information
#C2C51A (or 0xC2C51A) is known color: Rio Grande. HEX triplet: C2, C5 and 1A. RGB value is (194,197,26). Sum of RGB (Red+Green+Blue) = 194+197+26=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C51A is #3D3AE5. Grayscale: #B1B1B1. Windows color (decimal): -4012774 or 1754562. OLE color: 1754562.
HSL color Cylindrical-coordinate representation of color #C2C51A: hue angle of 61.05º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2C51A is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 26 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.23 |
| HSL | 61.05º | 0.77% | 0.44% | - |
| HSV(B) | 61.05º | 0.87% | 0.77% | - |
| XYZ | 42.4 | 51.48 | 8.68 | - |
| YUV | 176.61 | 43.01 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 26 | 0.02 | 0 | 0.87 | 0.23 | 61.05 | 0.77 | 0.44 |
| Hex | C2 | C5 | 1A | 2 | 0 | 57 | 17 | 3D | 4D | 2C |
| Octal | 302 | 305 | 32 | 2 | 0 | 127 | 27 | 75 | 115 | 54 |
| Binary | 11000010 | 11000101 | 11010 | 10 | 0 | 1010111 | 10111 | 111101 | 1001101 | 101100 |
Color Harmonies of #C2C51A
Complementary color
Monochromatic Colors of #C2C51A
Black with #C2C51A
Text Example
Text Example
White with #C2C51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C51A; }
p { color: rgb(194,197,26); }
H1.HeaderClassName
{
color: #C2C51A;
}
.AnyTagClassName
{
color: #C2C51A;
}
</style>
background-color css
<style>
a { background-color: #C2C51A; }
a { background-color: rgb(194,197,26); }
div.DivClassName
{
background-color: #C2C51A;
}
.BgClassName
{
background-color: #C2C51A;
}
</style>
border-color css
<style>
span { border-color: #C2C51A; }
span { border-color: rgb(194,197,26); }
td.TdClassName
{
border-color: #C2C51A;
}
.TagClassName
{
border-color: #C2C51A;
}
</style>