Shades of Rio Grande #C2C91F
Tints of Rio Grande #C2C91F
RGB
CMYK
RGB Variations
Color information
#C2C91F (or 0xC2C91F) is known color: Rio Grande. HEX triplet: C2, C9 and 1F. RGB value is (194,201,31). Sum of RGB (Red+Green+Blue) = 194+201+31=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C91F is #3D36E0. Grayscale: #B4B4B4. Windows color (decimal): -4011745 or 2083266. OLE color: 2083266.
HSL color Cylindrical-coordinate representation of color #C2C91F: hue angle of 62.47º degrees, saturation: 0.73, 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 #C2C91F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 31 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.21 |
| HSL | 62.47º | 0.73% | 0.45% | - |
| HSV(B) | 62.47º | 0.85% | 0.79% | - |
| XYZ | 43.38 | 53.34 | 9.31 | - |
| YUV | 179.53 | 44.18 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 31 | 0.03 | 0 | 0.85 | 0.21 | 62.47 | 0.73 | 0.45 |
| Hex | C2 | C9 | 1F | 3 | 0 | 55 | 15 | 3E | 49 | 2D |
| Octal | 302 | 311 | 37 | 3 | 0 | 125 | 25 | 76 | 111 | 55 |
| Binary | 11000010 | 11001001 | 11111 | 11 | 0 | 1010101 | 10101 | 111110 | 1001001 | 101101 |
Color Harmonies of #C2C91F
Complementary color
Monochromatic Colors of #C2C91F
Black with #C2C91F
Text Example
Text Example
White with #C2C91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C91F; }
p { color: rgb(194,201,31); }
H1.HeaderClassName
{
color: #C2C91F;
}
.AnyTagClassName
{
color: #C2C91F;
}
</style>
background-color css
<style>
a { background-color: #C2C91F; }
a { background-color: rgb(194,201,31); }
div.DivClassName
{
background-color: #C2C91F;
}
.BgClassName
{
background-color: #C2C91F;
}
</style>
border-color css
<style>
span { border-color: #C2C91F; }
span { border-color: rgb(194,201,31); }
td.TdClassName
{
border-color: #C2C91F;
}
.TagClassName
{
border-color: #C2C91F;
}
</style>