Shades of Sprout #C6D897
Tints of Sprout #C6D897
RGB
CMYK
RGB Variations
Color information
#C6D897 (or 0xC6D897) is known color: Sprout. HEX triplet: C6, D8 and 97. RGB value is (198,216,151). Sum of RGB (Red+Green+Blue) = 198+216+151=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D897 is #392768. Grayscale: #CBCBCB. Windows color (decimal): -3745641 or 9951430. OLE color: 9951430.
HSL color Cylindrical-coordinate representation of color #C6D897: hue angle of 76.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6D897 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 216 | 151 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.15 |
| HSL | 76.62º | 0.45% | 0.72% | - |
| HSV(B) | 76.62º | 0.3% | 0.85% | - |
| XYZ | 53.43 | 63.35 | 38.69 | - |
| YUV | 203.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 151 | 0.08 | 0 | 0.30 | 0.15 | 76.62 | 0.45 | 0.72 |
| Hex | C6 | D8 | 97 | 8 | 0 | 1E | F | 4D | 2D | 48 |
| Octal | 306 | 330 | 227 | 10 | 0 | 36 | 17 | 115 | 55 | 110 |
| Binary | 11000110 | 11011000 | 10010111 | 1000 | 0 | 11110 | 1111 | 1001101 | 101101 | 1001000 |
Color Harmonies of #C6D897
Complementary color
Monochromatic Colors of #C6D897
Black with #C6D897
Text Example
Text Example
White with #C6D897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D897; }
p { color: rgb(198,216,151); }
H1.HeaderClassName
{
color: #C6D897;
}
.AnyTagClassName
{
color: #C6D897;
}
</style>
background-color css
<style>
a { background-color: #C6D897; }
a { background-color: rgb(198,216,151); }
div.DivClassName
{
background-color: #C6D897;
}
.BgClassName
{
background-color: #C6D897;
}
</style>
border-color css
<style>
span { border-color: #C6D897; }
span { border-color: rgb(198,216,151); }
td.TdClassName
{
border-color: #C6D897;
}
.TagClassName
{
border-color: #C6D897;
}
</style>