Shades of Rio Grande #C4C91F
Tints of Rio Grande #C4C91F
RGB
CMYK
RGB Variations
Color information
#C4C91F (or 0xC4C91F) is known color: Rio Grande. HEX triplet: C4, C9 and 1F. RGB value is (196,201,31). Sum of RGB (Red+Green+Blue) = 196+201+31=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C91F is #3B36E0. Grayscale: #B4B4B4. Windows color (decimal): -3880673 or 2083268. OLE color: 2083268.
HSL color Cylindrical-coordinate representation of color #C4C91F: hue angle of 61.76º 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 #C4C91F is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 31 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.21 |
| HSL | 61.76º | 0.73% | 0.45% | - |
| HSV(B) | 61.76º | 0.85% | 0.79% | - |
| XYZ | 43.9 | 53.61 | 9.33 | - |
| YUV | 180.13 | 43.84 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 31 | 0.02 | 0 | 0.85 | 0.21 | 61.76 | 0.73 | 0.45 |
| Hex | C4 | C9 | 1F | 2 | 0 | 55 | 15 | 3E | 49 | 2D |
| Octal | 304 | 311 | 37 | 2 | 0 | 125 | 25 | 76 | 111 | 55 |
| Binary | 11000100 | 11001001 | 11111 | 10 | 0 | 1010101 | 10101 | 111110 | 1001001 | 101101 |
Color Harmonies of #C4C91F
Complementary color
Monochromatic Colors of #C4C91F
Black with #C4C91F
Text Example
Text Example
White with #C4C91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C91F; }
p { color: rgb(196,201,31); }
H1.HeaderClassName
{
color: #C4C91F;
}
.AnyTagClassName
{
color: #C4C91F;
}
</style>
background-color css
<style>
a { background-color: #C4C91F; }
a { background-color: rgb(196,201,31); }
div.DivClassName
{
background-color: #C4C91F;
}
.BgClassName
{
background-color: #C4C91F;
}
</style>
border-color css
<style>
span { border-color: #C4C91F; }
span { border-color: rgb(196,201,31); }
td.TdClassName
{
border-color: #C4C91F;
}
.TagClassName
{
border-color: #C4C91F;
}
</style>