Shades of Sprout #C2D39C
Tints of Sprout #C2D39C
RGB
CMYK
RGB Variations
Color information
#C2D39C (or 0xC2D39C) is known color: Sprout. HEX triplet: C2, D3 and 9C. RGB value is (194,211,156). Sum of RGB (Red+Green+Blue) = 194+211+156=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D39C is #3D2C63. Grayscale: #C7C7C7. Windows color (decimal): -4009060 or 10277826. OLE color: 10277826.
HSL color Cylindrical-coordinate representation of color #C2D39C: hue angle of 78.55º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2D39C is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 156 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.17 |
| HSL | 78.55º | 0.38% | 0.72% | - |
| HSV(B) | 78.55º | 0.26% | 0.83% | - |
| XYZ | 51.54 | 60.46 | 40.41 | - |
| YUV | 199.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 156 | 0.08 | 0 | 0.26 | 0.17 | 78.55 | 0.38 | 0.72 |
| Hex | C2 | D3 | 9C | 8 | 0 | 1A | 11 | 4F | 26 | 48 |
| Octal | 302 | 323 | 234 | 10 | 0 | 32 | 21 | 117 | 46 | 110 |
| Binary | 11000010 | 11010011 | 10011100 | 1000 | 0 | 11010 | 10001 | 1001111 | 100110 | 1001000 |
Color Harmonies of #C2D39C
Complementary color
Monochromatic Colors of #C2D39C
Black with #C2D39C
Text Example
Text Example
White with #C2D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D39C; }
p { color: rgb(194,211,156); }
H1.HeaderClassName
{
color: #C2D39C;
}
.AnyTagClassName
{
color: #C2D39C;
}
</style>
background-color css
<style>
a { background-color: #C2D39C; }
a { background-color: rgb(194,211,156); }
div.DivClassName
{
background-color: #C2D39C;
}
.BgClassName
{
background-color: #C2D39C;
}
</style>
border-color css
<style>
span { border-color: #C2D39C; }
span { border-color: rgb(194,211,156); }
td.TdClassName
{
border-color: #C2D39C;
}
.TagClassName
{
border-color: #C2D39C;
}
</style>