Shades of Sprout #C1D092
Tints of Sprout #C1D092
RGB
CMYK
RGB Variations
Color information
#C1D092 (or 0xC1D092) is known color: Sprout. HEX triplet: C1, D0 and 92. RGB value is (193,208,146). Sum of RGB (Red+Green+Blue) = 193+208+146=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D092 is #3E2F6D. Grayscale: #C4C4C4. Windows color (decimal): -4075374 or 9621697. OLE color: 9621697.
HSL color Cylindrical-coordinate representation of color #C1D092: hue angle of 74.52º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1D092 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 146 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.18 |
| HSL | 74.52º | 0.4% | 0.69% | - |
| HSV(B) | 74.52º | 0.3% | 0.82% | - |
| XYZ | 49.74 | 58.52 | 35.87 | - |
| YUV | 196.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 146 | 0.07 | 0 | 0.30 | 0.18 | 74.52 | 0.4 | 0.69 |
| Hex | C1 | D0 | 92 | 7 | 0 | 1E | 12 | 4B | 28 | 45 |
| Octal | 301 | 320 | 222 | 7 | 0 | 36 | 22 | 113 | 50 | 105 |
| Binary | 11000001 | 11010000 | 10010010 | 111 | 0 | 11110 | 10010 | 1001011 | 101000 | 1000101 |
Color Harmonies of #C1D092
Complementary color
Monochromatic Colors of #C1D092
Black with #C1D092
Text Example
Text Example
White with #C1D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D092; }
p { color: rgb(193,208,146); }
H1.HeaderClassName
{
color: #C1D092;
}
.AnyTagClassName
{
color: #C1D092;
}
</style>
background-color css
<style>
a { background-color: #C1D092; }
a { background-color: rgb(193,208,146); }
div.DivClassName
{
background-color: #C1D092;
}
.BgClassName
{
background-color: #C1D092;
}
</style>
border-color css
<style>
span { border-color: #C1D092; }
span { border-color: rgb(193,208,146); }
td.TdClassName
{
border-color: #C1D092;
}
.TagClassName
{
border-color: #C1D092;
}
</style>