Shades of Sprout #C0D79B
Tints of Sprout #C0D79B
RGB
CMYK
RGB Variations
Color information
#C0D79B (or 0xC0D79B) is known color: Sprout. HEX triplet: C0, D7 and 9B. RGB value is (192,215,155). Sum of RGB (Red+Green+Blue) = 192+215+155=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D79B is #3F2864. Grayscale: #C9C9C9. Windows color (decimal): -4139109 or 10213312. OLE color: 10213312.
HSL color Cylindrical-coordinate representation of color #C0D79B: hue angle of 83º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0D79B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 155 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.16 |
| HSL | 83º | 0.43% | 0.73% | - |
| HSV(B) | 83º | 0.28% | 0.84% | - |
| XYZ | 51.96 | 62.17 | 40.27 | - |
| YUV | 201.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 155 | 0.11 | 0 | 0.28 | 0.16 | 83 | 0.43 | 0.73 |
| Hex | C0 | D7 | 9B | B | 0 | 1C | 10 | 53 | 2B | 49 |
| Octal | 300 | 327 | 233 | 13 | 0 | 34 | 20 | 123 | 53 | 111 |
| Binary | 11000000 | 11010111 | 10011011 | 1011 | 0 | 11100 | 10000 | 1010011 | 101011 | 1001001 |
Color Harmonies of #C0D79B
Complementary color
Monochromatic Colors of #C0D79B
Black with #C0D79B
Text Example
Text Example
White with #C0D79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D79B; }
p { color: rgb(192,215,155); }
H1.HeaderClassName
{
color: #C0D79B;
}
.AnyTagClassName
{
color: #C0D79B;
}
</style>
background-color css
<style>
a { background-color: #C0D79B; }
a { background-color: rgb(192,215,155); }
div.DivClassName
{
background-color: #C0D79B;
}
.BgClassName
{
background-color: #C0D79B;
}
</style>
border-color css
<style>
span { border-color: #C0D79B; }
span { border-color: rgb(192,215,155); }
td.TdClassName
{
border-color: #C0D79B;
}
.TagClassName
{
border-color: #C0D79B;
}
</style>