Shades of Rio Grande #C5C917
Tints of Rio Grande #C5C917
RGB
CMYK
RGB Variations
Color information
#C5C917 (or 0xC5C917) is known color: Rio Grande. HEX triplet: C5, C9 and 17. RGB value is (197,201,23). Sum of RGB (Red+Green+Blue) = 197+201+23=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C917 is #3A36E8. Grayscale: #B4B4B4. Windows color (decimal): -3815145 or 1558981. OLE color: 1558981.
HSL color Cylindrical-coordinate representation of color #C5C917: hue angle of 61.35º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5C917 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 23 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.21 |
| HSL | 61.35º | 0.79% | 0.44% | - |
| HSV(B) | 61.35º | 0.89% | 0.79% | - |
| XYZ | 44.07 | 53.71 | 8.85 | - |
| YUV | 179.51 | 39.67 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 23 | 0.02 | 0 | 0.89 | 0.21 | 61.35 | 0.79 | 0.44 |
| Hex | C5 | C9 | 17 | 2 | 0 | 59 | 15 | 3D | 4F | 2C |
| Octal | 305 | 311 | 27 | 2 | 0 | 131 | 25 | 75 | 117 | 54 |
| Binary | 11000101 | 11001001 | 10111 | 10 | 0 | 1011001 | 10101 | 111101 | 1001111 | 101100 |
Color Harmonies of #C5C917
Complementary color
Monochromatic Colors of #C5C917
Black with #C5C917
Text Example
Text Example
White with #C5C917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C917; }
p { color: rgb(197,201,23); }
H1.HeaderClassName
{
color: #C5C917;
}
.AnyTagClassName
{
color: #C5C917;
}
</style>
background-color css
<style>
a { background-color: #C5C917; }
a { background-color: rgb(197,201,23); }
div.DivClassName
{
background-color: #C5C917;
}
.BgClassName
{
background-color: #C5C917;
}
</style>
border-color css
<style>
span { border-color: #C5C917; }
span { border-color: rgb(197,201,23); }
td.TdClassName
{
border-color: #C5C917;
}
.TagClassName
{
border-color: #C5C917;
}
</style>