Shades of Rio Grande #C1D50D
Tints of Rio Grande #C1D50D
RGB
CMYK
RGB Variations
Color information
#C1D50D (or 0xC1D50D) is known color: Rio Grande. HEX triplet: C1, D5 and 0D. RGB value is (193,213,13). Sum of RGB (Red+Green+Blue) = 193+213+13=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D50D is #3E2AF2. Grayscale: #B9B9B9. Windows color (decimal): -4074227 or 906689. OLE color: 906689.
HSL color Cylindrical-coordinate representation of color #C1D50D: hue angle of 66º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1D50D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.16 |
| HSL | 66º | 0.88% | 0.44% | - |
| HSV(B) | 66º | 0.94% | 0.84% | - |
| XYZ | 45.86 | 58.96 | 9.34 | - |
| YUV | 184.22 | 31.37 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 13 | 0.09 | 0 | 0.94 | 0.16 | 66 | 0.88 | 0.44 |
| Hex | C1 | D5 | D | 9 | 0 | 5E | 10 | 42 | 58 | 2C |
| Octal | 301 | 325 | 15 | 11 | 0 | 136 | 20 | 102 | 130 | 54 |
| Binary | 11000001 | 11010101 | 1101 | 1001 | 0 | 1011110 | 10000 | 1000010 | 1011000 | 101100 |
Color Harmonies of #C1D50D
Complementary color
Monochromatic Colors of #C1D50D
Black with #C1D50D
Text Example
Text Example
White with #C1D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D50D; }
p { color: rgb(193,213,13); }
H1.HeaderClassName
{
color: #C1D50D;
}
.AnyTagClassName
{
color: #C1D50D;
}
</style>
background-color css
<style>
a { background-color: #C1D50D; }
a { background-color: rgb(193,213,13); }
div.DivClassName
{
background-color: #C1D50D;
}
.BgClassName
{
background-color: #C1D50D;
}
</style>
border-color css
<style>
span { border-color: #C1D50D; }
span { border-color: rgb(193,213,13); }
td.TdClassName
{
border-color: #C1D50D;
}
.TagClassName
{
border-color: #C1D50D;
}
</style>