Shades of Rio Grande #C1D112
Tints of Rio Grande #C1D112
RGB
CMYK
RGB Variations
Color information
#C1D112 (or 0xC1D112) is known color: Rio Grande. HEX triplet: C1, D1 and 12. RGB value is (193,209,18). Sum of RGB (Red+Green+Blue) = 193+209+18=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D112 is #3E2EED. Grayscale: #B7B7B7. Windows color (decimal): -4075246 or 1233345. OLE color: 1233345.
HSL color Cylindrical-coordinate representation of color #C1D112: hue angle of 65.03º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1D112 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 209 | 18 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.18 |
| HSL | 65.03º | 0.84% | 0.45% | - |
| HSV(B) | 65.03º | 0.91% | 0.82% | - |
| XYZ | 44.9 | 56.98 | 9.2 | - |
| YUV | 182.44 | 35.2 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 18 | 0.08 | 0 | 0.91 | 0.18 | 65.03 | 0.84 | 0.45 |
| Hex | C1 | D1 | 12 | 8 | 0 | 5B | 12 | 41 | 54 | 2D |
| Octal | 301 | 321 | 22 | 10 | 0 | 133 | 22 | 101 | 124 | 55 |
| Binary | 11000001 | 11010001 | 10010 | 1000 | 0 | 1011011 | 10010 | 1000001 | 1010100 | 101101 |
Color Harmonies of #C1D112
Complementary color
Monochromatic Colors of #C1D112
Black with #C1D112
Text Example
Text Example
White with #C1D112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D112; }
p { color: rgb(193,209,18); }
H1.HeaderClassName
{
color: #C1D112;
}
.AnyTagClassName
{
color: #C1D112;
}
</style>
background-color css
<style>
a { background-color: #C1D112; }
a { background-color: rgb(193,209,18); }
div.DivClassName
{
background-color: #C1D112;
}
.BgClassName
{
background-color: #C1D112;
}
</style>
border-color css
<style>
span { border-color: #C1D112; }
span { border-color: rgb(193,209,18); }
td.TdClassName
{
border-color: #C1D112;
}
.TagClassName
{
border-color: #C1D112;
}
</style>