Shades of Sprout #C1D192
Tints of Sprout #C1D192
RGB
CMYK
RGB Variations
Color information
#C1D192 (or 0xC1D192) is known color: Sprout. HEX triplet: C1, D1 and 92. RGB value is (193,209,146). Sum of RGB (Red+Green+Blue) = 193+209+146=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D192 is #3E2E6D. Grayscale: #C5C5C5. Windows color (decimal): -4075118 or 9621953. OLE color: 9621953.
HSL color Cylindrical-coordinate representation of color #C1D192: hue angle of 75.24º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1D192 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 209 | 146 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.18 |
| HSL | 75.24º | 0.41% | 0.7% | - |
| HSV(B) | 75.24º | 0.3% | 0.82% | - |
| XYZ | 49.98 | 59.01 | 35.95 | - |
| YUV | 197.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 146 | 0.08 | 0 | 0.30 | 0.18 | 75.24 | 0.41 | 0.7 |
| Hex | C1 | D1 | 92 | 8 | 0 | 1E | 12 | 4B | 29 | 46 |
| Octal | 301 | 321 | 222 | 10 | 0 | 36 | 22 | 113 | 51 | 106 |
| Binary | 11000001 | 11010001 | 10010010 | 1000 | 0 | 11110 | 10010 | 1001011 | 101001 | 1000110 |
Color Harmonies of #C1D192
Complementary color
Monochromatic Colors of #C1D192
Black with #C1D192
Text Example
Text Example
White with #C1D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D192; }
p { color: rgb(193,209,146); }
H1.HeaderClassName
{
color: #C1D192;
}
.AnyTagClassName
{
color: #C1D192;
}
</style>
background-color css
<style>
a { background-color: #C1D192; }
a { background-color: rgb(193,209,146); }
div.DivClassName
{
background-color: #C1D192;
}
.BgClassName
{
background-color: #C1D192;
}
</style>
border-color css
<style>
span { border-color: #C1D192; }
span { border-color: rgb(193,209,146); }
td.TdClassName
{
border-color: #C1D192;
}
.TagClassName
{
border-color: #C1D192;
}
</style>