Shades of Sprout #C0D59C
Tints of Sprout #C0D59C
RGB
CMYK
RGB Variations
Color information
#C0D59C (or 0xC0D59C) is known color: Sprout. HEX triplet: C0, D5 and 9C. RGB value is (192,213,156). Sum of RGB (Red+Green+Blue) = 192+213+156=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D59C is #3F2A63. Grayscale: #C8C8C8. Windows color (decimal): -4139620 or 10278336. OLE color: 10278336.
HSL color Cylindrical-coordinate representation of color #C0D59C: hue angle of 82.11º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0D59C is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 156 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.16 |
| HSL | 82.11º | 0.4% | 0.72% | - |
| HSV(B) | 82.11º | 0.27% | 0.84% | - |
| XYZ | 51.53 | 61.2 | 40.55 | - |
| YUV | 200.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 156 | 0.10 | 0 | 0.27 | 0.16 | 82.11 | 0.4 | 0.72 |
| Hex | C0 | D5 | 9C | A | 0 | 1B | 10 | 52 | 28 | 48 |
| Octal | 300 | 325 | 234 | 12 | 0 | 33 | 20 | 122 | 50 | 110 |
| Binary | 11000000 | 11010101 | 10011100 | 1010 | 0 | 11011 | 10000 | 1010010 | 101000 | 1001000 |
Color Harmonies of #C0D59C
Complementary color
Monochromatic Colors of #C0D59C
Black with #C0D59C
Text Example
Text Example
White with #C0D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D59C; }
p { color: rgb(192,213,156); }
H1.HeaderClassName
{
color: #C0D59C;
}
.AnyTagClassName
{
color: #C0D59C;
}
</style>
background-color css
<style>
a { background-color: #C0D59C; }
a { background-color: rgb(192,213,156); }
div.DivClassName
{
background-color: #C0D59C;
}
.BgClassName
{
background-color: #C0D59C;
}
</style>
border-color css
<style>
span { border-color: #C0D59C; }
span { border-color: rgb(192,213,156); }
td.TdClassName
{
border-color: #C0D59C;
}
.TagClassName
{
border-color: #C0D59C;
}
</style>