Shades of Sprout #C2D69D
Tints of Sprout #C2D69D
RGB
CMYK
RGB Variations
Color information
#C2D69D (or 0xC2D69D) is known color: Sprout. HEX triplet: C2, D6 and 9D. RGB value is (194,214,157). Sum of RGB (Red+Green+Blue) = 194+214+157=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D69D is #3D2962. Grayscale: #C9C9C9. Windows color (decimal): -4008291 or 10344130. OLE color: 10344130.
HSL color Cylindrical-coordinate representation of color #C2D69D: hue angle of 81.05º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2D69D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 157 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.16 |
| HSL | 81.05º | 0.41% | 0.73% | - |
| HSV(B) | 81.05º | 0.27% | 0.84% | - |
| XYZ | 52.38 | 62 | 41.1 | - |
| YUV | 201.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 157 | 0.09 | 0 | 0.27 | 0.16 | 81.05 | 0.41 | 0.73 |
| Hex | C2 | D6 | 9D | 9 | 0 | 1B | 10 | 51 | 29 | 49 |
| Octal | 302 | 326 | 235 | 11 | 0 | 33 | 20 | 121 | 51 | 111 |
| Binary | 11000010 | 11010110 | 10011101 | 1001 | 0 | 11011 | 10000 | 1010001 | 101001 | 1001001 |
Color Harmonies of #C2D69D
Complementary color
Monochromatic Colors of #C2D69D
Black with #C2D69D
Text Example
Text Example
White with #C2D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D69D; }
p { color: rgb(194,214,157); }
H1.HeaderClassName
{
color: #C2D69D;
}
.AnyTagClassName
{
color: #C2D69D;
}
</style>
background-color css
<style>
a { background-color: #C2D69D; }
a { background-color: rgb(194,214,157); }
div.DivClassName
{
background-color: #C2D69D;
}
.BgClassName
{
background-color: #C2D69D;
}
</style>
border-color css
<style>
span { border-color: #C2D69D; }
span { border-color: rgb(194,214,157); }
td.TdClassName
{
border-color: #C2D69D;
}
.TagClassName
{
border-color: #C2D69D;
}
</style>