Shades of Sprout #C0D993
Tints of Sprout #C0D993
RGB
CMYK
RGB Variations
Color information
#C0D993 (or 0xC0D993) is known color: Sprout. HEX triplet: C0, D9 and 93. RGB value is (192,217,147). Sum of RGB (Red+Green+Blue) = 192+217+147=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D993 is #3F266C. Grayscale: #C9C9C9. Windows color (decimal): -4138605 or 9689536. OLE color: 9689536.
HSL color Cylindrical-coordinate representation of color #C0D993: hue angle of 81.43º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0D993 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 147 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.15 |
| HSL | 81.43º | 0.48% | 0.71% | - |
| HSV(B) | 81.43º | 0.32% | 0.85% | - |
| XYZ | 51.82 | 62.94 | 37.02 | - |
| YUV | 201.55 | 97.22 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 147 | 0.12 | 0 | 0.32 | 0.15 | 81.43 | 0.48 | 0.71 |
| Hex | C0 | D9 | 93 | C | 0 | 20 | F | 51 | 30 | 47 |
| Octal | 300 | 331 | 223 | 14 | 0 | 40 | 17 | 121 | 60 | 107 |
| Binary | 11000000 | 11011001 | 10010011 | 1100 | 0 | 100000 | 1111 | 1010001 | 110000 | 1000111 |
Color Harmonies of #C0D993
Complementary color
Monochromatic Colors of #C0D993
Black with #C0D993
Text Example
Text Example
White with #C0D993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D993; }
p { color: rgb(192,217,147); }
H1.HeaderClassName
{
color: #C0D993;
}
.AnyTagClassName
{
color: #C0D993;
}
</style>
background-color css
<style>
a { background-color: #C0D993; }
a { background-color: rgb(192,217,147); }
div.DivClassName
{
background-color: #C0D993;
}
.BgClassName
{
background-color: #C0D993;
}
</style>
border-color css
<style>
span { border-color: #C0D993; }
span { border-color: rgb(192,217,147); }
td.TdClassName
{
border-color: #C0D993;
}
.TagClassName
{
border-color: #C0D993;
}
</style>