Shades of Sprout #C6D794
Tints of Sprout #C6D794
RGB
CMYK
RGB Variations
Color information
#C6D794 (or 0xC6D794) is known color: Sprout. HEX triplet: C6, D7 and 94. RGB value is (198,215,148). Sum of RGB (Red+Green+Blue) = 198+215+148=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D794 is #39286B. Grayscale: #CACACA. Windows color (decimal): -3745900 or 9754566. OLE color: 9754566.
HSL color Cylindrical-coordinate representation of color #C6D794: hue angle of 75.22º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6D794 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 215 | 148 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.16 |
| HSL | 75.22º | 0.46% | 0.71% | - |
| HSV(B) | 75.22º | 0.31% | 0.84% | - |
| XYZ | 52.93 | 62.74 | 37.34 | - |
| YUV | 202.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 215 | 148 | 0.08 | 0 | 0.31 | 0.16 | 75.22 | 0.46 | 0.71 |
| Hex | C6 | D7 | 94 | 8 | 0 | 1F | 10 | 4B | 2E | 47 |
| Octal | 306 | 327 | 224 | 10 | 0 | 37 | 20 | 113 | 56 | 107 |
| Binary | 11000110 | 11010111 | 10010100 | 1000 | 0 | 11111 | 10000 | 1001011 | 101110 | 1000111 |
Color Harmonies of #C6D794
Complementary color
Monochromatic Colors of #C6D794
Black with #C6D794
Text Example
Text Example
White with #C6D794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D794; }
p { color: rgb(198,215,148); }
H1.HeaderClassName
{
color: #C6D794;
}
.AnyTagClassName
{
color: #C6D794;
}
</style>
background-color css
<style>
a { background-color: #C6D794; }
a { background-color: rgb(198,215,148); }
div.DivClassName
{
background-color: #C6D794;
}
.BgClassName
{
background-color: #C6D794;
}
</style>
border-color css
<style>
span { border-color: #C6D794; }
span { border-color: rgb(198,215,148); }
td.TdClassName
{
border-color: #C6D794;
}
.TagClassName
{
border-color: #C6D794;
}
</style>