Shades of Sprout #C2D693
Tints of Sprout #C2D693
RGB
CMYK
RGB Variations
Color information
#C2D693 (or 0xC2D693) is known color: Sprout. HEX triplet: C2, D6 and 93. RGB value is (194,214,147). Sum of RGB (Red+Green+Blue) = 194+214+147=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D693 is #3D296C. Grayscale: #C8C8C8. Windows color (decimal): -4008301 or 9688770. OLE color: 9688770.
HSL color Cylindrical-coordinate representation of color #C2D693: hue angle of 77.91º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2D693 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 147 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.16 |
| HSL | 77.91º | 0.45% | 0.71% | - |
| HSV(B) | 77.91º | 0.31% | 0.84% | - |
| XYZ | 51.56 | 61.67 | 36.79 | - |
| YUV | 200.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 147 | 0.09 | 0 | 0.31 | 0.16 | 77.91 | 0.45 | 0.71 |
| Hex | C2 | D6 | 93 | 9 | 0 | 1F | 10 | 4E | 2D | 47 |
| Octal | 302 | 326 | 223 | 11 | 0 | 37 | 20 | 116 | 55 | 107 |
| Binary | 11000010 | 11010110 | 10010011 | 1001 | 0 | 11111 | 10000 | 1001110 | 101101 | 1000111 |
Color Harmonies of #C2D693
Complementary color
Monochromatic Colors of #C2D693
Black with #C2D693
Text Example
Text Example
White with #C2D693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D693; }
p { color: rgb(194,214,147); }
H1.HeaderClassName
{
color: #C2D693;
}
.AnyTagClassName
{
color: #C2D693;
}
</style>
background-color css
<style>
a { background-color: #C2D693; }
a { background-color: rgb(194,214,147); }
div.DivClassName
{
background-color: #C2D693;
}
.BgClassName
{
background-color: #C2D693;
}
</style>
border-color css
<style>
span { border-color: #C2D693; }
span { border-color: rgb(194,214,147); }
td.TdClassName
{
border-color: #C2D693;
}
.TagClassName
{
border-color: #C2D693;
}
</style>