Shades of Sprout #C5D892
Tints of Sprout #C5D892
RGB
CMYK
RGB Variations
Color information
#C5D892 (or 0xC5D892) is known color: Sprout. HEX triplet: C5, D8 and 92. RGB value is (197,216,146). Sum of RGB (Red+Green+Blue) = 197+216+146=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D892 is #3A276D. Grayscale: #CACACA. Windows color (decimal): -3811182 or 9623749. OLE color: 9623749.
HSL color Cylindrical-coordinate representation of color #C5D892: hue angle of 76.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5D892 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 146 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.15 |
| HSL | 76.29º | 0.47% | 0.71% | - |
| HSV(B) | 76.29º | 0.32% | 0.85% | - |
| XYZ | 52.77 | 63.06 | 36.58 | - |
| YUV | 202.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 146 | 0.09 | 0 | 0.32 | 0.15 | 76.29 | 0.47 | 0.71 |
| Hex | C5 | D8 | 92 | 9 | 0 | 20 | F | 4C | 2F | 47 |
| Octal | 305 | 330 | 222 | 11 | 0 | 40 | 17 | 114 | 57 | 107 |
| Binary | 11000101 | 11011000 | 10010010 | 1001 | 0 | 100000 | 1111 | 1001100 | 101111 | 1000111 |
Color Harmonies of #C5D892
Complementary color
Monochromatic Colors of #C5D892
Black with #C5D892
Text Example
Text Example
White with #C5D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D892; }
p { color: rgb(197,216,146); }
H1.HeaderClassName
{
color: #C5D892;
}
.AnyTagClassName
{
color: #C5D892;
}
</style>
background-color css
<style>
a { background-color: #C5D892; }
a { background-color: rgb(197,216,146); }
div.DivClassName
{
background-color: #C5D892;
}
.BgClassName
{
background-color: #C5D892;
}
</style>
border-color css
<style>
span { border-color: #C5D892; }
span { border-color: rgb(197,216,146); }
td.TdClassName
{
border-color: #C5D892;
}
.TagClassName
{
border-color: #C5D892;
}
</style>