Shades of Sprout #C2D192
Tints of Sprout #C2D192
RGB
CMYK
RGB Variations
Color information
#C2D192 (or 0xC2D192) is known color: Sprout. HEX triplet: C2, D1 and 92. RGB value is (194,209,146). Sum of RGB (Red+Green+Blue) = 194+209+146=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D192 is #3D2E6D. Grayscale: #C5C5C5. Windows color (decimal): -4009582 or 9621954. OLE color: 9621954.
HSL color Cylindrical-coordinate representation of color #C2D192: hue angle of 74.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2D192 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 146 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.18 |
| HSL | 74.29º | 0.41% | 0.7% | - |
| HSV(B) | 74.29º | 0.3% | 0.82% | - |
| XYZ | 50.24 | 59.15 | 35.96 | - |
| YUV | 197.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 146 | 0.07 | 0 | 0.30 | 0.18 | 74.29 | 0.41 | 0.7 |
| Hex | C2 | D1 | 92 | 7 | 0 | 1E | 12 | 4A | 29 | 46 |
| Octal | 302 | 321 | 222 | 7 | 0 | 36 | 22 | 112 | 51 | 106 |
| Binary | 11000010 | 11010001 | 10010010 | 111 | 0 | 11110 | 10010 | 1001010 | 101001 | 1000110 |
Color Harmonies of #C2D192
Complementary color
Monochromatic Colors of #C2D192
Black with #C2D192
Text Example
Text Example
White with #C2D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D192; }
p { color: rgb(194,209,146); }
H1.HeaderClassName
{
color: #C2D192;
}
.AnyTagClassName
{
color: #C2D192;
}
</style>
background-color css
<style>
a { background-color: #C2D192; }
a { background-color: rgb(194,209,146); }
div.DivClassName
{
background-color: #C2D192;
}
.BgClassName
{
background-color: #C2D192;
}
</style>
border-color css
<style>
span { border-color: #C2D192; }
span { border-color: rgb(194,209,146); }
td.TdClassName
{
border-color: #C2D192;
}
.TagClassName
{
border-color: #C2D192;
}
</style>