Shades of Sprout #C6D896
Tints of Sprout #C6D896
RGB
CMYK
RGB Variations
Color information
#C6D896 (or 0xC6D896) is known color: Sprout. HEX triplet: C6, D8 and 96. RGB value is (198,216,150). Sum of RGB (Red+Green+Blue) = 198+216+150=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D896 is #392769. Grayscale: #CBCBCB. Windows color (decimal): -3745642 or 9885894. OLE color: 9885894.
HSL color Cylindrical-coordinate representation of color #C6D896: hue angle of 76.36º degrees, saturation: 0.46, 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 #C6D896 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 216 | 150 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.15 |
| HSL | 76.36º | 0.46% | 0.72% | - |
| HSV(B) | 76.36º | 0.31% | 0.85% | - |
| XYZ | 53.35 | 63.32 | 38.26 | - |
| YUV | 203.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 150 | 0.08 | 0 | 0.31 | 0.15 | 76.36 | 0.46 | 0.72 |
| Hex | C6 | D8 | 96 | 8 | 0 | 1F | F | 4C | 2E | 48 |
| Octal | 306 | 330 | 226 | 10 | 0 | 37 | 17 | 114 | 56 | 110 |
| Binary | 11000110 | 11011000 | 10010110 | 1000 | 0 | 11111 | 1111 | 1001100 | 101110 | 1001000 |
Color Harmonies of #C6D896
Complementary color
Monochromatic Colors of #C6D896
Black with #C6D896
Text Example
Text Example
White with #C6D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D896; }
p { color: rgb(198,216,150); }
H1.HeaderClassName
{
color: #C6D896;
}
.AnyTagClassName
{
color: #C6D896;
}
</style>
background-color css
<style>
a { background-color: #C6D896; }
a { background-color: rgb(198,216,150); }
div.DivClassName
{
background-color: #C6D896;
}
.BgClassName
{
background-color: #C6D896;
}
</style>
border-color css
<style>
span { border-color: #C6D896; }
span { border-color: rgb(198,216,150); }
td.TdClassName
{
border-color: #C6D896;
}
.TagClassName
{
border-color: #C6D896;
}
</style>