Shades of Sprout #C5D992
Tints of Sprout #C5D992
RGB
CMYK
RGB Variations
Color information
#C5D992 (or 0xC5D992) is known color: Sprout. HEX triplet: C5, D9 and 92. RGB value is (197,217,146). Sum of RGB (Red+Green+Blue) = 197+217+146=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D992 is #3A266D. Grayscale: #CBCBCB. Windows color (decimal): -3810926 or 9624005. OLE color: 9624005.
HSL color Cylindrical-coordinate representation of color #C5D992: hue angle of 76.9º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5D992 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 146 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.15 |
| HSL | 76.9º | 0.48% | 0.71% | - |
| HSV(B) | 76.9º | 0.33% | 0.85% | - |
| XYZ | 53.03 | 63.57 | 36.67 | - |
| YUV | 202.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 146 | 0.09 | 0 | 0.33 | 0.15 | 76.9 | 0.48 | 0.71 |
| Hex | C5 | D9 | 92 | 9 | 0 | 21 | F | 4D | 30 | 47 |
| Octal | 305 | 331 | 222 | 11 | 0 | 41 | 17 | 115 | 60 | 107 |
| Binary | 11000101 | 11011001 | 10010010 | 1001 | 0 | 100001 | 1111 | 1001101 | 110000 | 1000111 |
Color Harmonies of #C5D992
Complementary color
Monochromatic Colors of #C5D992
Black with #C5D992
Text Example
Text Example
White with #C5D992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D992; }
p { color: rgb(197,217,146); }
H1.HeaderClassName
{
color: #C5D992;
}
.AnyTagClassName
{
color: #C5D992;
}
</style>
background-color css
<style>
a { background-color: #C5D992; }
a { background-color: rgb(197,217,146); }
div.DivClassName
{
background-color: #C5D992;
}
.BgClassName
{
background-color: #C5D992;
}
</style>
border-color css
<style>
span { border-color: #C5D992; }
span { border-color: rgb(197,217,146); }
td.TdClassName
{
border-color: #C5D992;
}
.TagClassName
{
border-color: #C5D992;
}
</style>