Shades of Sprout #C1D890
Tints of Sprout #C1D890
RGB
CMYK
RGB Variations
Color information
#C1D890 (or 0xC1D890) is known color: Sprout. HEX triplet: C1, D8 and 90. RGB value is (193,216,144). Sum of RGB (Red+Green+Blue) = 193+216+144=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D890 is #3E276F. Grayscale: #C9C9C9. Windows color (decimal): -4073328 or 9492673. OLE color: 9492673.
HSL color Cylindrical-coordinate representation of color #C1D890: hue angle of 79.17º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1D890 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 144 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.15 |
| HSL | 79.17º | 0.48% | 0.71% | - |
| HSV(B) | 79.17º | 0.33% | 0.85% | - |
| XYZ | 51.58 | 62.46 | 35.72 | - |
| YUV | 200.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 144 | 0.11 | 0 | 0.33 | 0.15 | 79.17 | 0.48 | 0.71 |
| Hex | C1 | D8 | 90 | B | 0 | 21 | F | 4F | 30 | 47 |
| Octal | 301 | 330 | 220 | 13 | 0 | 41 | 17 | 117 | 60 | 107 |
| Binary | 11000001 | 11011000 | 10010000 | 1011 | 0 | 100001 | 1111 | 1001111 | 110000 | 1000111 |
Color Harmonies of #C1D890
Complementary color
Monochromatic Colors of #C1D890
Black with #C1D890
Text Example
Text Example
White with #C1D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D890; }
p { color: rgb(193,216,144); }
H1.HeaderClassName
{
color: #C1D890;
}
.AnyTagClassName
{
color: #C1D890;
}
</style>
background-color css
<style>
a { background-color: #C1D890; }
a { background-color: rgb(193,216,144); }
div.DivClassName
{
background-color: #C1D890;
}
.BgClassName
{
background-color: #C1D890;
}
</style>
border-color css
<style>
span { border-color: #C1D890; }
span { border-color: rgb(193,216,144); }
td.TdClassName
{
border-color: #C1D890;
}
.TagClassName
{
border-color: #C1D890;
}
</style>