Shades of Sprout #C1D69C
Tints of Sprout #C1D69C
RGB
CMYK
RGB Variations
Color information
#C1D69C (or 0xC1D69C) is known color: Sprout. HEX triplet: C1, D6 and 9C. RGB value is (193,214,156). Sum of RGB (Red+Green+Blue) = 193+214+156=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D69C is #3E2963. Grayscale: #C9C9C9. Windows color (decimal): -4073828 or 10278593. OLE color: 10278593.
HSL color Cylindrical-coordinate representation of color #C1D69C: hue angle of 81.72º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1D69C is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 214 | 156 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.16 |
| HSL | 81.72º | 0.41% | 0.73% | - |
| HSV(B) | 81.72º | 0.27% | 0.84% | - |
| XYZ | 52.04 | 61.83 | 40.64 | - |
| YUV | 201.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 214 | 156 | 0.10 | 0 | 0.27 | 0.16 | 81.72 | 0.41 | 0.73 |
| Hex | C1 | D6 | 9C | A | 0 | 1B | 10 | 52 | 29 | 49 |
| Octal | 301 | 326 | 234 | 12 | 0 | 33 | 20 | 122 | 51 | 111 |
| Binary | 11000001 | 11010110 | 10011100 | 1010 | 0 | 11011 | 10000 | 1010010 | 101001 | 1001001 |
Color Harmonies of #C1D69C
Complementary color
Monochromatic Colors of #C1D69C
Black with #C1D69C
Text Example
Text Example
White with #C1D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D69C; }
p { color: rgb(193,214,156); }
H1.HeaderClassName
{
color: #C1D69C;
}
.AnyTagClassName
{
color: #C1D69C;
}
</style>
background-color css
<style>
a { background-color: #C1D69C; }
a { background-color: rgb(193,214,156); }
div.DivClassName
{
background-color: #C1D69C;
}
.BgClassName
{
background-color: #C1D69C;
}
</style>
border-color css
<style>
span { border-color: #C1D69C; }
span { border-color: rgb(193,214,156); }
td.TdClassName
{
border-color: #C1D69C;
}
.TagClassName
{
border-color: #C1D69C;
}
</style>