Shades of Sprout #C2D890
Tints of Sprout #C2D890
RGB
CMYK
RGB Variations
Color information
#C2D890 (or 0xC2D890) is known color: Sprout. HEX triplet: C2, D8 and 90. RGB value is (194,216,144). Sum of RGB (Red+Green+Blue) = 194+216+144=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D890 is #3D276F. Grayscale: #C9C9C9. Windows color (decimal): -4007792 or 9492674. OLE color: 9492674.
HSL color Cylindrical-coordinate representation of color #C2D890: hue angle of 78.33º 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 #C2D890 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 144 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.15 |
| HSL | 78.33º | 0.48% | 0.71% | - |
| HSV(B) | 78.33º | 0.33% | 0.85% | - |
| XYZ | 51.84 | 62.59 | 35.74 | - |
| YUV | 201.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 144 | 0.10 | 0 | 0.33 | 0.15 | 78.33 | 0.48 | 0.71 |
| Hex | C2 | D8 | 90 | A | 0 | 21 | F | 4E | 30 | 47 |
| Octal | 302 | 330 | 220 | 12 | 0 | 41 | 17 | 116 | 60 | 107 |
| Binary | 11000010 | 11011000 | 10010000 | 1010 | 0 | 100001 | 1111 | 1001110 | 110000 | 1000111 |
Color Harmonies of #C2D890
Complementary color
Monochromatic Colors of #C2D890
Black with #C2D890
Text Example
Text Example
White with #C2D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D890; }
p { color: rgb(194,216,144); }
H1.HeaderClassName
{
color: #C2D890;
}
.AnyTagClassName
{
color: #C2D890;
}
</style>
background-color css
<style>
a { background-color: #C2D890; }
a { background-color: rgb(194,216,144); }
div.DivClassName
{
background-color: #C2D890;
}
.BgClassName
{
background-color: #C2D890;
}
</style>
border-color css
<style>
span { border-color: #C2D890; }
span { border-color: rgb(194,216,144); }
td.TdClassName
{
border-color: #C2D890;
}
.TagClassName
{
border-color: #C2D890;
}
</style>