Shades of Sprout #C2D49C
Tints of Sprout #C2D49C
RGB
CMYK
RGB Variations
Color information
#C2D49C (or 0xC2D49C) is known color: Sprout. HEX triplet: C2, D4 and 9C. RGB value is (194,212,156). Sum of RGB (Red+Green+Blue) = 194+212+156=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D49C is #3D2B63. Grayscale: #C8C8C8. Windows color (decimal): -4008804 or 10278082. OLE color: 10278082.
HSL color Cylindrical-coordinate representation of color #C2D49C: hue angle of 79.29º degrees, saturation: 0.39, 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 #C2D49C is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 156 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.17 |
| HSL | 79.29º | 0.39% | 0.72% | - |
| HSV(B) | 79.29º | 0.26% | 0.83% | - |
| XYZ | 51.79 | 60.96 | 40.49 | - |
| YUV | 200.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 156 | 0.08 | 0 | 0.26 | 0.17 | 79.29 | 0.39 | 0.72 |
| Hex | C2 | D4 | 9C | 8 | 0 | 1A | 11 | 4F | 27 | 48 |
| Octal | 302 | 324 | 234 | 10 | 0 | 32 | 21 | 117 | 47 | 110 |
| Binary | 11000010 | 11010100 | 10011100 | 1000 | 0 | 11010 | 10001 | 1001111 | 100111 | 1001000 |
Color Harmonies of #C2D49C
Complementary color
Monochromatic Colors of #C2D49C
Black with #C2D49C
Text Example
Text Example
White with #C2D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D49C; }
p { color: rgb(194,212,156); }
H1.HeaderClassName
{
color: #C2D49C;
}
.AnyTagClassName
{
color: #C2D49C;
}
</style>
background-color css
<style>
a { background-color: #C2D49C; }
a { background-color: rgb(194,212,156); }
div.DivClassName
{
background-color: #C2D49C;
}
.BgClassName
{
background-color: #C2D49C;
}
</style>
border-color css
<style>
span { border-color: #C2D49C; }
span { border-color: rgb(194,212,156); }
td.TdClassName
{
border-color: #C2D49C;
}
.TagClassName
{
border-color: #C2D49C;
}
</style>