Shades of Sprout #C0D196
Tints of Sprout #C0D196
RGB
CMYK
RGB Variations
Color information
#C0D196 (or 0xC0D196) is known color: Sprout. HEX triplet: C0, D1 and 96. RGB value is (192,209,150). Sum of RGB (Red+Green+Blue) = 192+209+150=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D196 is #3F2E69. Grayscale: #C5C5C5. Windows color (decimal): -4140650 or 9884096. OLE color: 9884096.
HSL color Cylindrical-coordinate representation of color #C0D196: hue angle of 77.29º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0D196 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 150 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.18 |
| HSL | 77.29º | 0.39% | 0.7% | - |
| HSV(B) | 77.29º | 0.28% | 0.82% | - |
| XYZ | 50.04 | 59.01 | 37.61 | - |
| YUV | 197.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 150 | 0.08 | 0 | 0.28 | 0.18 | 77.29 | 0.39 | 0.7 |
| Hex | C0 | D1 | 96 | 8 | 0 | 1C | 12 | 4D | 27 | 46 |
| Octal | 300 | 321 | 226 | 10 | 0 | 34 | 22 | 115 | 47 | 106 |
| Binary | 11000000 | 11010001 | 10010110 | 1000 | 0 | 11100 | 10010 | 1001101 | 100111 | 1000110 |
Color Harmonies of #C0D196
Complementary color
Monochromatic Colors of #C0D196
Black with #C0D196
Text Example
Text Example
White with #C0D196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D196; }
p { color: rgb(192,209,150); }
H1.HeaderClassName
{
color: #C0D196;
}
.AnyTagClassName
{
color: #C0D196;
}
</style>
background-color css
<style>
a { background-color: #C0D196; }
a { background-color: rgb(192,209,150); }
div.DivClassName
{
background-color: #C0D196;
}
.BgClassName
{
background-color: #C0D196;
}
</style>
border-color css
<style>
span { border-color: #C0D196; }
span { border-color: rgb(192,209,150); }
td.TdClassName
{
border-color: #C0D196;
}
.TagClassName
{
border-color: #C0D196;
}
</style>