Shades of Sprout #C1D992
Tints of Sprout #C1D992
RGB
CMYK
RGB Variations
Color information
#C1D992 (or 0xC1D992) is known color: Sprout. HEX triplet: C1, D9 and 92. RGB value is (193,217,146). Sum of RGB (Red+Green+Blue) = 193+217+146=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D992 is #3E266D. Grayscale: #C9C9C9. Windows color (decimal): -4073070 or 9624001. OLE color: 9624001.
HSL color Cylindrical-coordinate representation of color #C1D992: hue angle of 80.28º 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 #C1D992 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 146 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.15 |
| HSL | 80.28º | 0.48% | 0.71% | - |
| HSV(B) | 80.28º | 0.33% | 0.85% | - |
| XYZ | 51.99 | 63.04 | 36.62 | - |
| YUV | 201.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 146 | 0.11 | 0 | 0.33 | 0.15 | 80.28 | 0.48 | 0.71 |
| Hex | C1 | D9 | 92 | B | 0 | 21 | F | 50 | 30 | 47 |
| Octal | 301 | 331 | 222 | 13 | 0 | 41 | 17 | 120 | 60 | 107 |
| Binary | 11000001 | 11011001 | 10010010 | 1011 | 0 | 100001 | 1111 | 1010000 | 110000 | 1000111 |
Color Harmonies of #C1D992
Complementary color
Monochromatic Colors of #C1D992
Black with #C1D992
Text Example
Text Example
White with #C1D992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D992; }
p { color: rgb(193,217,146); }
H1.HeaderClassName
{
color: #C1D992;
}
.AnyTagClassName
{
color: #C1D992;
}
</style>
background-color css
<style>
a { background-color: #C1D992; }
a { background-color: rgb(193,217,146); }
div.DivClassName
{
background-color: #C1D992;
}
.BgClassName
{
background-color: #C1D992;
}
</style>
border-color css
<style>
span { border-color: #C1D992; }
span { border-color: rgb(193,217,146); }
td.TdClassName
{
border-color: #C1D992;
}
.TagClassName
{
border-color: #C1D992;
}
</style>