Shades of Sprout #C2D496
Tints of Sprout #C2D496
RGB
CMYK
RGB Variations
Color information
#C2D496 (or 0xC2D496) is known color: Sprout. HEX triplet: C2, D4 and 96. RGB value is (194,212,150). Sum of RGB (Red+Green+Blue) = 194+212+150=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D496 is #3D2B69. Grayscale: #C7C7C7. Windows color (decimal): -4008810 or 9884866. OLE color: 9884866.
HSL color Cylindrical-coordinate representation of color #C2D496: hue angle of 77.42º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2D496 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 150 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.17 |
| HSL | 77.42º | 0.42% | 0.71% | - |
| HSV(B) | 77.42º | 0.29% | 0.83% | - |
| XYZ | 51.3 | 60.76 | 37.88 | - |
| YUV | 199.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 150 | 0.08 | 0 | 0.29 | 0.17 | 77.42 | 0.42 | 0.71 |
| Hex | C2 | D4 | 96 | 8 | 0 | 1D | 11 | 4D | 2A | 47 |
| Octal | 302 | 324 | 226 | 10 | 0 | 35 | 21 | 115 | 52 | 107 |
| Binary | 11000010 | 11010100 | 10010110 | 1000 | 0 | 11101 | 10001 | 1001101 | 101010 | 1000111 |
Color Harmonies of #C2D496
Complementary color
Monochromatic Colors of #C2D496
Black with #C2D496
Text Example
Text Example
White with #C2D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D496; }
p { color: rgb(194,212,150); }
H1.HeaderClassName
{
color: #C2D496;
}
.AnyTagClassName
{
color: #C2D496;
}
</style>
background-color css
<style>
a { background-color: #C2D496; }
a { background-color: rgb(194,212,150); }
div.DivClassName
{
background-color: #C2D496;
}
.BgClassName
{
background-color: #C2D496;
}
</style>
border-color css
<style>
span { border-color: #C2D496; }
span { border-color: rgb(194,212,150); }
td.TdClassName
{
border-color: #C2D496;
}
.TagClassName
{
border-color: #C2D496;
}
</style>