Shades of Rio Grande #C2C518
Tints of Rio Grande #C2C518
RGB
CMYK
RGB Variations
Color information
#C2C518 (or 0xC2C518) is known color: Rio Grande. HEX triplet: C2, C5 and 18. RGB value is (194,197,24). Sum of RGB (Red+Green+Blue) = 194+197+24=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C518 is #3D3AE7. Grayscale: #B1B1B1. Windows color (decimal): -4012776 or 1623490. OLE color: 1623490.
HSL color Cylindrical-coordinate representation of color #C2C518: hue angle of 61.04º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2C518 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 24 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.23 |
| HSL | 61.04º | 0.78% | 0.43% | - |
| HSV(B) | 61.04º | 0.88% | 0.77% | - |
| XYZ | 42.38 | 51.47 | 8.56 | - |
| YUV | 176.38 | 42.01 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 24 | 0.02 | 0 | 0.88 | 0.23 | 61.04 | 0.78 | 0.43 |
| Hex | C2 | C5 | 18 | 2 | 0 | 58 | 17 | 3D | 4E | 2B |
| Octal | 302 | 305 | 30 | 2 | 0 | 130 | 27 | 75 | 116 | 53 |
| Binary | 11000010 | 11000101 | 11000 | 10 | 0 | 1011000 | 10111 | 111101 | 1001110 | 101011 |
Color Harmonies of #C2C518
Complementary color
Monochromatic Colors of #C2C518
Black with #C2C518
Text Example
Text Example
White with #C2C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C518; }
p { color: rgb(194,197,24); }
H1.HeaderClassName
{
color: #C2C518;
}
.AnyTagClassName
{
color: #C2C518;
}
</style>
background-color css
<style>
a { background-color: #C2C518; }
a { background-color: rgb(194,197,24); }
div.DivClassName
{
background-color: #C2C518;
}
.BgClassName
{
background-color: #C2C518;
}
</style>
border-color css
<style>
span { border-color: #C2C518; }
span { border-color: rgb(194,197,24); }
td.TdClassName
{
border-color: #C2C518;
}
.TagClassName
{
border-color: #C2C518;
}
</style>