Shades of Sprout #C5D895
Tints of Sprout #C5D895
RGB
CMYK
RGB Variations
Color information
#C5D895 (or 0xC5D895) is known color: Sprout. HEX triplet: C5, D8 and 95. RGB value is (197,216,149). Sum of RGB (Red+Green+Blue) = 197+216+149=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D895 is #3A276A. Grayscale: #CACACA. Windows color (decimal): -3811179 or 9820357. OLE color: 9820357.
HSL color Cylindrical-coordinate representation of color #C5D895: hue angle of 77.01º 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 #C5D895 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 149 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.15 |
| HSL | 77.01º | 0.46% | 0.72% | - |
| HSV(B) | 77.01º | 0.31% | 0.85% | - |
| XYZ | 53.01 | 63.15 | 37.83 | - |
| YUV | 202.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 149 | 0.09 | 0 | 0.31 | 0.15 | 77.01 | 0.46 | 0.72 |
| Hex | C5 | D8 | 95 | 9 | 0 | 1F | F | 4D | 2E | 48 |
| Octal | 305 | 330 | 225 | 11 | 0 | 37 | 17 | 115 | 56 | 110 |
| Binary | 11000101 | 11011000 | 10010101 | 1001 | 0 | 11111 | 1111 | 1001101 | 101110 | 1001000 |
Color Harmonies of #C5D895
Complementary color
Monochromatic Colors of #C5D895
Black with #C5D895
Text Example
Text Example
White with #C5D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D895; }
p { color: rgb(197,216,149); }
H1.HeaderClassName
{
color: #C5D895;
}
.AnyTagClassName
{
color: #C5D895;
}
</style>
background-color css
<style>
a { background-color: #C5D895; }
a { background-color: rgb(197,216,149); }
div.DivClassName
{
background-color: #C5D895;
}
.BgClassName
{
background-color: #C5D895;
}
</style>
border-color css
<style>
span { border-color: #C5D895; }
span { border-color: rgb(197,216,149); }
td.TdClassName
{
border-color: #C5D895;
}
.TagClassName
{
border-color: #C5D895;
}
</style>