Shades of Sprout #C1D19C
Tints of Sprout #C1D19C
RGB
CMYK
RGB Variations
Color information
#C1D19C (or 0xC1D19C) is known color: Sprout. HEX triplet: C1, D1 and 9C. RGB value is (193,209,156). Sum of RGB (Red+Green+Blue) = 193+209+156=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D19C is #3E2E63. Grayscale: #C6C6C6. Windows color (decimal): -4075108 or 10277313. OLE color: 10277313.
HSL color Cylindrical-coordinate representation of color #C1D19C: hue angle of 78.11º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1D19C is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 209 | 156 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.18 |
| HSL | 78.11º | 0.37% | 0.72% | - |
| HSV(B) | 78.11º | 0.25% | 0.82% | - |
| XYZ | 50.79 | 59.34 | 40.23 | - |
| YUV | 198.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 156 | 0.08 | 0 | 0.25 | 0.18 | 78.11 | 0.37 | 0.72 |
| Hex | C1 | D1 | 9C | 8 | 0 | 19 | 12 | 4E | 25 | 48 |
| Octal | 301 | 321 | 234 | 10 | 0 | 31 | 22 | 116 | 45 | 110 |
| Binary | 11000001 | 11010001 | 10011100 | 1000 | 0 | 11001 | 10010 | 1001110 | 100101 | 1001000 |
Color Harmonies of #C1D19C
Complementary color
Monochromatic Colors of #C1D19C
Black with #C1D19C
Text Example
Text Example
White with #C1D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D19C; }
p { color: rgb(193,209,156); }
H1.HeaderClassName
{
color: #C1D19C;
}
.AnyTagClassName
{
color: #C1D19C;
}
</style>
background-color css
<style>
a { background-color: #C1D19C; }
a { background-color: rgb(193,209,156); }
div.DivClassName
{
background-color: #C1D19C;
}
.BgClassName
{
background-color: #C1D19C;
}
</style>
border-color css
<style>
span { border-color: #C1D19C; }
span { border-color: rgb(193,209,156); }
td.TdClassName
{
border-color: #C1D19C;
}
.TagClassName
{
border-color: #C1D19C;
}
</style>