Shades of Sprout #C1CE9E
Tints of Sprout #C1CE9E
RGB
CMYK
RGB Variations
Color information
#C1CE9E (or 0xC1CE9E) is known color: Sprout. HEX triplet: C1, CE and 9E. RGB value is (193,206,158). Sum of RGB (Red+Green+Blue) = 193+206+158=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CE9E is #3E3161. Grayscale: #C4C4C4. Windows color (decimal): -4075874 or 10407617. OLE color: 10407617.
HSL color Cylindrical-coordinate representation of color #C1CE9E: hue angle of 76.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1CE9E is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 158 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.19 |
| HSL | 76.25º | 0.33% | 0.71% | - |
| HSV(B) | 76.25º | 0.23% | 0.81% | - |
| XYZ | 50.24 | 57.95 | 40.89 | - |
| YUV | 196.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 158 | 0.06 | 0 | 0.23 | 0.19 | 76.25 | 0.33 | 0.71 |
| Hex | C1 | CE | 9E | 6 | 0 | 17 | 13 | 4C | 21 | 47 |
| Octal | 301 | 316 | 236 | 6 | 0 | 27 | 23 | 114 | 41 | 107 |
| Binary | 11000001 | 11001110 | 10011110 | 110 | 0 | 10111 | 10011 | 1001100 | 100001 | 1000111 |
Color Harmonies of #C1CE9E
Complementary color
Monochromatic Colors of #C1CE9E
Black with #C1CE9E
Text Example
Text Example
White with #C1CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE9E; }
p { color: rgb(193,206,158); }
H1.HeaderClassName
{
color: #C1CE9E;
}
.AnyTagClassName
{
color: #C1CE9E;
}
</style>
background-color css
<style>
a { background-color: #C1CE9E; }
a { background-color: rgb(193,206,158); }
div.DivClassName
{
background-color: #C1CE9E;
}
.BgClassName
{
background-color: #C1CE9E;
}
</style>
border-color css
<style>
span { border-color: #C1CE9E; }
span { border-color: rgb(193,206,158); }
td.TdClassName
{
border-color: #C1CE9E;
}
.TagClassName
{
border-color: #C1CE9E;
}
</style>