Shades of Sprout #C0D798
Tints of Sprout #C0D798
RGB
CMYK
RGB Variations
Color information
#C0D798 (or 0xC0D798) is known color: Sprout. HEX triplet: C0, D7 and 98. RGB value is (192,215,152). Sum of RGB (Red+Green+Blue) = 192+215+152=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D798 is #3F2867. Grayscale: #C9C9C9. Windows color (decimal): -4139112 or 10016704. OLE color: 10016704.
HSL color Cylindrical-coordinate representation of color #C0D798: hue angle of 81.9º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0D798 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 152 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.16 |
| HSL | 81.9º | 0.44% | 0.72% | - |
| HSV(B) | 81.9º | 0.29% | 0.84% | - |
| XYZ | 51.71 | 62.07 | 38.96 | - |
| YUV | 200.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 152 | 0.11 | 0 | 0.29 | 0.16 | 81.9 | 0.44 | 0.72 |
| Hex | C0 | D7 | 98 | B | 0 | 1D | 10 | 52 | 2C | 48 |
| Octal | 300 | 327 | 230 | 13 | 0 | 35 | 20 | 122 | 54 | 110 |
| Binary | 11000000 | 11010111 | 10011000 | 1011 | 0 | 11101 | 10000 | 1010010 | 101100 | 1001000 |
Color Harmonies of #C0D798
Complementary color
Monochromatic Colors of #C0D798
Black with #C0D798
Text Example
Text Example
White with #C0D798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D798; }
p { color: rgb(192,215,152); }
H1.HeaderClassName
{
color: #C0D798;
}
.AnyTagClassName
{
color: #C0D798;
}
</style>
background-color css
<style>
a { background-color: #C0D798; }
a { background-color: rgb(192,215,152); }
div.DivClassName
{
background-color: #C0D798;
}
.BgClassName
{
background-color: #C0D798;
}
</style>
border-color css
<style>
span { border-color: #C0D798; }
span { border-color: rgb(192,215,152); }
td.TdClassName
{
border-color: #C0D798;
}
.TagClassName
{
border-color: #C0D798;
}
</style>