Shades of Sprout #C5D898
Tints of Sprout #C5D898
RGB
CMYK
RGB Variations
Color information
#C5D898 (or 0xC5D898) is known color: Sprout. HEX triplet: C5, D8 and 98. RGB value is (197,216,152). Sum of RGB (Red+Green+Blue) = 197+216+152=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D898 is #3A2767. Grayscale: #CBCBCB. Windows color (decimal): -3811176 or 10016965. OLE color: 10016965.
HSL color Cylindrical-coordinate representation of color #C5D898: hue angle of 77.81º 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 #C5D898 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 152 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.15 |
| HSL | 77.81º | 0.45% | 0.72% | - |
| HSV(B) | 77.81º | 0.3% | 0.85% | - |
| XYZ | 53.25 | 63.25 | 39.11 | - |
| YUV | 203.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 152 | 0.09 | 0 | 0.30 | 0.15 | 77.81 | 0.45 | 0.72 |
| Hex | C5 | D8 | 98 | 9 | 0 | 1E | F | 4E | 2D | 48 |
| Octal | 305 | 330 | 230 | 11 | 0 | 36 | 17 | 116 | 55 | 110 |
| Binary | 11000101 | 11011000 | 10011000 | 1001 | 0 | 11110 | 1111 | 1001110 | 101101 | 1001000 |
Color Harmonies of #C5D898
Complementary color
Monochromatic Colors of #C5D898
Black with #C5D898
Text Example
Text Example
White with #C5D898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D898; }
p { color: rgb(197,216,152); }
H1.HeaderClassName
{
color: #C5D898;
}
.AnyTagClassName
{
color: #C5D898;
}
</style>
background-color css
<style>
a { background-color: #C5D898; }
a { background-color: rgb(197,216,152); }
div.DivClassName
{
background-color: #C5D898;
}
.BgClassName
{
background-color: #C5D898;
}
</style>
border-color css
<style>
span { border-color: #C5D898; }
span { border-color: rgb(197,216,152); }
td.TdClassName
{
border-color: #C5D898;
}
.TagClassName
{
border-color: #C5D898;
}
</style>