Shades of Sprout #C2D29C
Tints of Sprout #C2D29C
RGB
CMYK
RGB Variations
Color information
#C2D29C (or 0xC2D29C) is known color: Sprout. HEX triplet: C2, D2 and 9C. RGB value is (194,210,156). Sum of RGB (Red+Green+Blue) = 194+210+156=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D29C is #3D2D63. Grayscale: #C7C7C7. Windows color (decimal): -4009316 or 10277570. OLE color: 10277570.
HSL color Cylindrical-coordinate representation of color #C2D29C: hue angle of 77.78º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2D29C is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 156 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.18 |
| HSL | 77.78º | 0.38% | 0.72% | - |
| HSV(B) | 77.78º | 0.26% | 0.82% | - |
| XYZ | 51.3 | 59.96 | 40.32 | - |
| YUV | 199.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 156 | 0.08 | 0 | 0.26 | 0.18 | 77.78 | 0.38 | 0.72 |
| Hex | C2 | D2 | 9C | 8 | 0 | 1A | 12 | 4E | 26 | 48 |
| Octal | 302 | 322 | 234 | 10 | 0 | 32 | 22 | 116 | 46 | 110 |
| Binary | 11000010 | 11010010 | 10011100 | 1000 | 0 | 11010 | 10010 | 1001110 | 100110 | 1001000 |
Color Harmonies of #C2D29C
Complementary color
Monochromatic Colors of #C2D29C
Black with #C2D29C
Text Example
Text Example
White with #C2D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D29C; }
p { color: rgb(194,210,156); }
H1.HeaderClassName
{
color: #C2D29C;
}
.AnyTagClassName
{
color: #C2D29C;
}
</style>
background-color css
<style>
a { background-color: #C2D29C; }
a { background-color: rgb(194,210,156); }
div.DivClassName
{
background-color: #C2D29C;
}
.BgClassName
{
background-color: #C2D29C;
}
</style>
border-color css
<style>
span { border-color: #C2D29C; }
span { border-color: rgb(194,210,156); }
td.TdClassName
{
border-color: #C2D29C;
}
.TagClassName
{
border-color: #C2D29C;
}
</style>