Shades of Sprout #C0D19C
Tints of Sprout #C0D19C
RGB
CMYK
RGB Variations
Color information
#C0D19C (or 0xC0D19C) is known color: Sprout. HEX triplet: C0, D1 and 9C. RGB value is (192,209,156). Sum of RGB (Red+Green+Blue) = 192+209+156=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D19C is #3F2E63. Grayscale: #C6C6C6. Windows color (decimal): -4140644 or 10277312. OLE color: 10277312.
HSL color Cylindrical-coordinate representation of color #C0D19C: hue angle of 79.25º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0D19C is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 156 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.18 |
| HSL | 79.25º | 0.37% | 0.72% | - |
| HSV(B) | 79.25º | 0.25% | 0.82% | - |
| XYZ | 50.54 | 59.21 | 40.22 | - |
| YUV | 197.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 156 | 0.08 | 0 | 0.25 | 0.18 | 79.25 | 0.37 | 0.72 |
| Hex | C0 | D1 | 9C | 8 | 0 | 19 | 12 | 4F | 25 | 48 |
| Octal | 300 | 321 | 234 | 10 | 0 | 31 | 22 | 117 | 45 | 110 |
| Binary | 11000000 | 11010001 | 10011100 | 1000 | 0 | 11001 | 10010 | 1001111 | 100101 | 1001000 |
Color Harmonies of #C0D19C
Complementary color
Monochromatic Colors of #C0D19C
Black with #C0D19C
Text Example
Text Example
White with #C0D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D19C; }
p { color: rgb(192,209,156); }
H1.HeaderClassName
{
color: #C0D19C;
}
.AnyTagClassName
{
color: #C0D19C;
}
</style>
background-color css
<style>
a { background-color: #C0D19C; }
a { background-color: rgb(192,209,156); }
div.DivClassName
{
background-color: #C0D19C;
}
.BgClassName
{
background-color: #C0D19C;
}
</style>
border-color css
<style>
span { border-color: #C0D19C; }
span { border-color: rgb(192,209,156); }
td.TdClassName
{
border-color: #C0D19C;
}
.TagClassName
{
border-color: #C0D19C;
}
</style>