Shades of Sprout #C8D996
Tints of Sprout #C8D996
RGB
CMYK
RGB Variations
Color information
#C8D996 (or 0xC8D996) is known color: Sprout. HEX triplet: C8, D9 and 96. RGB value is (200,217,150). Sum of RGB (Red+Green+Blue) = 200+217+150=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D996 is #372669. Grayscale: #CCCCCC. Windows color (decimal): -3614314 or 9886152. OLE color: 9886152.
HSL color Cylindrical-coordinate representation of color #C8D996: hue angle of 75.22º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8D996 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 150 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.15 |
| HSL | 75.22º | 0.47% | 0.72% | - |
| HSV(B) | 75.22º | 0.31% | 0.85% | - |
| XYZ | 54.14 | 64.11 | 38.37 | - |
| YUV | 204.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 150 | 0.08 | 0 | 0.31 | 0.15 | 75.22 | 0.47 | 0.72 |
| Hex | C8 | D9 | 96 | 8 | 0 | 1F | F | 4B | 2F | 48 |
| Octal | 310 | 331 | 226 | 10 | 0 | 37 | 17 | 113 | 57 | 110 |
| Binary | 11001000 | 11011001 | 10010110 | 1000 | 0 | 11111 | 1111 | 1001011 | 101111 | 1001000 |
Color Harmonies of #C8D996
Complementary color
Monochromatic Colors of #C8D996
Black with #C8D996
Text Example
Text Example
White with #C8D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D996; }
p { color: rgb(200,217,150); }
H1.HeaderClassName
{
color: #C8D996;
}
.AnyTagClassName
{
color: #C8D996;
}
</style>
background-color css
<style>
a { background-color: #C8D996; }
a { background-color: rgb(200,217,150); }
div.DivClassName
{
background-color: #C8D996;
}
.BgClassName
{
background-color: #C8D996;
}
</style>
border-color css
<style>
span { border-color: #C8D996; }
span { border-color: rgb(200,217,150); }
td.TdClassName
{
border-color: #C8D996;
}
.TagClassName
{
border-color: #C8D996;
}
</style>