Shades of Sprout #C1D892
Tints of Sprout #C1D892
RGB
CMYK
RGB Variations
Color information
#C1D892 (or 0xC1D892) is known color: Sprout. HEX triplet: C1, D8 and 92. RGB value is (193,216,146). Sum of RGB (Red+Green+Blue) = 193+216+146=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D892 is #3E276D. Grayscale: #C9C9C9. Windows color (decimal): -4073326 or 9623745. OLE color: 9623745.
HSL color Cylindrical-coordinate representation of color #C1D892: hue angle of 79.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1D892 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 146 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.15 |
| HSL | 79.71º | 0.47% | 0.71% | - |
| HSV(B) | 79.71º | 0.32% | 0.85% | - |
| XYZ | 51.74 | 62.52 | 36.54 | - |
| YUV | 201.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 146 | 0.11 | 0 | 0.32 | 0.15 | 79.71 | 0.47 | 0.71 |
| Hex | C1 | D8 | 92 | B | 0 | 20 | F | 50 | 2F | 47 |
| Octal | 301 | 330 | 222 | 13 | 0 | 40 | 17 | 120 | 57 | 107 |
| Binary | 11000001 | 11011000 | 10010010 | 1011 | 0 | 100000 | 1111 | 1010000 | 101111 | 1000111 |
Color Harmonies of #C1D892
Complementary color
Monochromatic Colors of #C1D892
Black with #C1D892
Text Example
Text Example
White with #C1D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D892; }
p { color: rgb(193,216,146); }
H1.HeaderClassName
{
color: #C1D892;
}
.AnyTagClassName
{
color: #C1D892;
}
</style>
background-color css
<style>
a { background-color: #C1D892; }
a { background-color: rgb(193,216,146); }
div.DivClassName
{
background-color: #C1D892;
}
.BgClassName
{
background-color: #C1D892;
}
</style>
border-color css
<style>
span { border-color: #C1D892; }
span { border-color: rgb(193,216,146); }
td.TdClassName
{
border-color: #C1D892;
}
.TagClassName
{
border-color: #C1D892;
}
</style>