Shades of Sprout #C1D194
Tints of Sprout #C1D194
RGB
CMYK
RGB Variations
Color information
#C1D194 (or 0xC1D194) is known color: Sprout. HEX triplet: C1, D1 and 94. RGB value is (193,209,148). Sum of RGB (Red+Green+Blue) = 193+209+148=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D194 is #3E2E6B. Grayscale: #C5C5C5. Windows color (decimal): -4075116 or 9753025. OLE color: 9753025.
HSL color Cylindrical-coordinate representation of color #C1D194: hue angle of 75.74º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1D194 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 209 | 148 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.18 |
| HSL | 75.74º | 0.4% | 0.7% | - |
| HSV(B) | 75.74º | 0.29% | 0.82% | - |
| XYZ | 50.14 | 59.08 | 36.78 | - |
| YUV | 197.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 148 | 0.08 | 0 | 0.29 | 0.18 | 75.74 | 0.4 | 0.7 |
| Hex | C1 | D1 | 94 | 8 | 0 | 1D | 12 | 4C | 28 | 46 |
| Octal | 301 | 321 | 224 | 10 | 0 | 35 | 22 | 114 | 50 | 106 |
| Binary | 11000001 | 11010001 | 10010100 | 1000 | 0 | 11101 | 10010 | 1001100 | 101000 | 1000110 |
Color Harmonies of #C1D194
Complementary color
Monochromatic Colors of #C1D194
Black with #C1D194
Text Example
Text Example
White with #C1D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D194; }
p { color: rgb(193,209,148); }
H1.HeaderClassName
{
color: #C1D194;
}
.AnyTagClassName
{
color: #C1D194;
}
</style>
background-color css
<style>
a { background-color: #C1D194; }
a { background-color: rgb(193,209,148); }
div.DivClassName
{
background-color: #C1D194;
}
.BgClassName
{
background-color: #C1D194;
}
</style>
border-color css
<style>
span { border-color: #C1D194; }
span { border-color: rgb(193,209,148); }
td.TdClassName
{
border-color: #C1D194;
}
.TagClassName
{
border-color: #C1D194;
}
</style>