Shades of Sprout #C1D19B
Tints of Sprout #C1D19B
RGB
CMYK
RGB Variations
Color information
#C1D19B (or 0xC1D19B) is known color: Sprout. HEX triplet: C1, D1 and 9B. RGB value is (193,209,155). Sum of RGB (Red+Green+Blue) = 193+209+155=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D19B is #3E2E64. Grayscale: #C6C6C6. Windows color (decimal): -4075109 or 10211777. OLE color: 10211777.
HSL color Cylindrical-coordinate representation of color #C1D19B: hue angle of 77.78º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1D19B is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 209 | 155 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.18 |
| HSL | 77.78º | 0.37% | 0.71% | - |
| HSV(B) | 77.78º | 0.26% | 0.82% | - |
| XYZ | 50.71 | 59.3 | 39.78 | - |
| YUV | 198.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 155 | 0.08 | 0 | 0.26 | 0.18 | 77.78 | 0.37 | 0.71 |
| Hex | C1 | D1 | 9B | 8 | 0 | 1A | 12 | 4E | 25 | 47 |
| Octal | 301 | 321 | 233 | 10 | 0 | 32 | 22 | 116 | 45 | 107 |
| Binary | 11000001 | 11010001 | 10011011 | 1000 | 0 | 11010 | 10010 | 1001110 | 100101 | 1000111 |
Color Harmonies of #C1D19B
Complementary color
Monochromatic Colors of #C1D19B
Black with #C1D19B
Text Example
Text Example
White with #C1D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D19B; }
p { color: rgb(193,209,155); }
H1.HeaderClassName
{
color: #C1D19B;
}
.AnyTagClassName
{
color: #C1D19B;
}
</style>
background-color css
<style>
a { background-color: #C1D19B; }
a { background-color: rgb(193,209,155); }
div.DivClassName
{
background-color: #C1D19B;
}
.BgClassName
{
background-color: #C1D19B;
}
</style>
border-color css
<style>
span { border-color: #C1D19B; }
span { border-color: rgb(193,209,155); }
td.TdClassName
{
border-color: #C1D19B;
}
.TagClassName
{
border-color: #C1D19B;
}
</style>