Shades of Sprout #C1D894
Tints of Sprout #C1D894
RGB
CMYK
RGB Variations
Color information
#C1D894 (or 0xC1D894) is known color: Sprout. HEX triplet: C1, D8 and 94. RGB value is (193,216,148). Sum of RGB (Red+Green+Blue) = 193+216+148=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D894 is #3E276B. Grayscale: #C9C9C9. Windows color (decimal): -4073324 or 9754817. OLE color: 9754817.
HSL color Cylindrical-coordinate representation of color #C1D894: hue angle of 80.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1D894 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 148 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.15 |
| HSL | 80.29º | 0.47% | 0.71% | - |
| HSV(B) | 80.29º | 0.31% | 0.85% | - |
| XYZ | 51.89 | 62.59 | 37.36 | - |
| YUV | 201.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 148 | 0.11 | 0 | 0.31 | 0.15 | 80.29 | 0.47 | 0.71 |
| Hex | C1 | D8 | 94 | B | 0 | 1F | F | 50 | 2F | 47 |
| Octal | 301 | 330 | 224 | 13 | 0 | 37 | 17 | 120 | 57 | 107 |
| Binary | 11000001 | 11011000 | 10010100 | 1011 | 0 | 11111 | 1111 | 1010000 | 101111 | 1000111 |
Color Harmonies of #C1D894
Complementary color
Monochromatic Colors of #C1D894
Black with #C1D894
Text Example
Text Example
White with #C1D894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D894; }
p { color: rgb(193,216,148); }
H1.HeaderClassName
{
color: #C1D894;
}
.AnyTagClassName
{
color: #C1D894;
}
</style>
background-color css
<style>
a { background-color: #C1D894; }
a { background-color: rgb(193,216,148); }
div.DivClassName
{
background-color: #C1D894;
}
.BgClassName
{
background-color: #C1D894;
}
</style>
border-color css
<style>
span { border-color: #C1D894; }
span { border-color: rgb(193,216,148); }
td.TdClassName
{
border-color: #C1D894;
}
.TagClassName
{
border-color: #C1D894;
}
</style>